@media (min-width:768px) and (max-width: 991px){
	.header-message{ font-size:18px; }
	.section-a {
        background: url('../img/section-a-sm.jpg') repeat;}
	.section-b {
        background: url('../img/section-b-sm.jpg') repeat;}
}
@media (max-width:767px){
	body{ padding-top: 0px !important;
	}
	.logo{display:table; padding-left:8px; margin-left:auto; margin-right:auto;}
	.header-message{ text-align:center !important; padding-top:55px !important; font-size:22px;}
	.section-a {
        background: url('../img/section-a-xs.png') repeat;}
	.section-b {
        background: url('../img/section-b-xs.png') repeat;}
	.section-a, .section-b { min-height:420px;}
	.footer-info{ padding-left:10px !important; padding-right:10px !important;}
}
@media only screen and (max-width: 480px) {
	.header-message{ display:none; }
	.footer-copyright { font-size:10px;}
	
}