/*!
 * 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 {
	background:rgba(255,255,255,.3);
	text-shadow:none;
}
.carousel-caption h1, .carousel-caption h2 {text-shadow: 0 1px 2px rgba(0,0,0,.6);}

/* 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;
}
.btn-primary {margin-right:1em;background:#0054a6;border:none;}
.btn-success {background:#f8991d;border:none;}
body.upload form {background:white;padding:2em;}
footer {
    margin: 50px 0;
}