/*!
 * 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%;
}
.carousel-caption h1
{
	font-size:5em;
}


.carousel2,
.item2,
.active2 {
    height: 50%;
}

.carousel-inner2 {
    height: 100%;
}
.carousel-caption2 h1
{
    font-size:5em;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill, .fill2{
    width: 100%;
    height: 100%;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


footer {
    margin: 50px 0;
}


