body {
	font-family: futura-pt, helvetica, sans-serif;
	color: #434343;
	margin: 0;
	padding: 0;
}

.bg {
	background: #fff;
}



h1 {
	text-transform: uppercase;
	font-weight: 800;
	border-bottom: 2px solid #666;
	display: block;
	width: 220px;
}

a {
	color: #73ae2e;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 200ms ease-in-out;
}

a:hover {
	
}



#container {
	margin-left: 35px;
	margin-top: 45px;
}


ul {
	display: inline-block;
	margin-top: 60px;
	-webkit-padding-start: 0px;
}



li {
	display: block;
	float: left;
	padding-right: 25px;
	text-transform: uppercase;
}

.exploration a:hover {
	color: #ab0000;
}

.linkedin a:hover {
	color: #069;
}

.email a:hover {
	color: #ffae45
}

.campdoug {
	color: #434343;
}

.campdoug:hover {
	color: #4db23a;
}














