/*!
 * 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)
 */

#carouselIndicators .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;
}
#carouselIndicators .carousel-caption{
	position:absolute;
	right:0%;bottom:0px;left:0%;
	z-index:10;
	padding-top:20px;
	padding-bottom:100px;
	color:#fff;
	text-align:center;
	background-color: rgba(0,0,0,0.5);
}
#carouselIndicators .carousel-caption h3 { font-size: 70px; }
#carouselIndicators .carousel-caption hr { 
    display: block;
	width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}
#carouselIndicators .carousel-caption p { font-size: 20px; }
#carouselIndicators .carousel-caption a { border: solid 1px #ccc; padding: 10px 20px; }

#about .carousel-caption{
	position:absolute;
	right:0%;bottom:0px;left:0%;
	z-index:10;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
	text-align:center;
	background-color: rgba(0,0,0,0.5);
}
#about .carousel-indicators{  justify-content:flex-end; margin-right:5%; }