
body { 
	/*border: thin solid red; /*temp*/
	background-color: black; 
	color:#aaaaaa;  
	font-family:arial;  

	width: 100vw;
	height: 100vh;
	overflow:hidden;
	margin: 0;
}

body, div, img, a {
	box-sizing:border-box;
}

#coverart, 
.main-menu, 
.footer {
	/*border: thin dotted gray; /*temp*/
	position: relative;
	text-align: center;
}

.main-menu {  
	letter-spacing: 0.1em;
}

.main-menu a {
	display: inline-block;
	white-space:nowrap;
}


#coverart, 
.main-menu {
	height: 30%;
	width: 100%;
	line-height: 30vh;
}

.footer {
	height: 10%;
	width: 100%;
}

 
.main-menu>div {
	width: 100%;
	line-height: 120%; 
	vertical-align: middle; 
	display: inline-block;
}



/* ---------------------------------	COVER ART 							*/

#coverart .image {
	box-shadow: inset .45em .3em .3em rgba(0,0,0,0.8), inset -.1em -.05em .3em rgba(0,0,0,0.6);
	background: orange url('images/fractals/mandelscapes2/passionflower.jpg');
	background-position: center; 
	border: thin solid #333;
	border-radius: 2vmin;
	
	width: 50vmin;
	height: 100%;
	margin: auto;
	
	text-align: center;
	line-height: 30vh;
}

#coverart .title {
	color: white; 
	font-size: 6vmin;
	letter-spacing: .3em;
	text-shadow: 0 0 .15em white, .3em .2em .1em black;
	text-align: center;
	
	vertical-align: middle;
	width: 100%;
	margin: auto; 
}


/* ---------------------------------	ANCHORS 							*/



a {
	padding: .3em .5em; 
	text-decoration: none;
}

a, a:link, a:visited, a:active {
	color: #aaa;
}  



.main-menu a:hover,
.footer a:hover {
	cursor: pointer;
	color: white;
	text-shadow: 0 0 0.1em white, 0 0 0.2em gray; 
	border: thin solid gray;
	border-radius: .2em;
	background-color: #222;
}     
     


/* ---------------------------------	FOOTER 							*/

.footer   {
	font-size: smaller;
}

.footer a {
	color: gray;	
}
 
.footer a, .footer a:link, .footer a:visited, .footer a:active {
	color: gray;
}  


.footer a:hover {
	cursor: pointer;
	color: white;
	text-shadow: 0 0 0.1em white, 0 0 0.2em gray; 
}     
      


/*#############################################
	MEDIA OVERRIDES
###############################################*/

body {  
	font-size: 4vmin; 
	line-height: 120%;
}


@media screen and (min-aspect-ratio: 2/1) {

body {
	font-size: 7vmin;
}

#coverart, 
.main-menu {
	display: inline-block;
	width: 32%;
	line-height: 85vh;
}

.main-menu { 
	height: 85vh;
}

.footer {
	width: 98%;
}

#coverart .image {
	width: 100%;
	height: 50vmin; 
	vertical-align: middle;
	line-height: 50vmin;
}

#coverart .title { 
	vertical-align: middle;
	margin: auto; 
	vertical-align: middle;
	font-size: 4vw;
	
}

}


  
/*_________________________________________ PORTRAIT SMALL   width < 400
*/
@media all and (orientation:portrait) and (max-width: 400px) {  
body {  
	font-size: 6vmin;  
}
.main-menu>div {
	line-height: 100%;  
}
}  


/*_________________________________________ PORTRAIT MEDIUM   401 < width < 600
*/
@media all and (orientation:portrait) and (min-width: 401px) and (max-width: 600px) {  
body {  
	font-size: 5vmin; 
} 
.main-menu>div {
	line-height: 120%;  
}
}


/*_________________________________________ PORTRAIT LARGE    601 < width
*/
@media all and (orientation:portrait) and (min-width: 601px) {  
.main-menu>div {
	line-height: 140%;  
}
}  



/*_________________________________________ LANDSCAPE SMALL
*/
@media all and (orientation:landscape) {  

}  


/*_________________________________________ LANDSCAPE MEDIUM
*/





/*_________________________________________ LANDSCAPE LARGE
*/




