@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);

* {
  box-sizing: border-box
}

body {
  background-color: white;
}

.shopLogoPic {
  width: 100%;
  height: auto;
  max-width: 255px;
}

.bodyColor {
  background: lightsteelblue;
  padding-top: 5px;
  padding-bottom: 5px;
}

.headerColor {
  background-color: white !important;
  border: 1px solid lightgray;
}

.nameUnderLogo {
  font-size: 115%;
  font-weight: 800;
}

.phoneNumberHeader {
  text-align: center;
  font-size: 140%;
  font-weight: 800;
  padding: 1%;
}

.emailHeader {
  text-align: center;
  font-size: 100%;
  font-weight: 800;
  padding: 1%;
}

.makeAppointmentHeader {
  text-align: center;
  font-size: 125%;
  font-weight: 800;
  padding: 2%;
}

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


.borderedImages {
  border: 1px solid black;
}

/* SLIDESHOW CSS BELOW */

.mySlides {
  display: none
}

img {
  vertical-align: middle;
}

/* Slideshow container */

.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

/* On smaller screens, decrease text size */

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

  .prev,
  .next,
  .text {
    font-size: 11px
  }
}

/* THIS IS THE CSS FOR THE BOTTOM IMAGES */

.column {
  width: 15%;
}

/* Clearfix (clear floats) */

.row::after {
  content: "";
  clear: both;
  display: table;
}

.makeImagesMiddle {
  justify-content: center;
  background-color: white !important;
  border-top: 15px solid white;
  border-bottom: 15px solid white;
  text-align: center;
}

/* .carousel-inner {
  max-height: 450px;
} */

.welcomeContainer {
  text-align: center;
  font-size: 24px;
  background-color: white !important;
  font-weight: 600;
  padding-bottom: 10px;
}

.welcomeStatement {
  font-size: 13px;
  font-weight: normal;
  padding-left: 50px;
  padding-right: 50px;
  text-align: justify;
}

.welcomeParagraph {
  font-size: 13px;
  text-align: justify;
  font-weight: normal;
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
}

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

.shopInfoTitle {
  text-align: center;
  font-size: 24px;
  padding: 1%;
  font-weight: 600;
  text-decoration: underline;
}

.locationInfo {
  font-size: 15px;
  margin-top: 1%;
}

.hoursInfo {
  font-size: 15px;
  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 {
  font-size: 20px;
  text-decoration: underline;
}

.actualMap {
  padding: 1%;
  height: 130px;
}

.nameInfo {
  font-weight: 600;
}

.footerWrap {
  text-align: center;
  background: white;
  font-size: 12px;
}

.logoImageSizing {
  max-width: 230px;
}

.appointmentButton {
  zoom: 125%;
}

.appointmentButton2 {
  zoom: 125%;
}

.btn-info {
  background-color: #337ab7;
}

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

#social-small-holder {
  display: none;
}

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

  .shopLogo {
    text-align: center;
  }

  .social-icons {
    float: none;
  }

  .locationInfo {
    text-align: center;
  }

  #social-wide-holder {
    display: none;
  }

  #social-small-holder {
    display: block;
  }

  .bodyColor {
    padding-top: 20px;
    padding-bottom: 20px;
  }

}

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

div#myCarousel {
  margin-left: -15px;
  margin-right: -15px;
}

.left-right-50-padding {
  padding-left: 50px;
  padding-right: 50px;
}

.mapInfo {
  padding-right: 0;
  text-align:center;
}

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

  .left-right-50-padding {
    padding-left: 0px;
    padding-right: 0px;
  }

  .welcomeParagraph {
    padding-left: 0px;
    padding-right: 0px;
  }

  .welcomeStatement {
    padding-left: 0px;
    padding-right: 0px;
  }

  .directionsTitle {
    margin-top: 10px;
  }

  .mapInfo {
    padding: 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: 75px;
  }
}

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