.site-content {
    padding-top: 66px;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.title {
    line-height: 1.5;
    font-size: 34px;
    padding-bottom: .5em;
    margin: 0;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
}

article p, p {
    line-height: 1.3;
    color: #777;
    font-size: 20px;
}






.hero {
    background-image: url(/sites/indition/16528/uploads/banner-imgs/option1/1920x1273.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    margin-top: 7em;
    display: inline-block;
    width: 100%;
}


.hero-text {
    background-color: rgba(255,255,255,.9);
    margin: 6.5em 0;
    padding: 1em 2em;
    display: inline-block;
    border-radius: 10px;
    box-shadow: -1px 5px 14px 1px rgba(68,68,68,0.21);
    -webkit-box-shadow: -1px 5px 14px 1px rgba(68,68,68,0.21);
    -moz-box-shadow: -1px 5px 14px 1px rgba(68,68,68,0.21);
}

    .hero-text h1 {
        color: black;
        line-height: 1.4;
        margin: 0;
        font-size: 34px;
        text-shadow: 0px 2px 5px rgba(122,118,118,0.76);
    }

    .hero-text h2 {
        line-height: 1.4;
        margin: 0;
        font-size: 50px;
        font-weight: 800;
        color: black;
        text-shadow: 0px 2px 5px rgba(122,118,118,0.76);
    }

    .hero-text h3 {
        line-height: 1.4;
        margin: 0;
        font-size: 21px;
        letter-spacing: .06em;
        color: black;
        text-shadow: 0px 2px 5px rgba(122,118,118,0.76);
    }

    .hero-text a {
        background-color: #0d43a0;
        display: inline-block;
        margin: 15px 0;
        width: 180px;
        font-size: 18px;
        letter-spacing: .06em;
        font-weight: bold;
        padding: 10px;
        color: white;
        border-radius: 5px;
    }

        .hero-text a:hover {
            text-decoration: none;
            color: white;
        }

.how {
    padding: 2em 0;
}

.box {
    /*    background-color: #0d43a0;
*/ text-align: center;
    padding: 3em;
    margin: 0.5em 0;
    height: 340px;
    box-shadow: -1px 5px 14px 1px rgba(68,68,68,0.21);
    -webkit-box-shadow: -1px 5px 14px 1px rgba(68,68,68,0.21);
    -moz-box-shadow: -1px 5px 14px 1px rgba(68,68,68,0.21);
}


.process-icons {
    fill: #0d43a0;
    width: 120px;
    /*color:white;*/
}


.box h4 {
    font-weight: 700;
    font-size: 1.5em;
    color: black;
}

.box p {
    font-size: 1.3em;
    color: black;
}

video {
    margin-top: 9em;
}

.vehicle-icons {
    width: 14%;
    fill: black;
    padding: .5em;
    margin: 4px;
    transition: 1s;
    border-radius: 4px;
    background-color: white;
    box-shadow: -1px 5px 14px 1px rgba(68,68,68,0.21);
    -webkit-box-shadow: -1px 5px 14px 1px rgba(68,68,68,0.21);
    -moz-box-shadow: -1px 5px 14px 1px rgba(68,68,68,0.21);
}


.vehicle-area {
    margin: 2em auto;
    background-color: #0d43a0;
    padding: 2em 0;
}

.vehicle-strip {
    margin: 20px auto;
    max-width: 750px;
    text-align: center;
}

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

.pre-footer {
    background-color: #0a224b;
    padding: 1em 0;
    text-align: center;
}

    .pre-footer p {
        color: white;
        font-size: 30px;
        font-weight: 600;
        display: inline;
        padding-right: 1em;
        line-height: 1.5;
    }

.social-media {
    display: inline;
}

    .social-media .btn-custom {
        font-size: 2em;
        color: white;
        margin: -.5em .75em 0;
    }


.fa.fa-twitter {
    font-family: sans-serif;
}

    .fa.fa-twitter::before {
        content: "𝕏";
        font-size: 1.2em;
    }




footer {
    background-color: black;
    text-align: center;
    padding: 5em 0;
    color: white;
}

    footer a {
        color: white;
    }

#footer-text {
    color: #ccc;
}

#footer-logo {
    margin: 1em 0 3em;
}


.faq {
    margin: 12em 0 4em;
}

    .faq b, strong, .faq a {
        color: #0d43a0;
    }

    .faq li {
        line-height: 1.7;
    }

.contact {
    padding: 18em 0 8em;
    display: inline-block;
    text-align: center;
    width: 100%;
}

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

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

    .title {
        text-align: center;
    }



    .how {
        padding: 2em 0 .5em;
    }

    .box {
        height: auto;
    }

    video {
        margin-top: 1em;
    }

    .pre-footer {
        text-align: center;
    }

        .pre-footer p {
            padding-right: 0;
            padding-bottom: .5em;
            display: inline-block;
        }

    .social-media {
        display: inline-block;
    }
}



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

    .hero {
        background-image: url(/sites/indition/16528/uploads/banner-imgs/option1/768x509.jpg);
    }
}


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

    .title {
        font-size: 26px;
    }

    .pre-footer p {
        font-size: 22px;
    }

    .social-media .btn-custom {
        padding: -.5em .25em 0;
    }


    .hero-text h1 {
        font-size: 24px;
    }

    .hero-text h2 {
        font-size: 36px;
    }

    .hero-text h3 {
        font-size: 15px;
    }
}

@media screen and (max-width: 606px) {
    iframe{
        height:670px;
    }
}

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

    .hero {
        background-image: url(/sites/indition/16528/uploads/banner-imgs/option1/500x332.jpg);
    }

    iframe {
        height: 690px;
    }
}

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

    .hero-text {
        padding: 1em 1em;
        margin: 4.5em 0;
    }

        .hero-text h1 {
            font-size: 20px;
        }

        .hero-text h2 {
            font-size: 26px;
        }

        .hero-text h3 {
            font-size: 13px;
            letter-spacing: .04em;
        }
}

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

    .vehicle-icons {
        width: 30%;
    }
}