@charset "utf-8";
body {
	margin: 0px;
	color: #151515;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
}
#wrapper {
	width: 100%;
	min-width: 740px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFCC;
	color: #111111;
	font-family: cabin;
	font-style: normal;
	font-weight: 400;
}
#top {
    overflow: hidden;
}
#hero img {
	max-width: 100%;  
}
h1, h2 {
	color: #30BB08;
	font-family: aladin;
	font-style: normal;
	font-weight: 400;
}

h1 {
	font-size: 72px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #0FA801;
	font-family: architects-daughter;
	font-style: normal;
	font-weight: 400;
}
h2 {
	margin-top: 0.5em;
	font-family: comfortaa;
	font-style: normal;
	font-weight: 300;
	text-decoration: none;
}


figure {
	display: block;
	width: 420px;
}
figure img {
	padding: 10px;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
}

figcaption {
	font-size: 0.875em;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-top: 0.5em;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
.floatleft {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}
footer {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2%;
	background-color: #16BC00;
	color: #FFFFFF;
}
a {
	font-weight: 400;
	text-decoration: none;
	font-family: cabin;
	font-style: normal;
}
a:link {
	color: #000000;
	font-family: cabin;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
}
a:visited {
	color: #000000;
	font-family: cabin;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #99FFOO;
	text-decoration: none;
	font-family: cabin;
	font-style: normal;
	font-weight: 400;
}
h3 {
	text-decoration: none;
	font-family: comfortaa;
	font-style: normal;
	font-weight: 400;
	color: #32C303;
	font-size: x-large;
}
h4 {
	background-color: #FBE96D;
	color: #000000;
	font-weight: bold;
}
h5 {
	font-weight: bold;
	font-size: medium;
	background-color: #FBE96D;
}
h6 {
	font-size: small;
}
#mainnav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainnav a {
	width: 20%;
	float: left;
	text-align: center;
	text-transform: uppercase;
	background-color: #F8FF0F;
}
