@charset "utf-8";
:root {
	--color-default: #849FBB;
	--color-default-light: #DDDDDD;
	--color-active: #57CB85;
	--color-active-light: #9EFFC4;
	--color-focus: #6FB5FB;
	--color-error: #900;
	--color-back: #b8c8d2;
	--color-blue: #025D89;
	--color-dark-blue: #1C3651;
	--color-light-blue: #3E99C5;
	--color-green: #049600;
	--color-red: #dc322f;
	--color-yellow: #e8a61b;
}
.debugnotes {
	font-size: 16px;
}
body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	margin: 0;
	padding: 0;
	background-color: var(--color-back);
}
iframe {
	width: calc(100% + 2rem);
	height: 90vh;
	margin: 1rem -1rem;
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
}
b, strong {
	font-weight: 800;
}
i {
	font-weight: 400;
	font-style: italic;
}
em {
	font-weight: 800;
	font-style: italic;
}
a {
	cursor: pointer;
	display: inline-block;
	position: relative;
}
a, a:link, a:visited{
	text-decoration: underline;
	color: #3E99C5;
	opacity: 1;
}
a:hover, a:visited:hover {
	text-decoration: none;
	color: #438045;
	opacity: .8;
}
a.adminbutton, .bigbutton a, input.adminbutton {
	font: 800 1em/1.1em "Oswald", sans-serif;
	padding: .6em;
}
a.adminbutton {
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
}
.bigbutton {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	font-size: 1.1em;
}
.bigbutton svg, .bigbutton img {
	vertical-align: middle;
	margin: 0 0 0 .5em;
}
.bigbutton a, input.adminbutton {
	display: block;
	cursor: pointer;
	box-shadow: 2px 2px 10px var(--color-back);
	margin: 0 2em;
	text-align: center;
}
a.adminbutton, a.adminbutton:link, a.adminbutton:visited,
.bigbutton a, .bigbutton a:link, .bigbutton a:visited,
input.adminbutton {
	color: #FFF;
	border-radius: 1em;
	background-color: #000;
	box-shadow: 0 0 .1em #FFF;
	text-decoration: none;
}
.bigbutton a:hover, .bigbutton a:visited:hover, input.adminbutton:hover, input.adminbutton:focus {
	box-shadow: none;
}

