/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-caption {
  bottom: 50px;
  font-family: 'Raleway', sans-serif;
}

.carousel-indicators {
  bottom: 50px;
}

.h3 {
  font-family: 'Raleway', sans-serif;
}

.carousel-caption h3  {
  text-shadow: 2px 2px 4px #000000;
  font-size: 2.0rem;
}