.carousel-item {
  height: 50vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#content {
  min-height: 80vh;
}

h3.display-4 {
  background: rgba(0, 0, 0, 0.7);
  padding: 0.2em;
}

/*# sourceMappingURL=home.css.map */
