
body { font-family: 'Roboto', sans-serif; }
a {text-decoration: none;}
.navbar { background-color: #fff !important; }
.navbar .nav-link, .navbar-brand { color: #000 !important; }
.carousel-caption { top: 50%; transform: translateY(-50%);}
.testimonial-item { text-align: center; padding: 30px; }
.navbar{z-index: 9;}
.nav-link{text-transform: uppercase;}

#heroSlider .carousel-item::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.35); /* adjust darkness */
z-index: 1;
}

/* Make captions appear above overlay */
.carousel-caption {
position: absolute;
z-index: 2;
}




/* about*/




/* mobile only css */
@media (max-width: 768px) {
.display-4 {
font-size: 1rem !important;
}
.carousel-caption { top: 0%;}
}

