@charset "utf-8";

body{
	margin: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	background-color: #061B2F;
	
}


header, section, aside, div, h1, h2, h3, h4, p {
	margin: 0;
	padding: 0px;
}


h4  {
	font-size: 1.3em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	padding: 1px;
	}


#nav_menu ul {
	list-style-type: none;
	position: relative;
	padding: 0;
	margin: 0 20% 0 21%;
	z-index: 1;
	
}

#nav_menu ul li {float: left;
	margin: 0 ;
	
	width: 33%;
	
}


#nav_menu ul li a {
	/*float: left;*/
	text-align: center;
	display: block;
	width: 175px;
	padding: .5em 0 .4em 0;
	text-decoration: none;
	/*background-color: #061B2FAA;*/	
}


#nav_menu ul ul {
	display: none;
	position: absolute;
	top: 100%;
	margin: 0 0 0 0;
	
}


#nav_menu ul ul li { float: none;
	
}
	

#nav_menu ul li:hover > ul {
	display: block;
	background-color: #061B2FDD;	
}

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

.artwork-container{
	width: 800px;
	position: relative;
	margin:  auto;
	padding-top: 20px;

}
	
aside{
	float: left;
	
}

img {
	width: 300px;
	margin-right: 30px}


h1{
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	color: white;
	font-weight: lighter;
	font-size: 2.5em;
	font-style: italic;		
}

h2  {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	color: white;
	font-weight: lighter;
	font-size: 2em;
	margin-top: 30px;
	
}

h3  {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, 	sans-serif;
	color: white ;
	font-weight: lighter;
	font-size: .8em;
	/*text-shadow: 1px 1px 1px black;*/
}


p 	{clear: left;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	padding-top: 20px;
	font-size: 1.1em;
	color: white ;
	}


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

	

h4:hover #nav_menu {opacity: 1;}

a {color: #2077AA}

a:link  {text-decoration: none;}
 
a:visited {color: #2077AA}


a:hover {color: darksalmon;
	}


#nav_menu ul ul li a {	
	color: #FFE;
	}

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




/*desktop less than 1140px */
@media only screen and (max-width: 1139px) {
	
	.artwork-container  {
	width: 800px;
	}
	
	img {width: 300px;}	
}

/*tablet portrait to standard 960 */
@media only screen and (max-width: 959px) {
	
	
	
	.artwork-container  {
	width: 725px;
	}
	

	
	img {width: 300px; }
	
	h1 {font-size: 2.2em; }
	
	h2 {font-size: 1.9em; }
	
	h3 {font-size: .8em;
	}
}

/*mobile landscape to tablet portrait */
@media only screen and (max-width: 767px) {
	
	#nav_menu ul {
	list-style-type: none;	
	margin: 0 15% 0 15%;
	}
	
	.artwork-container{ width: 550px;
		
	}
	
	
	
	img {width: 250px;
		margin-right: 20px;}
	
	h1 {font-size: 1.9em; 
		margin-left: 20px;
	}
	
	h2 {font-size: 1.55em;
		margin-left: 20px;
	}
	
	h3 {font-size: .7em;}
	
}
	
	
/*mobile portrait to mobile landscape */
@media only screen and (max-width: 579px) {
	
	#nav_menu ul {
	list-style-type: none;	
	margin: 0 10% 0 10%;
	}
	
	
	#nav_menu ul li a {	
	width: 170px;
	text-decoration: none;
		
	}
	
	#nav_menu ul ul li a {	
	width: 170px;
	}
	
	.artwork-container{
	width: 360px;
	}
	

	
	img {width: 200px;
		margin-right: 10px;}
	
	h1 {font-size: 1.4em; 
		
	}
	
	h2 {font-size: 1.0em;
		margin-top: 15px;
		
	}
	
	h3 {font-size: .6em;}
		
}

/*mobile portrait to mobile landscape */
@media only screen and (max-width: 479px) {
	
	
	#nav_menu ul {
	list-style-type: none;	
	margin: 0 0% 0 0%;
	
	}
	
	#nav_menu ul li a {	
	width: 130px;
	text-decoration: none;
		
	}
	
	#nav_menu ul ul li a {	
	width: 140px;
	}
	
	.artwork-container{
	width: 360px;
	}
	

	
	img {width: 200px;
		margin-right: 10px;}
	
	
	
	h1 {font-size: 1.4em; 
		
	}
	
	h2 {font-size: 1.0em;
		margin-top: 15px;
		
	}
	
	h3 {font-size: .6em;
		
	}
		
}

