<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bmenu{
    padding: 0px;
    margin: 0 0 10px 0;
    position: relative;
	
}
.bmenu li{font-family: 'Dosis', sans-serif;
font-weight:200;
    font-size: 35px;
    display: block;
}
.bmenu li a{
	color: /*transparent*/#FFF;
	display: block;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px #fff;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.bmenu:hover li a{
	text-shadow: 0px 0px 5px #0d1a3a;
}
.bmenu li a:hover{
	color: #fff;
	text-shadow: 0px 0px 1px #000;
	padding-left: 10px;
}

/* ==|== media queries ====================================================== */


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

 /*#footer{ margin-top:20px;}*/
}


/*=====================================================*/

/*=======LOGOS==========*/
 @media (min-width: 320px) and (max-width: 480px) { 

body{background-image: url(../img/bckgd/Frederic_Lancelot_Comedien320.jpg);}

.content{

	width:90%;
	/* [disabled]margin: 0 auto; */
	margin: 5% ;
	text-align:center;
	
	background-color: rgba(0,0,0,0.6);
}
footer {
	
	left: 0;
	bottom: 3%;
	height: 40px;
	width: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.6);
	
}

 }
 


 @media (min-width: 320px) and (max-width: 737px) { 
 
  #logo{ width:100%;height:50px; margin:5% 0;}
#blkrs{ clear:both; width:100%; text-align:center;}
.rs{ display:inline;}

 .bmenu li{display: inline-block;
    font-family: "Dosis",sans-serif;
    font-size: 20px;
    font-weight: 200;
    text-align: center;
    width: 45%; line-height: 40px;}

 .content{

	width:90%;
	/* [disabled]margin: 0 auto; */
	margin-top: 85% ;
	margin-left:5%;
	margin-right:5%;
	text-align:center;
	
	background-color: rgba(0,0,0,0.6);
}
	





footer {
  
    height: 5px;
   
	
}


article{ margin-top: 25px
}}



@media (min-width: 480px) and (max-width: 641px) { 
.navbar-collapse{ font-size:15px; max-height:320px;
line-height: 5px;
}

}

@media (min-width: 640px) and (max-width: 766px) { 



}

     

@media screen and (min-width: 768px) and (max-width: 1024px) { 


}



	
	
</pre></body></html>