body {
    background-color: lightgray;
    background-image: url("../images/concept-car-background-1-c21c2b4c181f077e2363b680eaf2b679.jpg");
}

.container {
    background-color: white !important;
}

@media (min-width: 1220px) {
    .container-xl {
        max-width: 1220px;
    }
}

.flash-messages {
    background-color: #bf0d0d;
}

.top-bar {
    background-color: #bf0d0d;
    color: white;
    height: 36px;
    font-size: 14px;
}

.bottom-bar {
    background-color: black;
    color: white;
    height: 36px;
    font-size: 14px;
}

.body-block-index {
    background-image:  url("../images/concept-car-credit-showroom-40bec1d3b0cad1651bab9a159dc183a0.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 700px;
}

.jumbotron-transparent {
    background: rgba(0,0,0,0.6);
    color: white;
}

.body-block {
    background-color: white;
    color: black;
    min-height: 700px;
}

.header-main {
    background-color: white;
    height: 165px;
    padding-top: 30px;
}

.footer-main {
    background-color: black;
    color: white;
    padding-top: 10px;
}
