/******* Google Fonts *******/
@import url(https://fonts.googleapis.com/css?family=Roboto);

/*----- Banner -----*/
div.banner-container {
    background: #FE0000;
}

a.banner-link {
    color: #000;
    font-size: 1.5em;
    text-shadow: none;
    font-weight: bolder;
}

a.banner-link:hover, a.banner-link:focus {
    color: #000;
}

.banner-links-right {
    position: inherit;
    margin-top: 50px;
}

.title {
    text-align: center;
    font-weight: bolder;
    font-size: 3em;
    text-transform: uppercase;
}

/*----- Body -----*/
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
}

a {
    color: #000;
}

a:hover {
    color: #000;
}

/*----- Navigation -----*/
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {
    color: #000;
}

/*----- Inventory Slider -----*/
a.vehicle-panel:hover {
    background-color: #D1D2D4 !important;
}

/*----- Quick Link Buttons -----*/
.quicklinkbutton.buttoncolor-white_darkblue {
    background-color: #000 !important;
}

.quicklinkbutton:hover.buttoncolor-white_darkblue, .quicklinkbutton:focus.buttoncolor-white_darkblue {
    border-color: #000;
}

.quicklinkbutton:hover.buttoncolor-white_darkblue .quicklinkbutton-label {
    color: #000;
}

.quicklinkbutton.buttoncolor-white_darkblue .quicklinkbutton-label {
    color: #fff;
}

/*----- Footer -----*/
div.footer-container {
    border-top: none;
    border-bottom: none;
}

/***********************************
                Media Queries
***********************************/
@media (max-width: 767px) {
    .banner-links-right {margin-top: 0; text-align: center;}
}