/*!
 * 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%;
}

/* 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;
}

footer {
    margin: 50px 0;
}

/* Custom CSS */

.navbar {
    background-color: rgba(0, 0, 0, 0.6);
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}

.navbar-inverse .container .navbar-header .navbar-brand {
    color: white;
}

@media(min-width: 769px) {
    .padded {
        margin-top: 100px;
        text-align: center;
    }

    .big-caption {
        font-weight: lighter;
        font-size: 100px;
        text-transform: uppercase;
    }
}

@media(max-width: 768px) {
    .padded {
        margin-top: 100px;
        text-align: center;
    }

    .big-caption {
        font-weight: lighter;
        font-size: 40px;
        text-transform: uppercase;
    }
}