@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&family=Source+Sans+Pro:wght@300;400;600;700&display=swap');

.title {
    font-family: 'Kanit', sans-serif;
    font-size: 36px;
    line-height: 1.4;
}

article p, p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.content-wrapper, .container {
    overflow: hidden;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    height: auto;
    background-color: #000;
    z-index: 9;
    box-shadow: 0 1px 7px rgb(0 0 0 / 40%);
}

.top-header {
    color: white;
    width: 100%;
    display: inline-block;
    background-color: black;
    width: 100%;
    padding: 0 2em;
}

    .top-header #Call-us {
        float: left;
        font-family: 'Kanit', sans-serif;
        font-size: 15px;
        letter-spacing: 0.1em;
    }

        .top-header #Call-us a {
            color: white;
        }

    .top-header .social-media {
        float: right;
    }

.small {
    transition: 4s;
}

    .small .top-header {
        display: none;
        transition: 4s;
    }

.lower-header {
    width: 100%;
    display: inline-block;
    line-height: 67px;
    padding: 0 2em;
}

.top-logo img {
    float: left;
    padding-right: 3em;
    width:265px;
}





.menu {
    /* float: right; */
    margin-top: -5px;
}


.hamburger {
    display: -webkit-box;
    /* display: -ms-flexbox;
    display: flex; */
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 20px;
    height: 14px;
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
}

    .hamburger div {
        align-self: flex-end;
        height: 1.1px;
        width: 85%;
        background: #ccc;
        margin: 2px;
    }

    .hamburger .meat {
        width: 70%;
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

    .hamburger .bottom-bun {
        width: 50%;
        -webkit-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
    }

.menu a:hover > .hamburger div {
    background: white;
    width: 90%;
}

.menu a:hover > .hamburger.top-bun {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate;
    animation: burger-hover 1s infinite ease-in-out alternate;
}

.menu a:hover > .hamburger .meat {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

.menu a:hover > .hamburger .bottom-bun {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}



.menu a {
    font-size: 13px;
    color: white;
    letter-spacing: .1em;
    /* width: 135px; */
    padding: 0px 10px;
    display: inline-block;
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
}

    .menu a:hover {
        text-decoration: none;
        color: white;
        transition: 1s;
        background-color: #17B2B4;
    }

.vehicle-strip {
    margin: 0 0 20px;
}

    .vehicle-strip img {
        background-color: black;
        width: 14.66%;
        padding: 1em;
        margin: 4px 4px 4px 0;
        transition: 1s;
        -webkit-box-shadow: 0 0px 8px #b6b6b6;
        -moz-box-shadow: 0 0px 8px #b6b6b6;
        box-shadow: 0 0px 8px #b6b6b6;
    }




.hero {
    background-image: url(https://thedrop303.careasy.org/sites/indition/thedro/uploads/carlo-d-agnolo-aFxSh_l4fbY-unsplash.jpg);
    background-size: cover;
    background-position: center;
    padding: 18em 0 9em;
    text-align: center;
}

.hero-text {
    padding: 1em 3em;
    color: white;
    display: inline-block;
    background-color: rgba(255,255,255,.9);
    background-color: rgba(0,0,0,.9);
    font-family: 'Kanit', sans-serif;
}

    .hero-text h1 {
        line-height: 1.2;
        margin: 0;
        font-size: 2.7em;
    }

    .hero-text h2 {
        font-size: 4.2em;
        line-height: 1.2;
        margin: 0;
        color: #17B2B4;
        font-weight:600;
    }

    .hero-text h4 {
        font-size: 1.5em;
        line-height: 1.2;
        margin: 0;
        letter-spacing: .1em;
    }

/* .social-media{
    padding: 1em 0;
} */

.social-media .btn-custom {
    width: 25px;
    height: 25px;
    border-radius: 40px;
    margin: 4px;
    border: 2px solid white;
    color: white;
    padding: 1px;
}

    .social-media .btn-custom:hover {
        border: 2px solid #17B2B4;
        color: #17B2B4;
    }

.how {
    padding: 2em 0;
}

.box-holder {
    background-color: black;
    color: white;
    text-align: center;
    padding: 3em;
}

#mid-box {
    border-left: 5px solid white;
    border-right: 5px solid white;
}

.box h4 {
    color: #17B2B4;
}

.box p {
    width: 80%;
    margin: auto;
}

video {
    margin-top: 3em;
    padding: 10px;
    background-color: white;
    -webkit-box-shadow: 0 0px 8px #b6b6b6;
    -moz-box-shadow: 0 0px 8px #b6b6b6;
    box-shadow: 0 0px 8px #b6b6b6;
}

iframe {
    width: 100%;
    border: 0;
    height: 450px;
}

.master-footer {
    padding: 2em 0 0;
    background-color: black;
}

.master-footer-bg {
    background-color: black;
    text-align: center;
    background-image: url(https://thedrop303.careasy.org/sites/indition/thedro/uploads/denver-pan_TheDrop303-scaled.jpg);
    background-size: cover;
    background-position: center;
    padding: 6em 0;
}

#footer-logo {
    padding: 1em 0;
}

#footer-text {
    color: white;
    padding: 4em 0;
    float: left;
    font-size: 16px;
}

footer h2 {
    color: #17B2B4;
    font-size: 48px;
    font-family: 'Kanit', sans-serif;
    letter-spacing: 0.05em;
}

footer .social-media {
    float: right;
    padding: 5em 0 4em;
}

    footer .social-media .btn-custom {
        width: 38px;
        height: 38px;
        border-radius: 40px;
        margin: 4px;
        border: 2px solid white;
        color: white;
        padding: 3px;
        font-size: 1.6em;
    }

.faq {
    padding: 13em 0 4em;
}


.contact {
    padding: 14em 0 6em;
}

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

    .box-holder {
        margin-bottom: 1em;
    }

    #mid-box {
        border-right: 0;
        border-left: 0;
    }
}


