@charset "utf-8";
/* Simplify width and height calculations */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	margin: 0;
	color: #353A3F;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	background-color: #AFCAB7;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
	background-color: #F9F9F6;
}
h1, h2 {
	color: #1E1E1E;
	font-style: normal;
	font-weight: 400;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 2.5em;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	margin-top: 0.5em;
	font-size: 2.25em;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #3B4B5B;
}
a:visited {
	color: #3B4B5B;
}
a:hover, a:active, a:focus {
	color: #AFCAB7;
	text-decoration: underline;
}
#menulink {
	margin: 0;
	text-align: center;
	background-color: #000000;
}
#menulink a {
	color: white;
	font-size: 0.7em;
	text-transform: uppercase;
	/* [disabled]display: block;
*/
	font-weight: 200;
	text-decoration: none;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	font-family: source-sans-pro;
	font-style: normal;
}
#navlinks {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	list-style-type: none;
	background-color: #353A3F; /* fallback for older browsers */
	background-color: rgba(53,58,63,0.65);
	position: absolute;
	-webkit-transition: all ease-out 0.5s;
	transition: all ease-out 0.5s;
}
#navlinks.displayed {
	top: 135px;
	z-index: 1;
	opacity: 1;
}

#navlinks.start {
	display: none;
}
#navlinks.collapsed {
	top: -12em;
	opacity: 0;
}

#navlinks a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	color: rgba(242,244,245,1.00);
}
#navlinks a:hover, #navlinks a:active, #navlinks a:focus, #navlinks a.thispage {
	color: #F68979;
}



main, aside {
	margin-left: 4%;
	margin-right: 4%;
}
footer {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 0.8em;
}

@media (min-width : 850px ){
#menulink {
	display: none;
}
#navlinks {
	max-width: 1000px;
	position: static;
	background-color: transparent;
}
#navlinks.collapsed {
	opacity: 1;
}
#navlinks a {
	width: 13%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	float: left;
	text-shadow: 0px 0px #1E1E1E;
	color: #353A3F;
	color: rgba(53,58,63,1.00);
}
main {
	width: 60%;
}
aside {
	width: 28%;
	margin-left: 0px;
}
main, aside {
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
	font-size: 0.875em;
}
footer {
	clear: left;
}




}
