
/*
Custom Color

blue: #1E90FF
green: #78CC53;
*/


body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	background-color: black;
	height: 100%;

}


div.body_wrapper{
	background-color: white;
	height: 100%;
}


nav{
	/*font-family: "Lucida Console", Monaco, monospace;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	position: fixed;
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	/*background-color: #333;*/
	background-color: black;
	opacity: 0.9;
	text-align: right;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;

}



nav a.home{
	float: left;
}

nav a{
	color: white;
	display: inline-block;
	text-align: center;
	padding: 20px 20px;
	text-decoration: none;
	margin-right: 30px;
}



nav a.home{
	color: #78CC53;
	margin-left: 30px;
}

nav a.home:hover:not(.active){
	background-color: black;

	color: white;
}

nav a:hover:not(.active){
	/*background-color: black;*/

	color: #78CC53; /*green*/
}


footer div.copyright {
    float: left;
}
footer div.social-icon{
    float: none;
}
footer div.resume_hire {
    float: right;
}

footer div {
	display: inline;
}


footer{
	/*font-family: "Lucida Console", Monaco, monospace;*/
	/*position: fixed;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	background-color: #D3D3D3;
	font-size: 18px;
	width: 100%;
	bottom: 0;
	left: 0;

	text-align: right;
	z-index: 1;


}

footer a{
	color: black;
	display: inline-block;
	text-align: center;
	padding: 20px 50px;
	text-decoration: none;

}
footer a.git img.git{
	position: absolute;
	height: 30px;
	width: 30px;
	margin-left: -15px;
	left: 50%; 
	
}

footer a:hover:not(.active){

/*	color: #78CC53; */
	/*color: #696969;*/
	color: white;
	opacity: 1;
}

footer small.copyright {
	display: inline-block;
	text-align: center;
	color: black;
	float: left;
	margin-left: 100px;
	margin-top: 25px;
	font-size: 15px;
}