hr {
	border-top: 2px solid var(--color-default);
	border-left: none;
	border-bottom: none;
	border-right: none;
	margin: 2rem 0;
}
h1 {
	font: 400 3em/1.1em "EB Garamond",serif;
	margin: 1rem auto 1em;
	text-align: center;
}
h3 {
	font: 400 1.5em/1em "EB Garamond", serif;
	margin: 1rem auto 1em;
	text-align: center;
}
h3.fancy {
	font: 900 1.5em/1em "Cinzel", serif;
}
h4 {
	font-weight: 800;
	font-size: 1.2em;
	margin: 1rem 1rem 1em;
}
p + h3 {
	margin-top: 2.5rem;
}
p {
	margin: 0 auto 1rem;
	padding: 0;
	max-width: 52em;
	line-height: 1.5em;
}
p:last-child {
	margin-bottom: 0;
}
.green {
	color: var(--color-green);
}
.red {
	color: var(--color-red);
}
svg .red {
	fill: var(--color-red);
}
.yellow {
	color: var(--color-yellow);
}
.blue {
	color: var(--color-light-blue);
}
.border {
	box-shadow: 2px 2px 10px var(--color-back);
	border-radius: .5em;
	padding: 1em;
	margin: 2em auto;
}
.split.border {
	margin: 2em auto;
}
.larger {
	font-size: 1.2em;
	line-height: 1.1em;
}
.smaller {
	font-size: .85em;
	line-height: 1.1em;
}
img {
	width: 100%;
	height: auto;
}
ul, ol {
	display: table;
	margin: 1em auto;
	padding: 0 0 0 2em;
}
li {
	list-style-position: outside;
	margin: 0;
	padding: 0;
}
li + li {
	margin-top: .8em;
}
ul.navigation {
	list-style: none;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	margin: 1rem auto;
	padding: 0;
}
ul.navigation li {
	padding: 0 1em;
	text-align: center;
}
ul.navigation li + li {
  margin: .8em 0;
}
ul.navigation a {
	display: block;
	font: 700 1em/1em "Oswald", sans-serif;
	padding: .4em .4em;
	border-radius: .7em;
}
ul.navigation a, ul.navigation a:link, ul.navigation a:visited {
	background-color: #000;
	text-decoration: none;
	color: #FFF;
}
ul.navigation a:hover, ul.navigation a:visited:hover {
	color: #FFF;
}
ul.navigation .on a, ul.navigation .on a:link, ul.navigation .on a:visited {
	color: #438045;
}
div.navigation {
	text-align: right;
	font-size: .9em;
	line-height: 1.2em;
}
ul.media {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 1rem auto;
}
ul.media li {
	padding: .5em 1em;
	margin: 0;
}
ul.boxes {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 1em 0;
	list-style: none;
}
ul.boxes li {
	box-sizing: content-box;
	border: 3px solid #000;
	border-radius: 2px;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 300px;
}
ul.boxes li.blank {
	display: none;
}
dl {
	margin: 1rem;
}
dt {
	margin: 1.3rem 0 0;
	padding: .2em;
	font-weight: 700;
	color: #EEE;
	line-height: 1.1em;
	position: relative;
	clear: both;
	text-align: center;
}
dd {
	font-size: .9em;
	line-height: 1.1em;
	margin: 0 0 1em;
	padding: .5em 0 0 .6em;
}
dd p {
	margin-bottom: .5em;
}
#fullwidth {
	box-sizing: border-box;
	background-color: #222;
	padding: 0 1rem 1rem;
	margin: 0 auto;
	position: relative;
	max-width: 1280px;
}
#header {
	position: relative;
	text-align: center;
	padding: 1rem;
	background-image: url(elements/pnwcover_blur.jpg);
	background-size: cover;
	background-position: center top;
	margin: 0 -1rem 1rem;
}
.home .cover {
	background-image: url(elements/pnwcover_whiteblock.jpg);
	background-size: 128vw;
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 -1rem;
	max-width: 1280px;
	height: 49vw;
	margin-bottom: 2rem;
}
.simple .cover {
	margin: .5em 0 -.5em;
}
.title {
	font: 400 3em/1em "EB Garamond",serif;
	text-shadow: 0 0 4px #000;
	position: relative;
	z-index: 200;
}
.title a, .title a:link, .title a:visited {
	text-decoration: none;
	color: #FFF;
}
#main {
	position: relative;
	padding: 1rem 1rem 2rem;
}
.breakout {
	margin-left: -1rem;
	margin-right: -1rem;
	width: calc(100% + 2rem);
}
#footer {
	padding: 2rem;
	border-top: 2px solid var(--color-back);
}
.split > div {
	padding: .5em;
	text-align: center;
}
.articlelist {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0;
	position: relative;
}
.articlelist > div{
	box-sizing: border-box;
	padding: 0;
}
.articlelist .content {
	font-size: .9em;
	line-height: 1.2em;
}
.articlelist .docside {
	text-align: center;
}
.docside img {
	max-width: 200px;
	height: auto;
}
.articlelist .more {
	margin-top: .8em;
}
.maplist .articlelist {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: stretch;
	align-items: center;
	padding: .5em .5em 2em;
}
.articlelist .icon {
	position: absolute;
	bottom: 4px;
	right: 4px;
}
.articlelist .feature {
	background-position: center;
	background-size: cover;
	height: 10rem;
	width: calc(100% + 1em);
	margin: -.5em -.5em .5em;
}
.maplist .articlelist:nth-child(even){
	border: 1px solid #666;
}
.maplist .articlelist:nth-child(odd){
	border: 1px solid var(--color-back);
}
.maplist .articlelist.cancelled {
	background-color: #300 !important;
	border: 1px solid #900 !important;
}
#info .cancelled {
	background-color: #300;
	margin: -1em;
	padding: 1em;
}
#media {
	margin: 1em auto;
	text-align: center;
}
#media img {
	border: 1px solid;
}
.fullarticle {
	position: relative;
}
.blog.fullarticle .content h3 {
	font-size: 1.12em;
	margin-top: .82em;
}	
.articlelist h3 {
	text-align: left;
}
.articlelist .date, .fullarticle .date {
	font-size: 1em;
	font-family: "Oswald", sans-serif;
	letter-spacing: .05em;
	margin-bottom: .8em;
}
span.date {
	display: inline-block;
}
#navbar {
	display: none;
}
#mobilenav {
	width: 100%;
	position: relative;
	background-color: #172440;
	border-bottom: 2px solid #4B9ED9;
}
#mobilenav svg {
	fill: #FFF;
}
#mobilenav ul	{
	font-size: 19px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: block;
}
#mobilenav li{
	box-sizing: border-box;
	width: 100%;
	list-style:none;
	display: table;
	text-align: center;
	padding: 0;
}
#mobilehide > ul > li{
	border-top: 1px solid #4B9ED9;
} 
#mobilehide .more, #mobilehide .nomore {
	width: 70px;
	height: 44px;
}
#mobilenav .more, #mobilenav li > div {
	display: table-cell;
	vertical-align: middle;
}
#mobilenav a, #mobilenav a:link, #mobilenav a:visited {
	text-decoration: none;
	display: block;
	line-height: 44px;
	height: 44px;
	color: #FFF;
}
#mobilenav .mobiletitle {
	color: #FFF;
	text-align: center;
	font-weight: normal;
	font-size: x-large;
	line-height: 52px;
	height: 52px;
	display: block;
	margin-right: 70px;
	overflow: hidden;
}
#mobilenav ul ul, #mobilehide, .searchblock {
	display:none;
}
.mobileicon {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 52px;
}
.mobileicon:hover, #mobiletoggle:checked ~ .mobileicon, #mobilenav .more, #mobilenav a:hover, #mobilenav a:visited:hover {
	color: #FFF;
	background-color: #243A46;
}
#mobiletoggle, .subtoggle {
	position:absolute;
	left:-100%;
	top:-100%;
}
#mobiletoggle + label, #mobilehide.more{
	cursor: pointer;
}
#mobiletoggle:checked ~ #mobilehide {
	display: block;
}
#mobilehide ul li input:checked ~ ul {
	display: table-row;
}
#mobilehide ul li input:checked + label .plus {
	fill: none;
}
.home .container {
	position: absolute;
	bottom: -.7em;
	width: 100%;
}
.socialmedia {
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row nowrap;
}
.socialmedia > div {
	display: block;
	margin: 1rem;
}

