
@media only screen and (min-width:1250px) and (max-width:1500px) {

.main_div .container{width: 1250px;}

}

@media only screen and (max-width:1249px) {



}

@media only screen and (min-width:1025px) and (max-width:1169px) {




}

@media only screen and (min-width:981px) and (max-width:1024px) {


}

@media only screen and (min-width:768px) and (max-width:980px) {


}


@media only screen and (min-width:641px) and (max-width:767px) {



}

@media only screen and (min-width:481px) and (max-width:640px) {

.landing_btn_section{width: 100%;}
.reservation_btn{width: 47%; margin: 0 15px 0 0; font-size: 13px;}
.location_btn{width: 47%; font-size: 13px;}


}

@media only screen and (min-width:320px) and (max-width:480px) {

.landing_btn_section{width: 100%;}
.reservation_btn{width:100%; margin: 0 0 20px 0;}
.location_btn{width: 100%;}
.footer_section h4{padding: 15px 15px 0 15px; font-size: 14px;}
.main_div .modal-content a{font-size: 25px;}
}
