@charset "utf-8";

body {
	background-color: #092949;
	color: #FFFFFF;
	max-width: 1190px;
}

body, header, section, ul, li, aside, h1, h2, h3, h4, p {
	margin: 0;
	padding:0;
	}

aside {
	width: 70%;
	margin-left: 0%;
	float:left
}	

h1 {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	color: white;
	font-weight: lighter;
	font-size: 2.5em;
	float: left;
	margin-top: 20pt;
	padding-left: 30px;
}

span {
	font-size: .6em;
		
}

/*h2 {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	color: white;
	font-weight: lighter;
	font-size: 1.5em;
	float: left;
	margin: 31pt 0 0 8pt;
}
*/


section {
	width: 30%;
	height: 80px;
	
	/*background-color: blue;*/
	float:right ;
}	

#nav_menu ul {
	list-style-type: none;
	margin-top: 33px;
	/*color: #2077AA;*/
	position: relative;
	
	}

#nav_menu ul li a {
	float: right;
	text-align: center;
	display: block;
	width: 160px;
	padding: .5em ;
	text-decoration: none;
	/*background-color: rgba( 9, 41, 73, .7);*/
	font-size: 1.3em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #2077AA;
	/*color: #FFF;*/
	/*text-shadow: 3px 3px 0px black;*/
	font-weight: bold;	
	/*margin-left: 30%;*/
	/*margin-right: 15%;*/
	/*border-radius: 15px;*/
}

#nav_menu ul ul {
	display: none;
	/*position: absolute;*/
	
	top: 100%;

}

#nav_menu ul ul li { float:none;
	 
	
}

#nav_menu ul li ul li a{
	padding-left: 10%;
	background-color: rgba( 9, 41, 73, .7);
	color: #FFF;
}

#nav_menu ul a:hover {color: darksalmon;
	}


#nav_menu ul li:hover > ul {
	display: block;
	/*background-color: black;*/
}

#nav_menu ul ul li a:hover {
	color:darksalmon;
	background-color: black;
}


#nav_menu > ul::after {
	content: "";
	display: block;
	clear: both;	
}




#grid {
	display: grid;
	width: 90%;
	margin: 0 5%;

	grid-template-columns: 180px 180px 180px 180px 180px 180px;
	grid-template-rows: 180px;
	align-items: center;
	justify-items: center;
	grid-auto-flow: row;
	grid-auto-rows: 180px;
	/*grid-auto-columns: 180px;*/
}




ul li {
	list-style-type: none;
	grid-row: auto; grid-column: auto;

}

footer {
	z-index: -1;
	text-align: center;
	width: 100%;
	height: 10px;
	margin-bottom: 5px;
	top:100%;
	font-size: .6em;
	color: #2063A1;
	}


a img{transition: 1s;}

a img:hover {
	transform: scaleX(1.1) scaleY(1.1);
}

a:hover {color: darksalmon;
	}




/*desktop less than 1140px */
@media only screen and (max-width: 1139px) {
	
	#grid {
	
	grid-template-columns: 180px 180px 180px 180px 180px;}	
}

/*tablet portrait to standard 960 */
@media only screen and (max-width: 959px) {
	
	#grid {
	
	grid-template-columns: 180px 180px 180px 180px ;}
}

/*mobile landscape to tablet portrait */
@media only screen and (max-width: 767px) {
	
	#grid {
	
	grid-template-columns: 180px 180px 180px ;}
	
}

/*mobile portrait to mobile landscape */
@media only screen and (max-width: 579px) {
	
	#grid {
		grid-template-columns: 180px 180px ;}
	
	
	
	
}



/*
a img{transition: 1s;}

a img:hover {
	transform: scaleX(1.1) scaleY(1.1);
}

a:link {
	color: #2063A1;
	text-decoration: none;
}

a:visited {color: #FFFFFF}

a:hover {color: darksalmon}

h4 a:link {
	color: #2063A1;
	text-decoration: none;
}