@media only screen and (max-width: 800px) {
    .top-logo img {
        position: relative;
        padding-left: 1.5em;
        padding-right: 0;
    }

    .top-header {
        display: none;
    }

    .lower-header {
        padding: 0;
    }

    .site-pusher {
        height: 100%;
    }

    .site-pusher {
        transition-duration: 0.3s;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    .site-content {
        top: 66px;
        right: 0;
        left: 0;
        bottom: 0;
        padding-top: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .header {
        position: static;
        line-height: 0;
    }

    .header__icon {
        position: relative;
        display: block;
        float: left;
        width: 70px;
        height: 63px;
        cursor: pointer;
        background-color: #17B2B4;
    }

        .header__icon:after {
            content: '';
            position: absolute;
            display: block;
            width: 2rem;
            height: 0;
            top: 15px;
            left: 23px;
            box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
        }

    .menu {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 250px;
        padding-top: 2em;
        -webkit-transform: translateX(-250px);
        transform: translateX(-250px);
        background-color: #17B2B4;
        padding-left: 2em;
    }

    .hamburger {
        display: none;
    }

    .menu a {
        display: block;
        width: 100%;
        height: 40px;
        margin: 2px 0;
        line-height: 40px;
    }

    .with--sidebar .site-pusher {
        -webkit-transform: translateX(250px);
        transform: translateX(250px);
    }

    .with--sidebar .site-cache {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .hero {
        padding: 7em 0 7em;
    }

    .hero-text h1 {
        font-size: 2.7em;
    }

    .hero-text h2 {
        font-size: 4.1em;
    }

    .hero-text h4 {
        font-size: 1.4em;
    }


    .vehicle-strip img {
        width: 14%;
        margin: 2px
    }

    video {
        margin-top: 0;
    }

    iframe {
        height: 600px;
    }


    .faq {
        padding: 4em 0 4em;
    }

    .contact {
        padding: 6em 0 6em;
    }
}






@media only screen and (max-width: 600px) {
    .hero {
        background-image: url(https://thedrop303.careasy.org/sites/indition/thedro/uploads/parked-mobile.jpg);
    }

    .hero-text {
        background-color: rgba(0, 0, 0, 0.88)
    }

        .hero-text h1 {
            font-size: 2em;
        }

        .hero-text h2 {
            font-size: 3em;
        }

        .hero-text h4 {
            font-size: 1.08em;
        }
}




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


    .hero-text h1 {
        font-size: 1.7em;
    }

    .hero-text h2 {
        font-size: 2.5em;
    }

    .hero-text h4 {
        font-size: .88em;
    }
}


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

    .top-logo img{
        width:200px;
        margin-top:1em;
    }

    .hero{
        padding: 4em 3em;
    }

    .hero-text{
        padding: 1em;
    }


    .hero-text h1 {
        font-size: 1.4em;
    }

    .hero-text h2 {
        font-size: 1.9em;
    }

        .hero-text h4 {
            font-size: .78em;
            letter-spacing: 0.04em;
        }


                                           }