.navbar {
	background-color: #5a955a !important;
	background-color: #88c788;
}

.navbar a {
	color: white;
}

.active {
	color: #baffc6 !important;
}

.text-body-emphasis , .fw-normal{
	color: #0d3f0d !important;
}

.lead {
	font-weight: 400;
}

.justify {
	text-align: justify !important;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 2rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    background-color: rgba(27, 58, 27, 0.5); !important;
    width: 35% !important;
}

.grid-item { 
	width: 200px; 
	padding:5px 5px 5px 0;
}


