@charset "UTF-8";
/* CSS Document */

.hcsHome {
	background-image: url("../images/hcsLogo.png");
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-right: 10px;
	background-size: 40px;
}
.bg-dark {
    background-color: #107483 !important;
}
.carou {
	/*max-height: 400px;*/
	max-width: 100%;
	font-size: medium;
}

.navbar-dark {
	color: #1F1F1F;
	background-color: #888;
}
.carousel-caption {
    background-color: rgba(68,68,68,0.60);
    bottom: 20px;
    right: 30%;
    left: 30%;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
    border-radius: 8px;
}
.jumbotron {
    padding-top: 20px;
    background-color: #ebeff2;
}

.homeLogo {
	max-height: 200px;
}

.fontChoice {
	font-family: mr-eaves-modern, sans-serif;
}

.intro {
	font-size: 1.25rem;
}

.secondary {
	font-size: 1.1rem;
	margin-bottom: 10px;
}

.buttonSpace {
	margin-top: 0px;
}
