/*
 * 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: 300px;
	/*width: 1150px;*/
}

.carousel,
.item,
/*.active {
    height: 300px;
}*/

.carousel-inner {
    height: 100%;
}

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

.fill {
    width: 1150px;
    height: 300px;
    background-position: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: 1150px 300px, contain;
    -o-background-size: cover;
}

/*footer {
    margin: 50px 0;
}*/