/* xxl */ 
@media (min-width: 1380px) {


	
}



/* xl */ 
@media (min-width: 1200px) and (max-width: 1379px) {

	
	
	
}

/* lg */
@media (min-width: 992px) and (max-width: 1199px) {	

	
}



/* md */
@media (min-width: 768px) and (max-width: 991px) {
	

body {font-size: 0.7rem;}


}	
	
/* sm */
@media (min-width: 480px) and (max-width: 767px) {

/*********************************/

body {font-size: 0.7rem;}

	
}

/* xs Portrait */
@media (max-width: 479px) {	

/*********************************/

body {font-size: 0.7rem;}
/*********************************/

.topLogo {width: 320px;}
	
}



/* xs Portrait ********************************/
@media (max-height: 479px) and (max-height: 767px) {	

body {display: block !important; height: 100vh; background: #fff url(../img/rotate-mob.png) no-repeat center/cover;}	
body * {display: none;}	
}

