@charset "utf-8";
.maincopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}

.maincopy2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 24px;
	color: #FFF;
	line-height: 38px;
}



.maincopysmall {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	font-size: 17px;
	color: #FFF;
	line-height:45px;
}



.buttncopy {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	font-size: 20px;
	color: #000;
}



.formcopy {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	font-size: 17px;
	color: #000;
}




.maincopysmallgreen {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	font-size: 17px;
	color: #85ec00;
}





.maincopybold {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	font-style:italic;
	font-size: 24px;
	color: #FFF;
	line-height:45px;
}


.links {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size: 27px;
	color: #FFF;
}



.navigation:link {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size: 27px;
	color: #FFF;
}

.navigation:visited {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size: 27px;
	color: #FFF;
}

.navigation:hover {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size: 27px;
	color: #85ec00;
}

.navigation:active {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size: 27px;
	color: #FFF;
}












#top {
	z-index:1;
	height:272px;
	position:relative;	
}




#top2 {
	z-index:4;
	top:100px;
}





#me {
	z-index:-1;
	background-color:#6c6c6c;
	background-image:url(../images/me-bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	top:-28px;
	height:auto;
	position:inherit;
	
	
}


#work {
	z-index:-1;
	width:100%;
	top:-28px;
	height:auto;
	position:inherit;
	
	
}


#bottom {
	z-index:2;
	height:auto;
	background-color:#343434;
	
	
	top:0px;
	position: relative;
}