.social div.spacer { 
	-webkit-transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	background-repeat: no-repeat;
	background-size: 2em;
	height: 2em;
	width: 2em;
	display: block;
}
.socialmedia a:hover, .socialmedia a:visited:hover {
	opacity: .8;
	box-shadow: none;
}
.socialmedia .facebook div.spacer {
	background-image: url(elements/icon_facebook.svg);
}
.socialmedia .twitter div.spacer {
	background-image: url(elements/icon_x.svg);
	background-color: rgba(255,255,255,.3);
}
.socialmedia .instagram div.spacer {
	background-image: url(elements/icon_instagram.svg);
}
.socialmedia .patreon div.spacer {
	background-image: url(elements/icon_patreon.png);
}
.flag {
	display: inline-block;
	vertical-align: middle;
	padding: 1em;
	max-width: 180px;
}
table td {
	display: block;
}
table.formtable td + td {
	border-top: 1px dashed #CCC;
}
table.formtable {
	border-spacing: 0;
}
.formnorm {
	font-size: .85em;
	background-color: rgba(255,255,255,.9);
	color: #003F87;
	padding: .4em .6em;
	border: 1px solid #CCC;
	border-radius: 6px;
}
select.formnorm {
	margin: 2px 0;
}
.formtable {
	box-shadow: 2px 2px 10px var(--color-back);
	border-radius: .5em;
	padding: 1em;
	margin: 2em -1rem;
}
.formtable tr:nth-child(odd) td,
.maplist .articlelist:nth-child(odd) {
	background-color: #333;
}
.formtable tr:nth-child(odd) td.errorborder {
	background-color: var(--color-error);
}
span > select, div > select {
	display: block;
	margin-top: .5em;
}
table.formtable td, table.formtable th {
	padding: 1em;
}
.granted, #enterkey {
	display: none;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
	margin-top: .5rem;
	box-sizing: border-box;
	width: 100%;
}
.radiogroup, .checkboxgroup {
	text-align: left;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	margin: .5rem 0 0;
}
.labelbox {
	display: block;
	margin-bottom: .5em;
	line-height: 1.1em;
}
.labelbox > input:checked,
.labelbox > input:not(:checked) {
	width: 0;
	height: 0;
	display: none;
	opacity: 0;
}
.labelbox > input + label {
	display: inline-block;
	padding-left: 1.5em;
	position: relative;
	cursor: pointer;
}
.labelbox > input + label:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: .7em;
	padding: 0 0 4px;
	border: 2px solid var(--color-default);
	color: var(--color-default);
    color: #FFF;
}
.labelbox > input[type="radio"] + label:before {
	border-radius: .3em;
}
.labelbox > input + label:hover:before {
	border-color: var(--color-default);
}
.labelbox > input:focus + label:before {
	border-color: var(--color-focus);
	box-shadow: 0 0 6px 0 var(--color-focus);
}
.labelbox > input[disabled] + label {
	cursor: not-allowed;
	opacity: .4;
}
.labelbox > input[disabled] + label:before {
	opacity: .7;
}
.labelbox > input:checked + label:before,
.labelbox > input:not(:checked) + label:before {
    text-align: center;
    -webkit-transition: border-color .2s ease-in, background-color .2s ease-in;
    transition: border-color .2s ease-in, background-color .2s ease-in;        
}
.labelbox > input:checked + label:before {
    content: "";
    background-color: var(--color-active);
    border-color: var(--color-active);
}
.labelbox > input:not(:checked) + label:before {
    content: "";
} 
input.submitbutton {
	font: 700 .9em/1em "Oswald", sans-serif;
	letter-spacing: .05em;
	display: inline-block;
	padding: .8em 2em;
	margin: .5em auto;
	text-transform: uppercase;
	background-color: var(--color-light-blue);
	color: #FFF;	
	border: 1px solid var(--color-blue);
}
input.submitbutton:focus, input.submitbutton:hover {
	background-color: #FFF;
	color: var(--color-blue);	
	cursor: pointer;
	border: 1px solid var(--color-light-blue);
}
.submitgroup {
	position: relative;
	padding-bottom: 1em;
	text-align: center;
}
#coverup {
	position: absolute;
	font-size: .85em;
	padding: 3.7em 0 0;
	text-align: center;
	width: 100%;
	top: 0;
	left: 0;
	color: #990000;
	background-color: rgba(0,0,0,.1);
	z-index: 11;
	display: none;
}
#coverup.after {
	display: block;
}
#coverup.after:after {
	content: "Submitting, please wait";
}
#progress p, #progress_file p {
	display: block;
	border-radius: 4px;
	margin: 2px auto;
	padding: 8px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	line-height: 1em;
	color: #000;
	background-color: #67B339;
	background-position: 0;
}
#progress p.success {
	background-color: #0497B9;
	background-image: none;
	color: #FFF;
	margin: .5em auto;
}
#progress p.failed {
	background-color: var(--color-error);
	color: #FFF;
}
#fileselect {
	margin: .5em;
	display: block;
	vertical-align: middle;
}
#Filedata {
	margin: 0 auto;
}
#filedrag {
	box-sizing: border-box;
	width: 100%;
	display: none;
	font-weight: bold;
	text-align: center;
	color: #555;
	border: 2px dashed #555;
	border-radius: 8px;
	cursor: default;
	margin: .5em 0;
	padding: 1em 0;
	background-color: #EEE;
	vertical-align: middle;
}
#filedrag.hover {
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}
.thumbgroup > div {
	padding: .2em;
	border: 1px solid var(--color-default);
	margin: .2em;
}
.thumbgroup {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
	padding: 0;
	margin: .5em auto;
	max-width: 46em;
}
.maplist .thumbgroup img {
	width: 150px;
}
#map {
	height: calc(100vh - 9rem);
	background-color: #444;
}
#map .gm-style-iw-d {
	color: #000;
	margin: .2rem 1rem .2rem 0;
}
#info {
	box-sizing: border-box;
	padding: 1rem;
	border: 2px solid var(--color-default);
}
#info p {
	line-height: 1.2em;
}
#info h4 {
	font: 700 1em/1em "Oswald",sans-serif;
	color: var(--color-default);
	opacity: .8;
	margin: 1rem 0 0;
}
#info .feature {
	background-position: center;
	background-size: cover;
	height: 10rem;
	margin-top: -1rem;
}
#info .bigbutton a, .maplist .bigbutton a {
	margin: .5em auto;
}
img.linkimg, img.icon {
	display: inline;
	width: auto;
	height: 2em;
	vertical-align: middle;
}
@media only screen and (min-width: 480px) {
	body {
		font-size: 16px;
	}
	ul.boxes li {
		width: 44vw;
		height: 44vw;
	}
	.articlelist > div{
		display: table-cell;
		vertical-align: top;
	}
	.articlelist .docside {
		padding-right: 1em;
	}
	span > select.formnorm {
		display: inline-block;
		margin: 0 0 0 1em;
	}

}
@media only screen and (min-width: 760px) {
	body {
		font-size: 18px;
	}
	a, .submitbutton, .adminbutton {
		-webkit-transition: all 200ms cubic-bezier(.5, 0, .5, 1);
		transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	}
	ul.boxes li {
		width: 30vw;
		height: 30vw;
	}
	ul.boxes li.blank {
		display: block;
	}
	.articlelist.withphoto .docside {
		width: 200px;
	}
	.split {
		box-sizing: border-box;
		display: table;
		position: relative;
		width: auto;
		margin: 1em auto;
		text-align: center;
	}
	.split > div {
		box-sizing: border-box;
		display: table-cell;
		vertical-align: middle;
		padding: 0 1em;
	}
	.split > div.top {
		vertical-align: top;
	}
	.split.half > div {
		width: 50%;
	}
	.socialmedia {
		font-size: 1rem;
	}
	.home .container {
		bottom: -.7em;
  	}
	#navbar {
		display: flex;
		justify-content: center;
		position: relative;
		z-index: 250;
	}
	.home #navbar {
		padding-top: .5em;
	}
	#navbar > ul {
		box-sizing: border-box;
		display: table;
		width: auto;
		padding: 0;
		margin: 0;
		list-style: none;
		font: 800 .85em/1em "Open Sans", sans-serif;
		text-transform: uppercase;
		text-align: center;
	}
	#navbar li{
		margin: 0;
		padding: 0;
	}
	#navbar > ul > li {
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		position: relative;
		margin-bottom: .6em;
	}
	#navbar > ul > li:nth-child(4) + li:after {
		display: none;
	}
	#navbar a {
		display: block;
		padding: .2em 1em;
		letter-spacing: .15em;
		border-radius: 1em;
		text-shadow: 0 0 4px #000;
		margin: 0 .2em;
	}
	#navbar a, #navbar a:link, #navbar a:visited {
		color: #FFF;
		text-decoration: none;
	}
	#navbar a:hover, #navbar a:visited:hover {
		color: #438045;
		background-color: #FFF;
		box-shadow: 0 0 1em #CCC;
		text-shadow: none;
	}
	#navbar .nav.on a {
		color: #e8a61b;
		letter-spacing: .10em;
	}
	#navbar ul ul {
		border-top: 1px solid #CDD9E0;
		margin: 0;
		padding: 0;
		position: absolute;
		z-index: 500;
		display: none;
		text-align: center;
		list-style: none;
		font-size: 1em;
		background-color: #27384D;
		background-color: rgba(0,41,71,.8);
		width: 100%;
	}
	#navbar ul ul a{
		font-size: .9em;
		line-height: 1em;
		letter-spacing: .01em;
		text-transform: none;
		border-bottom: 1px solid #CDD9E0;
	}
	#navbar ul ul a, #navbar ul ul a:link, #navbar ul ul a:visited {
		padding: .5em .5em;
	}
	#navbar ul ul a:hover, #navbar ul ul a:visited:hover {
		background-color: rgb(0,41,71);
	}
	#navbar ul ul .on a, #navbar ul ul .on a:link, #navbar ul ul .on a:visited {
		color: #FFF;
		background-color: rgb(0,41,71);
	}
	
	div#navbar li:hover {
		cursor:pointer;
		z-index:100;
	}
	
	div#navbar li:hover ul ul,
	div#navbar li li:hover ul ul,
	div#navbar li li li:hover ul ul,
	div#navbar li li li li:hover ul ul
	{display:none;}
	
	div#navbar li:hover ul,
	div#navbar li li:hover ul,
	div#navbar li li li:hover ul,
	div#navbar li li li li:hover ul
	{display:block;}
	.original {
		display: inherit;
	}
	#mobilenav {
		display: none;
	}
	table td {
		display: table-cell;
	}
	table.formtable td + td {
		border-top: none;
	}
	#fileselect {
		display: inline-block;
		width: 40%;
	}
	#filedrag {
		width: calc(60% - 2em);
	}
}
@media only screen and (min-width: 1024px) {
	.mapsplit {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
		border: 1px solid #444;
	}
	.mapsplit > div:first-child {
		width: 75%;
	}
	.mapsplit > div:last-child {
		width: 25%;
	}
	#info {
		overflow: auto;
		height: calc(100vh - 9rem);
	}
	#info ul {
		font-size: .9em;
		padding-left: 1em;
	}
	#map .gm-style-iw-d {
		margin-right: 0;
		margin-bottom: -6px;
	}
	#map .gm-ui-hover-effect {
		width: 18px !important;
		height: 18px !important;
		margin-top: 6px !important;
	}
	#map .gm-ui-hover-effect span {
		width: 18px !important;
		height: 18px !important;
		margin: 0 !important;
	}
	.maplist .articlelist {
		flex-flow: row nowrap;
		padding: .5em 2em .5em 13em;
	}
	.articlelist .feature {
		position: absolute;
		width: 12em;
		height: 100%;
		margin: 0;
		left: 0;
		top: 0;
	}
	.articlelist > div.center {
		width: 40%;
		padding-right: 1em;
	}
	.maplist .articlelist .content {
		width: 60%;
	}
}
@media only screen and (min-width: 1200px) {
	body {
		font-size: 20px;
	}
	iframe {
		height: 800px;
	}
	#main {
		padding: 1rem 2rem 2rem;
	}
	#header {
		padding: 1rem 2rem;
	}
	.home .cover {
		background-size: 1280px;
		height: 474px;
		margin: 0 -2rem -1rem;
	}
	.home .container, .simple .container {
		position: absolute;
		top: .5rem;
		right: .5rem;
		bottom: auto;
		z-index: 300;
	}
	.home .container {
		width: 11em;
	}
	.simple .container {
		width: 7em;
	}
	.socialmedia {
		flex-flow: row wrap;
	}
	.home .socialmedia {
		justify-content: flex-end;
	}
	.socialmedia > div {
		margin: .5rem;
	}
	ul.boxes li {
		width: 300px;
		height: 300px;
	}
	.back a {
		width: 72px;
	}
	.formtable {
		box-sizing: border-box;
		width: 52em;
		margin: 1em auto;
	}
	#map, #info {
		height: calc(100vh - 9rem);
	}
	#info {
		font-size: .9em;
	}
}

