/* Header */
#largeheader {
	width: 100%;
	max-height: 500px;
	height: auto;
	overflow: hidden;
}

.carousel-indicators li{
	width: 15px;
	height: 15px;
	border-radius: 100%;
	cursor: pointer;
}

.carousel-indicators .active{
	background-color: cornflowerblue !important;
}

.carousel-caption{
	color: cornflowerblue !important;
}

.carousel-caption>h3{
	font-size: 2.75rem;
}

@media only screen and (max-width: 576px) {
	.carousel-caption>h3{
		font-size: 2rem;
	}
}
