/* #Media Queries
================================================== */

@media (min-width: 992px) and (max-width: 1199px) {
.banner-caption h2{ font-size:40px;}
} 
/* END__ */

@media (min-width: 768px) and (max-width: 991px) {
.logo img{ width:70px;}
.pre-header{ font-size:14px; text-align:center;}
.banner-caption h2{ font-size:36px;}
} 
/* END__ */

@media only screen and (max-width: 767px) {
body{ font-size:1rem;}
p {line-height:1.5rem}
h1, .h1 {font-size:1.875rem;}
h2, .h2 {font-size:1.6875rem;}
h3, .h3 {font-size:1.4375rem;}
h4, .h4 {font-size:1.25rem;}
h5, .h5 {font-size:1.125rem;}
h6, .h6 {font-size:1rem;}
.logo img{ width:70px;}
.pre-header{ font-size:14px; text-align:center;}
.footer{ text-align:center;}
.footer-bottom ul, .footer-bottom p{ float:none; text-align:center;}
.w1, .w2, .instagram-post{ padding:25px 0}
.w1 h1, .w2 h2{ font-size:50px; line-height:50px;}
.banner-caption{ display:none;}
.page-banner h1{ font-size:40px; line-height:40px;}
.page-banner{ padding:60px 0;}
.page-wrapper{ padding:25px 0}
} 
/* END__ */

@media (max-width: 480px) {
} 
/* END__ */

