@charset "utf-8";

body {
    padding-top: 30px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/* Home Page Carousel */
header.carousel {
    height: 50%;
}
header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}
header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* Small Sizes */
@media (max-width: 480px){ 
	body {
		padding-top: 0;
	}
	.navbar{
		margin-bottom:0;
	}
}