/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html,
body {
     height: 100% !important;
}

#myCarousel{
	 height: 100%;
}

#myCarousel1.carousel,
#myCarousel1.item,
#myCarousel1.active {
    height: 50%;
}

#myCarousel1 .carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

#myCarousel1 .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#myCarousel1 .carousel-inner .caption { position: absolute;width:35%;height:100%;top: 0px; left: 0px; background:rgba(177,23,16,0.8);	padding:7% 8% 9% 3%;color:#fff;}
	
	#myCarousel1 .carousel-inner .caption  h3 {   
		color:#fff;font-size:24px;
	}	

