/*! Place your custom styles here */
.logo {
    max-height: 5em !important;
}

.bg--primary {
    background: #a5b574;
}

.nav-container {
    background-color: white;
}

.nav-container h3{
    margin-bottom: 0;
}

.pos-vertical-center {
    top: 30%;
}

.feat-img {
    margin: auto 0;
}


.about {
    background: #f2f2f2;
}

/* .about {
    background: rgb(197,214,136);
    background: linear-gradient(180deg, rgba(197,214,136,1) 0%, rgba(247,250,218,1) 85%, rgba(230,230,230,1) 100%); 
} */

.cover * {
    color: #023200 !important;
}

#about * {
    color: #023200 !important;
}
#contact * {
    color: #fff !important;
}

@media all and (max-width: 990px) {
    #contact p {
        background-color: #2b312e;
        border-radius: 5px;
        padding: 10px;
        width: max-content;
    }
}