/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    min-height: 75vh;
}

.carousel-inner {
    min-height: 75vh;
}

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

@media only screen and (max-width: 768px) {
    .carousel,
    .item,
    .active {
        min-height: 25vh;
    }
    .carousel-inner {
        min-height: 25vh;
    }
    .fill {
        width: 100%;
        min-height: 30vh;
        background-position: center;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        -o-background-size: 100%;
        background-repeat: no-repeat;
    }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) and (orientation: landscape) {
    .logo {
        margin-bottom: 20px !important;
    }
    .carousel,
    .item,
    .active {
        min-height: 90vh;
    }
    .carousel-inner {
        min-height: 90vh;
    }
    .fill {
        min-height: 90vh;
    }
}