.title {
    line-height: 1.5;
    font-size: 31.5px;
    color: #052627;
}

article p, p {
    font-size: 16.62px;
    line-height: 1.7;
}


.top-header {
    width: 100%;
    display: inline-block;
    background-color: #3d3f4a;
    padding:.5em 0;
}

#vdp{
    float:left;
    line-height:1.5;
    font-size:16px;
    color:white;
    margin:0;
}

#cta{
    float: right;
    line-height: 1.5;
    font-size: 16px;
    color:white;
    margin:0;
}

.navbar-brand img {
    width: 175px!important;
}

.navbar-brand {
    margin-right: 0;
    padding: 0 1em;
}

.navbar-nav {
    align-items: center;
}

.navbar .navbar-nav .nav-link {
    color: #3d3f4a!important;
    font-size: 15px!important;
    font-weight:bold;
    width:175px;
    text-align:center;
    padding: 0.5em 1em;
}
.navbar-toggler {
    background-color: #3d3f4a;
}

.navbar-toggler-icon {

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.how {
    padding: 2em 0;
}

.box {
    background-color: #f4f4f3;
    text-align: center;
    padding: 3em;
    margin: 0.5em 0;
}


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

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


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


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

    .vehicle-strip img {
        padding: .5em;
        background-color: #1F292E;
        /* border-radius: 1rem 0rem 1rem 1rem; */
        display: inline-block;
        width: 14.66%;
        margin: 4px;
        transition: 1s;
        box-shadow: 1px 7px 5px -1px #b6b6b6;
        -webkit-box-shadow: 1px 7px 5px -1px #b6b6b6;
        -moz-box-shadow: 1px 7px 5px -1px #b6b6b6;
    }


video {
    transition: 1s;
    margin-top:4em;
}


.social-media{
    padding: 2em 0;
    text-align:center;
}

    .social-media .btn-custom {
        color: #052627;
        font-size: 2em;
    }



    .social-media .btn-custom:hover  {
        color: white;
    }

iframe {
    border: none;
    width: 100%;
    height: 470px;
}

.master-footer {
    padding: 5em 0;
    text-align: center;
    background-color: #f4f4f3;
}

#footer-text {
    color: #052627;
    line-height: 1.5;
    font-size: 1.2em;
}

#footer-logo img{
    width:200px;
}

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

    .faq li {
        line-height: 1.5;
    }

    .faq #subject{
        font-size:16px;
        font-weight:800;
    }

    .faq a {
        color: #20686e;
        font-weight:600;
    }

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



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



    .cta {
        margin-right: 2em;
    }
}

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

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

    video {
        margin-top: 1em;
    }
}

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

    .navbar-brand img {
        width: 175px!important;
    }


    iframe {
        height: 600px;
    }

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

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

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


    .navbar-nav{
        display:inline-block;
        padding-top:3em;
    }
    .navbar .navbar-nav .nav-link {
        width: 100%;
        text-align: left;
        font-size:20px!important;
        font-weight:500;
    }

}

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

        .title{
            font-size:26px;
        }

        .vehicle-strip img {
            width: 12%;
        }
    }

    @media only screen and (max-width: 520px) {
        #vdp, #cta{
            display:block;
            float:none;
        }

        iframe {
            height: 620px;
        }
    }

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

        .vehicle-strip img {
            width: 30%;
        }

        #footer-text {
            font-size: .88em;
        }

        iframe {
            height: 650px;
        }
    }