@charset "utf-8";
body {
	margin: auto;
	position: relative;
}
.header {
	margin: auto;
	width: 60%;
}

.footer {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.4em;
	text-align: center;
	width: 100%;
	position: absolute;
	padding-bottom: 1%;
}
.footernote {
	font-size: 0.5em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.tophalf {
	width: 100%;
	background-image: url(img/background.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 30.1%;
	margin-bottom: 0px;
}

.description {
	width: 29%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.45em;
	color: #FFFFFF;
	right: 20%;
	position: absolute;
	top: 66%;
}
.description p {
	margin-top: 4%;
	margin-right: 4%;
	margin-left: 4%;
	margin-bottom: 4%;

}
.greenbar {
	padding-bottom: 22%;
	background-color: #004f28;
	padding-left: 20%;
	padding-right: 20px;
	position: static;


}





header {

}
.menu {
	position: relative;
	display: inline-block;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	text-decoration: none;
	color: #7d1717;
	font-weight: bold;
	left: 6%;
	bottom: 8px;
	font-size: 0.3em;

}


html {
	min-width: 825px;
	margin: auto;
	max-width: 1300px;
}
a { color: inherit; 
	text-decoration: inherit;
} 
