/*!
 * 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.
 
 
 
Grey: #3d4f59
Red: #ED1B24

font-family: 'Syncopate', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Open Sans', sans-serif;


 */

html,
body {
    height: 100%;
	overflow:hidden;
}

.carousel,
.item,
.active {
	height: 100%;

	z-index: 3;

}

.carousel-inner {
    height: 100%;
		margin-top: -91px;
		
}

/* Background images are set within the HTML using inline CSS, not here 

.active {
	height: 115%;
	margin-top: -91px;
	z-index: 3;
	margin-bottom: -94px;
}

.carousel-inner {
    height: 105%;
}




*/

.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;
}
