body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
}

p {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 300;
}

h2 {
    color: #ee3324;
    font-weight: bold;
    font-size: 16px;
}

h3 {
    color: #3163d6;
}

a {
    color: #ffffff;
    text-decoration: underline;
}

.bold {
    font-weight: 600;
}

.top_row_container {
    background-color: #ee3324;
}

.top_row {
    margin: 0 auto;
    max-width: 1000px !important;
    padding: 8px 20px;
    text-align: right;
}

@media only screen and (max-width: 480px) {
    .top_row {
        padding: 8px 10px;
    }
}

header {
    background-image: url("../images/nbbw_header.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.headline_container {
    position: relative;
    text-align: center;
    z-index: 1;
}

#page_headline {
    display: inline-block;
    background-color: #ffffff;
    border: solid #ee3324 7px;
    padding: 15px 25px;
    margin: 30px;
    font-size: 50px;
    font-weight: 800;
}


.main_sections {
    margin: 20px auto -10px auto;
    max-width: 1000px !important;
    padding: 0 20px;
}

.row {
    display: flex;
    align-items: center;
}

.section_1 {
    display: flex;
}

@media only screen and (max-width: 768px) {
    .row {
        display: block;
    }

    .section_1 {
        flex-direction: column-reverse;
        position: relative;

    }
}

.extra-marg {
    margin-bottom: 20px;
}

.section_large {
    width: 65%;
}

.section_small {
    width: 35%;
}

@media only screen and (max-width: 1024px) {
    #page_headline {
        font-size: 40px;
    }

    .section_large {
        width: 75%;
    }

    .section_small {
        width: 25%;
    }

    .extra-marg {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 800px) {
    #page_headline {
        font-size: 30px;
        padding: 10px 20px;
        margin: 20px;
    }
}

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

    .section_large {
        width: 100%;
    }

    .section_small {
        width: 100%;
    }
}


@media only screen and (max-width: 480px) {
    .first_line {
        display: block !important;
        margin-right: 0 !important;
    }

    .second_line {
        display: block !important;
        margin-right: 140px !important;
    }

    .new_line {
        display: block !important;
        margin-right: 0 !important;
    }

    .main_sections {
        margin: 0 auto -10px auto;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 400px) {
    #page_headline {
        font-size: 22px;
    }

    .second_line {
        display: block !important;
        margin-right: 0 !important;
    }
}

.logo {
    width: 160px;
    margin: 20px auto !important;
    display: block;
}

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

    .logo {
        width: 80%;
    }
}

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

    .logo {
        max-width: 100px;
        position: absolute;
        right: 0;
        top: -10px;
    }

    .first_para {
        margin-right: 140px;
    }
}

@media only screen and (max-width: 480px) {
    .first_para {
        margin-right: 0;
    }

    .logo {
        max-width: 80px;
        right: 0;
        top: 0px;
    }

    .first_line {
        display: block !important;
        margin-right: 100px !important;
    }

    .new_line {
        display: block !important;
        margin-right: 0 !important;
    }

}

.logos {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .logos {
        justify-content: left;
        align-items: left;
    }
}

.logo2 {
    height: 100px;
    width: auto;
    margin: 10px;
}

.vehicle_img {
    max-width: 320px;
    border: solid 4px #ee3324;
}

@media only screen and (max-width: 1024px) {
    .vehicle_img {
        width: 90%;
    }

    .logo2 {
        width: 90%;
        height: auto;
    }

}

@media only screen and (max-width: 768px) {
    .vehicle_img {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .logo2 {
        height: 100px;
        width: auto;
        margin: 10px;
    }

}


.blue_banner {
    background-color: #3163d6;
    padding: 20px 0 10px 0;
}

.section_4 {
    margin-top: 10px
}

.section_5 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.banner_text p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800 !important;
    margin: 0 0 8px 0;
}

@media only screen and (max-width: 480px) {
    .banner_text p {
        font-size: 14px;
        font-weight: 800 !important;
    }
}

.section_6 {
    padding: 20px 0;
}

.section_6 p {
    margin: 0;
}

.quote1 {
    width: 42%;
    margin-right: 40px;
    padding-bottom: 20px;

}

.quote2 {
    width: 58%;
    padding-bottom: 20px;

}

@media only screen and (max-width: 768px) {
    .quote1 {
        width: 100%;
    }

    .quote2 {
        width: 100%;
    }
}

.name {
    font-weight: 800;
}

.quote_markl {
    width: 25px;
    height: auto;
    margin-right: 5px;
    position: absolute;
    top: 0;
    left: 5px;
}


.quote_markr {
    width: 25px;
    height: auto;
    margin-left: 10px;
    position: absolute;
    right: 5px;
    bottom: -10px;
}

@media only screen and (max-width: 800px) {
    .quote_markr {
        bottom: -10px;
    }
}

.quote {
    padding-bottom: 10px;
    text-indent: 3em;
    position: relative;
}

.red_copy {
    color: #ee3324;
}

footer {
    background-color: #ee3324;
    color: #ffffff;
}

footer p {
    margin: 0;
    padding-bottom: 5px;
}

.bottom_logo {
    width: 100px;
    margin-right: 40px;
}

.row2 {
    display: flex;
    align-items: center;
    padding: 20px;
}

.footer_text {
    padding: 20px 0;

}

@media only screen and (max-width: 500px) {
    .row2 {
        display: block;
    }
}
