.bg-img-1 {
   background-image: url("/images/cover_photos/muns10.jpg")
}
.bg-img-2 {
   background-image: url("/images/cover_photos/jameson.jpg")

}
.bg-img-3 {
  background-image: url("/images/cover_photos/old_truck.jpg")

}
.bg-img-4 {
  background-image: url("/images/cover_photos/jeep.jpg")

}
.bg-img-5 {
  background-image: url("/images/cover_photos/muns13.jpg")

}
.bg-img-6 {
  background-image: url("/images/cover_photos/muns16.jpg")

}
.bg-img-7 {
  background-image: url("/images/cover_photos/muns20.jpg")

}


.carousel-image{
  width: 100%;
  height: 460px;
  background-repeat: no repeat;
  background-size: cover;
  background-position: center;
}

.overview {
  height: 100px;
  background-color: #d3dae1;
}

/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */
gmp-map {
  height: 100%;
}

/* Optional: Makes the sample page fill the window. */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
