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



h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #363435;
    font-weight: 800 !important;
    padding: 10px 0;
    margin: 0;
    line-height: 1.2;
}
h1 {
    position: relative;
    z-index: 20;
    background: #fff;
    box-shadow: 0px -10px 10px rgba(0,0,0,0.5);
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    margin-top: -90px;
    margin-bottom: 40px;
    padding: 50px 15px;
}
h1 span {
    color: #d9354e;
}
.max-960 >.container{
    max-width: 985px !important;
    padding-left: 20px;
    padding-right: 20px;
}
.max-960-m {
    max-width: 985px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin: 0 auto;
}

.img-body {
    margin: 10px auto;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
.sec-intro, .sec-intro p {
    text-align: center;
}
.border-img img {
    max-width: 100%;
}
.large-text {
    font-size: 18px !important;
}
a.cta-btn, .cta-btn a {
    display: inline-block;
    background: #d9354e;
    border: 1px solid rgba(0,0,0,0);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 45px;
    margin-top: 20px;
    text-decoration: none;
    outline: 0;
    transition: all 0.5s;
}

a:hover.cta-btn, .cta-btn a:hover {
    background: #363435;
    border: 1px solid #fff;
    color: #fff;
}
.pink-text {
    color: #d9354e !important;
}
.white-box >.container {
    max-width: 1180px !important;
    border: 1px solid #d9354e;
    margin-bottom: 40px !important;
    position: relative;
    background: #fff !important;
    margin-top: -90px !important;
}
.max-875 {
    max-width: 875px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin: 0 auto;
}
.max-1335 >.container {
    max-width: 1335px !important;
}
img {
    max-width: 100%;
}
.sec-affiliates {
    text-align: center;
}
.sec-affiliates img {
    display: inline-block;
    margin: 10px 40px;
}
button#Contact-btnSubmit {
    background: #5cb85c !important;
    font-weight: 700;
    text-transform: uppercase;
}
button#Contact-btnSubmit:hover {
    background: #46a046 !important;
}
a {
    text-decoration: none;
}



@media screen and (max-width: 1080px) {
h1 {
    margin-bottom: 0px;
}
}
@media screen and (max-width: 767px) {
h1, #VehiclesPage h1 {
    font-size: 24px !important;
    padding: 20px 15px  !important;
    margin-top: -20px  !important;
}
}