/* FOOTER
*****************************/
div.page-bottom {
    background-color: #fff!important;
}

div.page-bottom,
div.page-bottom li,
div.page-bottom a,
div.page-bottom span {
    font-size: 14px!important;
}

/* GENERAL
*****************************/
.bg-image {
    background-position: center;
    color: #fff;
}
.bg-image a {
    color: #fff!important;
}

/* NAVBAR
*****************************/
a.navbar-brand > img {
    padding: 0px;
}

@media(min-width: 768px) {
    a.navbar-brand > img {
        max-height: 120px!important;
    }
    .navbar-nav, a.navbar-brand:has(.fa-home) {
        margin-block-start: 2em;
    }
}
/* INVENTORY 
*****************************/
.inv-badges {
    z-index: 3;
}

.vehicle-panel-price {
    background-color: #000;
}

/* HERO
*****************************/
.hero-button .quicklinkbutton.quicklinkbutton {
    border-color: #164227;
    background-color: #164227!important;
    color: var(--clr-neutral-100) !important;
}

.view-all-inventory .btn-default {
    background-color: #164227;
    color: var(--clr-neutral-100);
    border-color: #164227;
}