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


header {
	
}

.primary_header {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	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: transparent;
  	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: #f1f1f1;
}

/* 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;
}


body {
	background-image: url("../images/deepsurface2.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-color: ghostwhite;
	background-repeat: no-repeat;
	
}


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

/*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;
}
}

/*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;
		
}
}
