/*!
 * 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 {
    height: 100%;
}

.carousel-inner {
    height: 100%;
    padding-top: 0px;
}

#myCarousel {
    /*margin-top: -100px;*/
    /*padding-bottom: 60px;*/
    /*background-color: #ffffff;*/
}


/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-caption {
    bottom: 2%;
    padding-bottom: 15px;
}

.carousel-caption h2 {
    font-family: 'Viga', sans-serif;
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 90px;
    color: #FFFFFF;
    padding-bottom: 10px;
}

.carousel-caption h3 {
    font-family: 'Viga';
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 50px;
    color: #FFFFFF;
    margin-top: 0px;
}

@media (max-width: 767px) {
    .carousel-caption h2 {
        font-size: 30px;
        line-height: 22px;
    }
    .carousel-caption h3 {
        font-size: 18px;
        line-height: 22px;
    }
}