@charset "UTF-8";
/* CSS Document */


header {
	
}

.primary_header {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	color: #004779;
	
}

.primary_header a {
	text-decoration: none;
	
}

.title {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-style: italic;
	color: #004779;
}


.menu_bar {
	display: block;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";

	
}

.menu_bar ul li {
	list-style: none;
	display: block;
	margin-top: .3em;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 11pt;
	font-weight: bold;
	color: #1A3A19;
	letter-spacing: .08em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 75%;
	float: left;

}


/* Style The Dropdown Button */
.dropbtn {
  	cursor: pointer;
   	text-decoration: none;
	color: #1A3A19;
	
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f3eee4;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: darkgreen;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	color: darkgoldenrod;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: inline-block;
}

/* Change the text color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  color: darkgreen;
}

.secondary_header {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-style: italic;
	color: darkgoldenrod;
	clear: left;
	text-align: left;
	width: 50%;
	padding-left: 2%;
	font-size: 10pt;
	padding-top: .1em;
	
}

body {
	background-image: url("../images/notebookpaper.gif");
	background-size: auto;
	background-attachment: fixed;
	background-color: ghostwhite;
	background-repeat: repeat;
}

.cv_box {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-style: normal;
	font-size: 11pt
}
.cv_box a {
	color: darkgreen;

}

img {
	float: right;
}

/*Tablet View*/

@media (min-width: 768px){
	
.primary_header {
	float:left;
	width: 30%;
	margin-left: 2em;
	
}
	
	.menu_bar {
	float: right;
	display: inline-block;
	width: 55%;
		
}
	
	.menu_bar ul li {
	font-size: 12pt;
	float: left;
	margin-right: 1em;
	margin-top: 1em;
	text-align: left;
	width: inherit;
		
}	
	
	.dropdown-content {
	top: 1.2em;
	left: .5em;
		
	}
	
	.secondary_header {
	font-size: 12pt;
	margin-left: 2em;
	padding-top: 0em;
	}
	

}

/*Desktop View*/

@media (min-width: 1024px){

	.primary_header {
	float:left;
	width: 30%;
	margin-left: 3em;
	
}
	
	.menu_bar {
	float: right;
	width: 50%;
	
	
}
	
	.menu_bar ul li {
	list-style: none;
	float: left;
	margin-right: 2.5em;
	margin-top: 1em;
	text-align: left;
	width: inherit;
		
}
	
	.secondary_header {
	margin-left: 4em;
	}
	
}