/*	Default Layout: 992px. */


/*	Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner_logo{width:90%}	
header h1{font-weight:700; color:#fff; font-size:48px;}
.My-Table{font-size:14px;}
.My-Table a{font-size:14px;}
.footer p{font-size:14px;} 
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
		
.banner_logo{width:80%}
header h1{font-weight:700; color:#fff; font-size:36px;}
.My-Table{font-size:14px;}
.My-Table a{font-size:14px;}
.footer p{font-size:14px;} 	
	
}


/*	Mobile Layout: 320px.*/ 

@media only screen and (min-width:200px) and (max-width:479px) {
.banner_logo{width:55%}
header h1{font-weight:700; color:#fff; font-size:36px;}
.My-Table{font-size:12px;}
.My-Table a{font-size:12px;}
.footer p{font-size:11px;} 	

 }
