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

.header-logo-mobi {
    width: 100%;
    margin: auto;
    display: block;
}

.header-logo-mobi-contain {
    display: none;
}


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

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

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

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

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

img.oem-boxes {
    width: 100%;
    padding: 5px;
}

.footerWrap {
    text-align: center;
}

.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;
}


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

.main-shop-image {
    text-align: center;
}

.main-image-itself {
    width: 75%;
    max-width: 740px;
}

.carousel-full-contain {
    max-width: 900px;
    margin: auto;
    padding-bottom: 20px;
}

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

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

.makeImagesMiddle {
    text-align: center;
}

.certs-container {
    border-right: 1px solid #eee;
}

.actualMap {
    width: 80%;
    margin: auto;
    margin-top: 5px;
}

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

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

    .header-logo {
        display: none;
    }

    .header-logo-mobi-contain {
        display: block;
    }

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

    .page-heading {
        line-height: 30px;
    }

    button.btn.btn-info.appointmentButton {
        margin: 10px;
    }
}

.carousel-indicators li {
    background: #337ab7;
}

.carousel-indicators .active {
    background: #337ab7;
}

ol.carousel-indicators {
    bottom: -30px;
}

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

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


.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: 60px;
        width: 122px;
    }
}

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