/*
 * Start Bootstrap - Half 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%;
}

.carousel {
    height: 70%;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

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

.fill {
    width: 100%;
    height: 100%;
    background-position:  no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}

/* Fade Effect*/
/*
*.carousel .item {
*    left: 0 !important;
*      -webkit-transition: opacity .9s; /*adjust timing here */
*         -moz-transition: opacity .9s;
*           -o-transition: opacity .9s;
*              transition: opacity .9s;
*}
*/
