/* VDP
*********************************************************/
.vehicle-description {
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  max-width: 100%;
  overflow: hidden;
}

/* Navbar
*********************************************************/
.menu-container.clearfix {
    position: sticky;
    top: 0;
    z-index: 999;
}

.navbar .container {
    margin-top: 4px;
    margin-bottom: 4px;
}

.navbar-brand>img {
    max-height: 72px!important;
}

@media (min-width: 768px) {
div:has(.pageid-hom) .navbar-default.dynamic-fixed {
    background: var(--clr-primary-400) !important;
}
.navbar-brand>img {
    max-height: 120px!important;
}
}

/***********************************
    NAVBAR
***********************************/
a.navbar-brand > img {
    max-height: 115px!important;
}

.cus-banner-hom {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    color: white;
}

/***********************************
    INVENTORY PAGE
***********************************/
.inv-badges {
    z-index: 100 !important;
}

.inv-banner-content {
    color: #fff;
    padding: 60px 20px;
    margin: 40px 0px;
    background-image: linear-gradient(-15deg, #012b60, #024cac);
    font-size: 28px;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.3);
}

.inv-banner-content h3 {
    font-weight: 700!important;
    font-size: 48px!important;
}

/***********************************
    FOOTER
***********************************/
.footer-container a.navbar-brand > img {
    max-width: 100%!important;
}