body {
	background: #d3dad5;
	margin: 0;
	font-family: arial, sans-serif;
	color: #333;
}

.header {

	top: 0;
}

.header img {
	width: 100%;


}

.nav {
	width: 100%;
	position: absolute;
	top: 10%;
	right: 3% !important;
	text-align: right;
}

.nav a {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 1px;
	color: #839d86;
	text-shadow: 1px 1px 0px #000,2px 2px 0px #48804e;
}

.nav a:hover {
	color: #fff;
}

.active {
	color: #fff !important;
}

.content {
	max-width: 75%;
	margin: 0 auto;
	font-size: 20px;
	padding-top: 60px;
	line-height: 36px;
	padding-bottom: 60px;
}

.content h2 {
	font-size: 34px;
	text-transform: uppercase;
	color: #48804e;
	text-shadow: 1px 1px 0px #000,2px 2px 0px #48804e;
	margin-bottom: 70px;
}

.content p {
	margin-bottom: 40px;
}

.content a {
	color: #48804e;
	text-decoration: none;
	letter-spacing: 1px;
}

.content a:hover {
	color: #fff;
}

.footer {
	background: #fff;
	text-align: center;
	height: 50px;
	padding-top: 20px;
	color: #555;
	letter-spacing: 1px;
}