/*!
 * Custom CSS for Sandy Lane Garage website
 * author: thewebplumber
*/

.about-icon {
    height: 8em;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.hdr-logo {
  padding-top: 120px;
  padding-bottom: 80px;
  width: 100%;
  opacity: 1;
}

.hdr-motlogo {
  width: 20%;
  opacity: .7;
}

.navbar-logo {
  height: 40px;
}

.intro-lead-in {
    width: 100%;
}

.page-section h3.section-subheading {
  font-size: 1.3em;
}

.bold-text {
  font-weight: bold;
}

header.masthead .intro-text {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 200px;
    padding-bottom: 150px;
}}


header.masthead {
    background-image: url("../img/header-bg.jpg");
  }

.card-header-left {
  text-align: left;
}

.card-hero {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
}

.card-hero img {
  width: 100%;
}

.map-responsive {
  margin-bottom: 2em;
}

/* Testimonial carousel styles */

.carousel-indicators li {
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  background: #212529;
}
  
ol.carousel-indicators li.active {
  background: #fec810;
}
  
/* Accordion styles */

.myaccordion {
  max-width: 500px;
  margin: 50px auto;
}
  
.myaccordion .card,
.myaccordion .card:last-child .card-header {
  margin-bottom: 0.4em;
  border: none;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}
  
.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
}
  
.myaccordion .fa-stack {
  font-size: 18px;
  color: #fec810;
}
  
.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  /* color: #004987; */
  color: #212529;
  padding: 0;
}
  
.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}
  
.myaccordion li + li {
  margin-top: 10px;
}

section#contact {
  background-color: #212529;
  background-image: url("../img/contact bg.png");
  background-repeat: no-repeat;
  background-position: center;
}

#contact .section-subheading {
  color: #ffffff;
}

#contact .card {
  background: #2F7280;
  color: #fff;
}

.contact-day {
  padding-right: 1.5em;
}

.contact-icon {
  padding-right: 0.8em;
}

footer {
  background: #2F7280;
  color: #fff;
}

footer img {
  height: 5em;
}