html,
body {
    height: 100%;
}


/* 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 center;
    background-size: cover;
}



.carousel-indicators li {
border-radius: 0px;
}
.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px;
    background-color: #00ADEF;
	border:1px solid #00ADEF;
}

header.carousel {
    border-bottom: 6px solid #000;
}

.carousel-indicators{ margin-bottom:0px;}


/* Responsive Styles */

@media only screen and ( min-width:1366px){
header.carousel {
    height: 50%;
}
}
@media only screen and ( min-width:1025px) and (max-width:1365px) {
header.carousel {
    height: 45%;
}
}
@media only screen and ( max-width:1024px) {
header.carousel {
    height: 35%;
}
}
@media only screen and ( max-width:768px) {
header.carousel {
    height: 20%;
}
}
@media only screen and ( max-width:640px) {
header.carousel {
    height: 17%;
}
}

