/*!
 * 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)
 */


#HomeSlider .carousel-item {
  /*height: 88vh;*/
}
.carousel-item {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel {
    position: relative;
    width: 100%;
}
.carousel-caption h2 {
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 2px 5px #000;
}