/*!
 * Start Bootstrap - Half Slider (http://startbootstrap.com/template-overviews/half-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-half-slider/blob/master/LICENSE)
 */
 
 
 
 body {
	    font-family: Times New Roman;
	color:#000;
 }
 
 .carousel-caption h3 {
	      background: #959899;
    display: inline;
    padding: 43px;
    padding-top: 0px;
    padding-bottom: 5px;
    text-align: center;
 }

.carousel-item {

   height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.carousel-item {
    border: 1px solid #959899;
}