@import url(https://fonts.googleapis.com/css?family=Lobster);

a.navbar-brand {display: flex;}

/* Schedule test drive modal
******************************************/
.main-modal {
  display: none;
  position: fixed;
  z-index: 1;
  right: 20px!important;
  bottom: 75px!important;
  width: 300px;
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.main-modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
    min-height: 130px;
}

.main-modal-content .close {
  align-self: flex-end;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
}

.main-modal-content h2 {
  margin-top: 0;
}

.main-modal-content p {
  margin-bottom: 0;
}

/* button */
.main-modal-bttn {
    width: 100%;
    padding: 10px 15px;
    background: #ff0000;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border: #ff0000;
    border-radius: 50px;
}

@media (max-width: 575.98px) {
.main-modal {
    display: none!important;
}
}

div.banner-text {
    color: #c00;
  text-align: center; 
font-family: 'Oswald', sans-serif;
font-weight:700;
}

.modal-header {
    min-height: 5px;
    padding: 7px;
    border-bottom: 0px solid #e5e5e5;
}
.blueIt, .blueIt:hover {
    background: #0069bf;
    color: #fff;
    padding: 12px 22px;
    font-weight: 600;
    text-decoration: none @important;
    display: block;
}

a#ctl00_cphContent_linkContinue_Splash {
    font-size: 30px;
}
body {
    color: #726c6c;}
/****************************************/

.navbar-header {
    width: 25%;
}
div#navbar {
    width: 75%;
}
.navbar-right-menu-icon {
    margin-left: 136%;
}

div#shakeEveningPhone {
    display: none;
}

label.control-label.col-sm-10 {
    color: #000;
}


.inventory-list-row a.btn-default {
    background-color: #f00;
    border-color:#f00;
    color:  #fff !important;
}

/*.form-group:has(#CreditApp_VehiclePrice) {
  display: none;
}*/