@CHARSET "UTF-8";

body {
	margin: 0px;
	font-family: 'Oswald', sans-serif;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
	
	background-color: #ffffff;
	background-image: url('img/wabe2.png');
}


.main {
	padding-bottom: 4em;
}

.header {
	background-image: url('img/mountain.jpg');
	height: 20em;
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
	box-shadow: inset 0px -17px 5px -12px rgba(0,0,0,0.5);
	border-bottom: 1em solid #ffffff;
}


h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: lighter;
	color: #000000;
	font-size: 300%;
	margin: 0;
	padding: 1em;
}

.nav {
}

a, a:VISITED, a:AFTER {
	color: black;
	font-weight: lighter;
	color: #FFFFFF; 
	text-decoration: none;
}

.nav_item {
	padding: 0.5em;
	width: 30em;
	max-width: 80%;
	border-radius: 2em;
	background-color: #000000;
	margin: 1em auto 1em auto;
	cursor: pointer;
	transition: background-color 0.5s ease-in-out;
}

.nav_item:hover {
	background-color: #3f3f3f;
	transition: background-color 0.5s ease-in-out; 
	box-shadow: 0px 0px 0px 5px #d8d8d8;
}



.footer {
	position: fixed;
	bottom: 0;
	margin: 0;
	width: 100%;
	color: #ffffff;
	padding: 1em;
	height: 3em;
	background-color: #1ca71c;
	font-size: 10pt;
	font-style: italic;
	border-top: solid 5px #d8d8d8;
	box-shadow: inset 0px 17px 5px -12px rgba(0,0,0,0.2);
}