.navbar.bg-light {
    background-color: #9c9763 !important;

    .form-control {
        border-radius: 4.25rem;
    }
}

.footer {
    background-color: #9c9763;
}

.footer-content h2 {
    color: #fff;
}


.footer-content p,
.footer-links a {
    color: #fff;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer hr {
    background-color: #fff;
}