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


html{
	height: 100vmin;
}



/* ==== Brief info ul ===*/



/* =====  FOOTER STYLES ===== */
.footer-content{
background: rgba(0,0,0,0.8);
margin-top: 30px;
}
.footer-text{
	padding: 10px 20px;
	color:rgba(225,225,225, 0.7);
}

/* ========= MEDIA QUERIES ============ */

@media screen and  (max-width: 360px){
	
	
}/* end @mediaMAX360 */

@media screen and (max-width: 480px){

	
	
}/* end @mediaMAX480 */



@media screen and (max-width: 960px) and (min-width: 485px){
	
	
	
}/* end @mediaRANGE 485 - 900 */

@media screen and (max-width: 750px) and (min-width: 485px){
	
	/*=== diplay of covers row ===*/	
	.nested-row-control .cover-images .cover{
		display: block;
		width: 49%;
		float: left;
		margin-bottom: 10px;
	}
	
	.nested-row-control  h4.toggle-heading{
		display: none;
	}
	
}/* end @mediaRANGE 485 - 750 */


