

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

.carousel-indicators {
  bottom: -30px;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.carousel-caption h1 {
  font-family:    Garamond;
  font-size:      1.5em;
  color:          rgb(47, 174, 248) !important;
  }