section {
    overflow: hidden;
    font-family: "Helvetica", Sans-serif !important;
    max-width: 2200px;
    margin: auto;
}

.hero-background {
    height: 150px;
    width: 100vw;

}

.image-container {
    max-width: 2200px;
    height: 55vh;
    max-height: 410px;
    width: 100vw;
    overflow: hidden;
}

.cta-btn-blue {
    background-color: transparent;
    /* width: 150px; */
    height: auto;
    text-decoration: none;
    color: #12446E !important;
    padding: 10px 35px 10px 35px;
    font-size: 1.2em;
    /* box-shadow: 5px 3px 10px black; */
    transition: all .3s;
    border: solid 2px #12446E;
}

.cta-btn-blue:hover {
    background-color: #12446E;
    color: #fff !important;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.1);
    border: solid 3px #12446E;
}

h1 {
    font-size: 69px;
    font-family: "Helvetica", Sans-serif !important;
}

.titleFont {
    font-family: "Helvetica", Sans-serif !important;
}

.h2-2 {
    font-size: 54px !important;
    font-family: "Helvetica", Sans-serif !important;

}

p {
    font-family: "Helvetica", Sans-serif !important;
    max-width: 1000px;
    font-size: 26px;
    line-height: 1.1;
}

article ul {
    max-width: 1000px;
}



.white-btn {
    color: #fff;
    border: solid 3px #fff;
    padding: 10px 35px 10px 35px;
    background-color: transparent;
    transition: all 0.5s;
}

.white-btn:hover {
    color: white;
    border: solid 2px #1BACE3;
    padding: 10px 35px 10px 35px;
    background-color: #1BACE3;
    box-shadow: 0px 0px 0px black;
}

.getLeads:hover {
    background-color: #fff !important;
    color: #1BACE3 !important;
}

.larger-dealers li span {
    color: #1BACE3;
}

.larger-dealers .white-btn:hover {
    background-color: #1BACE3 !important;
}

.smaller-dealers li span {
    color: #1BACE3;
}

@media screen and (max-width:600px) {
    header a img {
        /* width: 220px; */
    }

    .computer-img-bg {
        display: none;
    }

    .image-container {
        height: auto;
    }

    article .titleFont {
        font-size: 32px !important;
        padding-top: 20px;
        ;
    }

    article p {
        font-size: 18px !important;
    }

    #page>section.text-center>article>div.row.justify-content-center>div.col-md-6.my-auto>img {
        height: 400px;
    }
}

@media screen and (min-width:600px) {
    .image-container img {
        display: none;
    }

    .atf-btn {
        display: block;
        position: absolute;
    }

    .hero-text .atf-btn {
        display: none;
    }

}