﻿.navigationresume {
	padding: 0px;
	margin: 40px auto 0px auto;
	font-family: "Eras Light ITC", arial, tahoma, sans-serif;
	font-size: 1em;
	font-weight: 100;
	color: #F10118;
	text-align: center;
	position: relative;
	top: 40px;
	width: 1366px;
	height: 30px;
}
.navigationresume a {
	text-decoration: none;
	color: #F10118;
}

.navigationresume a:hover {
	color: #808080;
	text-decoration: none;
}
.navigationresume a:active {
	color: #808080;
	text-decoration: none;
}

.resume {
	font-family: "Eras Light ITC", arial, tahoma, sans-serif;
	font-size: 2.5em;
	font-weight: 100;
	list-style-type: none;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	color: #F10118;
	text-decoration: none;
}
.resume a {
	color: #F10118;
	text-decoration: none;
}

#navigation_resume {
	font-family: "Eras Light ITC", arial, tahoma, sans-serif;
	font-size: 1em;
	font-weight: 100;
	color: #F10118;
	display: inline;
	list-style-type: none;
}
#navigation_resume li {
	font-family: "Eras Light ITC", arial, tahoma, sans-serif;
	font-size: 1em;
	font-weight: 100;
	color: #F10118;
	text-align: center;
	padding-right: 30px;
	display: inline;
	list-style-type: none;
	margin-bottom: .50em;

}
.navigationresumetop {
	padding: 0px 0px 0px 50px;
	margin: 40px auto 0px auto;
	font-family: "Eras Light ITC", arial, tahoma, sans-serif;
	font-size: 1em;
	font-weight: 100;
	color: #F10118;
	text-align: left;
	position: relative;
	top: 40px;
	width: 1366px;
	height: 30px;
}

@media only screen and (max-width: 699px){
	#navigation_resume_top {
	display:none;
}
}
#menu_resume {
	height: 3em;
	width: 75px;
	display: none;
}
@media only screen and (max-width: 699px){
#menu_resume {
	display: block;
	background-color: #000000;
}
}
.nav_dropbtn {
	background-color: #000000;	
	color: #F6ECEC;
	padding: 1em;
	font-size: 1em;
	text-decoration: none;
	border: none;
	height: 3em;
	width: 75px;
	cursor: pointer;
}
.nav_dropdown {
	position: relative;
	display: inline-block;
}
.nav_dropdown-content {
	display: none;
	position: absolute;
	background-color: #000000;
	min-width: 160px;
	
	z-index: 1;
}
.nav_dropdown-content a {
	color: #F6ECEC;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.nav_dropdown-content a:hover {
	background-color: #000000;
	}
.nav_dropdown:hover .nav_dropdown-content {
	display: block;
}
.nav_dropdown:hover .nav_dropbtn {
	background-color: #000000;}

nav {
	text-decoration:none
}



