/* Global Styles */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300);

html, body 		{ height:100%;}



.carousel-indicators {
    top: 70px;
}


/* Half Page Height Carousel Customization */
.carousel 		{ height: 65%;}
.item,
.active,
.carousel-inner { height: 100%;}
.fill 			{ width: 100%; height: 100%; background-position: center; background-size: cover;}


/* Responsive Styles */
@media (max-width: 767px) {
.carousel 		{ height: 70%;}
}
