/* Fixing the size of the image carousel */
.first-slide {
	width:100%;
	height: 100%;
	min-height: 280px;
}

.second-slide {
	width:100%;
	height: 100%;
	min-height: 280px;
}

.third-slide {
	width:100%;
	height: 100%;
	min-height: 280px;
}

/* Set the text size for the feature text */
.feature-text {
	font-size: 12pt;
}

/* Set size for maps on homepage */
#maps {
	width: 100%;
	height: 343.117px;
}

/* Set carousel titles to white */
.carouselTitle {
	color: #FFFFFF;
}

.btn-primary {
    background: #3F4C6B;
    color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #FFFFFF;
    color: #3F4C6B;
}