/* NAVBAR
**************************/
@media(min-width: 768px) {
.navbar-default .navbar-nav > .active > a {
    border-radius: 8px;
}
}

/* INVENTORY LIST
**************************/
.accent-color1.phonenumber {
    color: #fff!important;
}

.btn.infinite-list-load-more {
    font-size: 18px;
    padding: 12px 24px;
    margin-inline: auto;
    min-width: 200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}

/* TRADE IN FORM
**************************/
.trade-in-form .button {
    color: #fff;
}

/* HERO SECTION
**************************/
@media(min-width: 768px) {
.hero-section {
    min-height: 700px;
}
}

.footer-links .col-lg-2:first-child { display: none; }