body { 
    /* Padding is mandatory for fixed top navbar */
    padding-top: 85px;

    /* bootstrap bg-light hex */
    background-color: #f8f9fa !important;
}

/* Index Page Main Image */
.landing-image {
    height: 600px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
  }
  
/* Index Page Google map */
.google-map {
    padding-bottom: 40%;
    position: relative;
}
.google-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
} 

/* Business Hours Table */
tbody td:nth-child(1){
    padding-right: 50px;
}

/* Service Button on index page*/
.servicesbtn {
    width: 180px !important;
}

/* .stars {
    color: yellow !important;
} */