/*--------------------------------------------------------
                        Global styles
--------------------------------------------------------*/
body{
    font-family: 'Montserrat', sans-serif;
}
h1,
h2,
h3{
    font-family: 'Anton', sans-serif;
}
.row{
    margin: 0;
    padding: 0;
}
img{
    width: 100%;
}

/*--------------------------------------------------------
                        Navigation styles
--------------------------------------------------------*/
nav img{
    width: 40px;
}

/*--------------------------------------------------------
                        Header styles
--------------------------------------------------------*/
header{
    min-height: 60vh;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .8)), url(../img/shuttles.jpg)center center/cover;
    color: #FFF;
    text-transform: capitalize;
    position: relative;
}
header h1{
    font-size: 5.5vw;
}
header p{
    color: #DDD;
}
header .intro_box{
    padding: 30px 20px;
}
header ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    bottom: 20px;
    right: 50px;
}
header li{
    display: inline-block;
}
header a{
    display: inline-block;
    padding: 5px;
    color: #FFF;
    font-size: 1.2em;
    transition: all .3s ease-in-out;
}
header a:hover{
    color: rgb(252, 82, 57);
}


/*--------------------------------------------------------
                        services styles
--------------------------------------------------------*/
.services{
    background-color: #fc5239;
    padding: 50px 0;
    position: relative;
    color: #fff;
}
.services h2{
    color: #fff;
}


/*--------------------------------------------------------
                        key_features styles
--------------------------------------------------------*/
.key_features{
    padding: 50px 0;
    position: relative;
}
.key_features span{
    position: absolute;
    top: 50px;
    right: 50px;
    font-weight: 200;
}
.key_features article{
    background-color: rgb(252, 82, 57);
    color: #f1f1f1;
    padding: 10px 20px 20px;
    margin: 10px 0;
    border-right: 5px solid #FFF;
    border-radius: 25px;
}
.key_features article h3{
    color: #fff;
}
.key_features article i{
    font-size: 2em;
    margin-bottom: 15px;
}



/*--------------------------------------------------------
                        our_fleet styles
--------------------------------------------------------*/
.our_fleet{
    padding: 50px 0;
    position: relative;
}
.our_fleet a{
    background-color: #000;
    color: #FFF;
    padding: 7px 14px;
    display: inline-block;
    transition: all .3s ease-in-out;
}
.our_fleet a:hover{
    background-color: rgb(252, 82, 57);
    text-decoration: none;
}
.our_fleet img{
    box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
  }
  

/*--------------------------------------------------------
                        various_sizes styles
--------------------------------------------------------*/
.various_sizes{
    padding: 50px 0;
    background-color: #fc5239;
    position: relative;
    color: #fff;
}
.various_sizes h2{
    color: #FFF;
}
.various_sizes img{
    box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
  }

/*--------------------------------------------------------
                        reach_out styles
--------------------------------------------------------*/
.reach_out{
    padding: 50px 0;
    position: relative;
}
.reach_out span{
    position: absolute;
    top: 50px;
    left: 50px;
    font-weight: 200;
}
.fast_links{
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.8)), url(../img/fast_links.jpg)center center/cover;
    padding: 30px 0;
}
.fast_links ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.fast_links li{
    display: inline-block;
}
.fast_links a{
    display: inline-block;
    padding: 5px;
    margin: 3px;
    color: oldlace;
    font-size: 2em;
    transition: all .3s ease-in-out;
}
.fast_links a:hover{
    color: rgb(252, 82, 57);
    text-decoration: none;
}
.contact_form input,
.contact_form textarea{
    padding: 5px;
    border: 1px solid #6b6d72;
    margin: 3px 0;
    color: rgb(252, 82, 57);
}
.contact_form textarea{
    height: 200px;
}
.contact_form button[type='submit']{
    background-color: #000;
    color: #FFF;
    display: inline-block;
    padding: 7px 14px;
    border: none;
    transition: all .3s ease-in-out;
}
.contact_form button[type='submit']:hover{
    background-color: rgb(252, 82, 57);
}


/*--------------------------------------------------------
                        footer styles
--------------------------------------------------------*/

footer{
    padding: 50px 0;
    background-color: #202125;
    color: #FFF;
}
footer i{
    margin-right: 3px;
}
footer p,
footer a{
    color: rgb(170, 170, 170);
}
footer a:hover{
    color: rgb(252, 82, 57);
}
footer ul{
    padding:0;
    margin: 0;
    list-style-type: none;
}
footer .foot{
    margin-bottom: 25px;
}
footer .foot a{
    font-size: .8em;
}




/*--------------------------------------------------------
            Quote, reservation, contact styles
--------------------------------------------------------*/

.iframe-page{
    height: 1300px;
}
.iframe-page iframe{
    width: 100%;
    height: 100%;
}
@media(max-width:766px){
    .iframe-page{
      height: 1500px;
    }
}

.fast_links.links_contact_page li,
.fast_links.links_contact_page a{
    display: block;
}
.fast_links.links_contact_page a{
    font-size: 1em;
}


header.contact{
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .8)), url(../img/contact.jpg)center center/cover;
}
header.reservation{
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .8)), url(../img/reservation.jpg)center center/cover;
}
header.quote{
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .8)), url(../img/quote.jpg)center center/cover;
}

/*Fleet*/
.our_fleet_section{
    padding: 50px 0;
}
.vehicle{
    margin: 30px 0;
}

.v_imgs .col-6{
    padding: 0;
}

.v_text{
    color: #FFF;
    background-color: #fc5239;
    padding: 10px;
}
.v_text table{
    color: #FFF;
}
.vehicle td{
    font-size: 1.2em;
}
.vehicle i{
    padding-right: 5px;
}

section.response{
    background: url(../img/success.png)center center/cover;
    height: 70vh;
    padding: 50px 0;
    color: orangered;
}
