/*!
 * 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, form 
     {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
    width: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: 0px 0;
}

    h1.ssp-h1 {
        text-align: center;
        font-family: questaregular;
        font-size: 5vw;
        color: white;
        font-weight: normal;
        text-transform: uppercase;
        line-height:70%;
        text-shadow:none;
    }

    h1.ss-h1 {
        text-align: center;
        font-family: questaregular;
        font-size: 5vw;
        color: white;
        font-weight: normal;
        text-transform: uppercase;
        line-height:70%;
        text-shadow:none;
    }

    h2.ss-h1 {
        text-align: center;
        font-family: questaregular;
        font-size: 3vw;
        color: white;
        font-weight: normal;
        text-transform: uppercase;
        line-height:100%;
        text-shadow:none;
        padding-bottom:12px;
    }

    h3.ss-h1 {
        text-align: center;
        font-family: questaregular;
        font-size: 2vw;
        color: white;
        font-weight: normal;
        text-transform: uppercase;
        line-height:80%;
        text-shadow:none;
    }
