@charset "utf-8";
/* CSS Document */

h1 { font-size: 53px; font-weight: 700; }
h2 { font-size:42px !important; font-weight:400 !important; line-height:46px !important; }
h3 { font-size: 26px !important; font-weight: 600 !important; }
h4 { font-size: 18px !important; }

.top-banner h1{ text-transform:uppercase; }

@media (min-width: 768px) and (max-width: 991px) {
h1,h2,h3,h4,h5{ margin-bottom:20px !important; margin-top:10px !important;}
h1 { font-size: 32px; font-weight: 700; }
h2 { font-size:28px !important; font-weight:400 !important; line-height:normal !important; }
h3 { font-size: 18px !important; font-weight: 600 !important; }
h4 { font-size: 16px !important; }	
}


@media (max-width: 767px) {
h1,h2,h3,h4,h5{ margin-bottom:20px !important; margin-top:10px !important; line-height:normal !important;}
h1 { font-size: 20px; font-weight: 700; }
h2 { font-size:18px !important; font-weight:400 !important; line-height:normal !important; }
h3 { font-size: 16px !important; font-weight: 600 !important; }
h4 { font-size: 14px !important; }
br{ display:none !important;}
.btn-arrow br{ display:block !important; }	
}