@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.css);

.header-logo {
    width: 100%;
    max-width: 250px;
    margin: auto;
    display: block;
}

.page-heading {
    border-bottom: 1px solid #eee;
    padding: 5px;
    margin-bottom: 10px;
}

.company-name-head {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

.social-icons {
    text-align: center;
    font-size: 186%;
    list-style: none;
    /* float: right; */
    padding: 0%;
}

a.social-icon:hover {
    text-decoration: none !important;
}

.map-body {
    text-align: center;
    padding-bottom: 10px;
}

.address-body {
    text-align: center;
    font-size: 16px;
}

img.oem-boxes {
    width: 100%;
    max-width: 180px;
}

.welcome-text {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 10px;
}

.makeImagesMiddle {
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
}
.makeAppointmentHeader {
    display: inline-block;
    text-align: center;
    font-size: 105%;
    font-weight: 800;
    padding: 2%;
  }
  
  .estHeader {
    display: inline-block;
    text-align: center;
    font-size: 105%;
    font-weight: 800;
    padding: 2%;
    color: white;
    }
.estButton{
    zoom: 125%;
    }
.btn-est{
    background-color: #46b8da !important;
    }
.carousel-inner {
    max-height: 450px;
}

.carousel {
    width: 75%;
    margin: auto;
}

.welcome-paragraph {
    margin: 20px;
    padding-left: 140px;
    padding-right: 140px;
    text-align: justify;
}

.shopInfocontain {
    border: 1px solid lightgray;
    background-color: white !important;
    padding-bottom: 2%;
}

.locationInfo {
    font-size: 16px;
    margin-top: 1%;
    text-align: center;
}

.hoursInfo {
    font-size: 16px;
    text-align: center;
    margin-top: 1%;
    line-height: 160%;
    border-right: solid lightgrey 1px;
    border-left: solid lightgrey 1px;
}

.hoursTitle {
    font-size: 20px;
    font-weight: 600;
}

.directionsTitle {
    text-align: center;
    font-size: 20px;
    text-decoration: underline;
    /* margin-top: -5%; */
}


.col-md-4.mapInfo {
    text-align: center;
}

.footerWrap {
    text-align: center;
}

.header-contact-info {
    margin-top: 20px;
}

.phone-email-field {
    margin-bottom: 10px;
}

.appointmentButton2 {
    margin-bottom: 5px;
}

@media screen and (max-width: 995px) {
    .container {
        width: 90%;
    }
}


@media only screen and (max-width: 768px) {

    .welcome-paragraph {
        padding-left: 0px;
        padding-right: 0px;
    }

}


.not-available-cert {
    border: 1px solid black;
    padding: 15px;
    margin: auto;
    box-shadow: 1px 2px #bbb;
    margin-bottom: 4px;
    width: 100%;
    max-width: 180px;
    min-height: 59px;
}

@media only screen and (min-width: 1200px) {
    .not-available-cert {
        min-height: 75px;
    }
}

.lexus-toyota-sponser-text {
    color: red;
    font-size: 15px;
}