@charset "utf-8";
/* CSS Document 
	filename: wild-style.css

a {outline: 1px dashed red;}
a * {outline: 1px solid green;}
*/

html {
	background-color: dimgray;
}

p {
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	letter-spacing: 0.1em;
	line-height: 1em;
	font-size: 1.2em;
	display: block;
	margin: 0px;
	padding: 0px;
}
section p {
	line-height: 1.8em;
	margin: 1em;
}
a {
	text-decoration: none;
	color: rgba(0,78,122,1.00);
	letter-spacing: 0.2em;
	text-shadow: 1px 2px 1px lightgray;
	line-height: 1em;
	font-size: 1.5em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	
}

body {
	width: 80vw;
	padding: 0px 2em;
	margin: 18px auto;
	background-color: white;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-flex; 
	display: flex;	
	flex-direction: column;
	flex-wrap: nowrap;
	flex-flow: column nowrap;
	justify-content: center;
	align-content: flex-start;
}
header, footer {
	width: 100%;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-flex; 
	display: flex;	
	flex-direction: norow;
	flex-wrap: wrap;
	flex-flow: row wrap;
	justify-content:flex-start;
	align-content: flex-start;
	position: relative;
}
header {
	padding: 0px;
	margin: 0px;	
}
footer {
	padding: 1em 0px;
	margin: 0px;	
}
nav {
	padding: 0px;
	margin: 0px;
	width: 100%;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-flex; 
	display: flex;	
	flex-direction: row;
	flex-wrap: wrap;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: center;
}
nav ul {
	margin: 0px auto;
	padding: 0px;
}
nav ul li {
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 5em;
	text-align: center;
}
article {
	padding: 0px 2vw 2vw 0px;
	margin: 0px;
	width: 100%;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-flex; 
	display: flex;	
	flex-direction: row;
	flex-wrap: nowrap;
	flex-flow: row nowrap;
	justify-content:flex-start;
	align-content: flex-start;
}
aside {
	padding: 0px 2vw 2vw 0px;
	margin: 0px;
	width: 400px;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-flex; 
	display: flex;	
	flex-direction: row;
	flex-wrap: nowrap;
	flex-flow: row nowrap;
	justify-content:flex-start;
	align-content: flex-start;
}
aside > a {
	display: block;
	flex: 0 0 0px;
}
aside p {
	display: block;
	margin: 4px;
	padding: 4px;
	flex: 1 1 auto;
}
aside>p>a {
	display: block;
	flex: 0 0 0px;
}
footer a, nav>a, li a {
	text-shadow: 2px 2px 1px lightgray;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
a p {
	margin: 10px 0px;
}
header a, header h1 {
	text-decoration: none;
	font-size: 5vw; 
	font-weight: bold;	
	width: auto;
	display: block;
	margin: 0;
	padding: 0;
	color: rgba(0,78,122,1.00);
	letter-spacing: 0em;
	text-shadow: 4px 4px 1px lightgray;
	line-height: 5.2vw;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
header a:hover {
	text-shadow: 4px 4px 1px gray;
}
nav a:hover {
	text-shadow: 1px 2px 1px gray;
}
a.FloatRightQR {
	position: absolute;
	bottom: 0;
	right: 0;
	
}
section {
	width: 100%;
	margin: 0;
	padding: 0;
} 
figcaption {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
audio {
	display: block;
	margin: 0;
	width: 100%;
	height: 5em;
}
video {
	display: none;
}
img.WildInsideArt {
	max-height: 60vh;
	max-width: 100%;
	aspect-ratio: auto;
	display: block;
	margin: 1px auto;
}
img.WildInsideIcon {
	height: 10em;
	aspect-ratio: auto;
	display: block;
	margin: 1px;
}
img.navIcon {
	max-height: 52px;
	aspect-ratio: auto;
	display: block;
	margin: 5px;
	padding: 0px;
}
img.qr-code {
	width: 64px;
	margin: 10px;
	display: block;
	font-size: 0.5em;
	line-height: 1em;
}
@media all and (max-width: 700px) {
	body {
		width: 100%;
		padding: 10px;
		margin: 0px;
	}
	img.qr-code, a.toplink {
		display: none;
	}
	header a, header h1, footer a, nav>a {
		letter-spacing: 0.2em;
		line-height: 1em;
		font-size: 5vw;
		text-shadow: 2px 2px 1px lightgray;
		display: block;
		margin: auto 0px;
		padding: 0px;
	}
	nav ul li {
		width: 2em;
	}
}