/* all styles should be added to this stylesheet
 DO NOT make changes in the styles.css stylesheet */ 

/* this changes the opacity of the splash page */
.overlay {
	/*changes the opacity of the splash overlay */
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
}
.county-header {
padding-top: 5rem;
}
/* this changes the High Quality to green */
span{
color: green;
}
h5.team-name {
font-size: 14px;
}
h4.our_services {
font-size: 28px;
}
.county-front-bg {
  background-image: url("../img/countyee.png");
  height: 34.5rem;
}
#caption, #caption2, #caption3, #caption4, #caption5, #caption6 {
border: none;
text-align:center;
}
.item, .item active {
width: 100%;
}
h4.homepage {
color: white; 
text-transform: none;
width: 75%;
margin: auto;
text-align: left;
line-height: 125%;
text-indent: 5%;
}
.navbar-brand {
padding-top: 0;
padding-bottom: 0;
margin-top: -5px;
}

