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

/* presentations home */

/* Free Presentations Anchor, to jump to when loaded */
#frpsLKSanc{
	position: absolute; 
	top: 50px; 
	left: 0;
	visibility: hidden;		
}

/* '''''''''''''''''''''''''''''''''  COVERS  ''''''''''''''''''''''''''''''''''''''' */
/* covers */
#covers {
	text-align: center;
	min-width: 320px;
	max-width: 100%;
	height: auto;
}
#covers .cvs {
/* font-family: "Lucida Console", Monaco, monospace; */
	font-size: 0.8em;	
	display: inline-block;
	vertical-align: top;	
	min-width: 136px;
	width: 23%;
	height: auto;
	margin-bottom: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#covers .cvs img {
	/*border: 1px silver solid;*/
	background-color: ghostwhite;
	box-shadow: 8px 8px 15px -5px #666;
	margin-bottom: 10px;
}

#covers .cvs:hover {
	/*background-color: rgba(128,128,128,0.1);*/
}
#covers .cvs a {
	color: gray;
	font-size: 1.20em;
	line-height: 1.10em;
	font-weight: bold;
	text-decoration: none;	
}
#covers .cvs a:hover {
	color: orange;
}
#covers .cvs a span {}

/* bottom row, covers */
#btmrow {
	text-align: left; 
	width: 89%; 
	height: auto; 
	margin: 0 auto;
}
																					
/* '''''''''''''''''''''''''''''''''  MEDIA QUERIES  ''''''''''''''''''''''''''''''''' */

/* #covers .cvs are additional to those already set in mdqrsNvFt.css */
@media screen and (max-width: 320px)
	and (orientation : portrait) {                 
	#covers .cvs {
		margin: 0px 10px 0px;
		}	
}
						
@media (max-width: 483px) {
	#covers .cvs {
		margin: 0px 7px 0px;
		}
}					
	
/* REDUCING COVERS and FONT SIZE FOR COVERS */
@media (max-width:750px) {	
		#covers .cvs {
font-size: 0.75em;}
		#covers .cvs a {
font-size: /*80%*/; color: blue;}
		
/* #covers .cvs a span {
	font-family: "Lucida Console", Monaco, monospace;} */

#covers .cvs a span {
	/*font-family: "Century Gothic", "Lucida Console", Monaco, monospace;*/}
		#covers .cvs a span {white-space: /*nowrap*/;}
		#covers .cvs a span {display: /*none*/;}
		#covers .cvs {height: 250px;}
}

/* '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
