/* style.css */

body {
    padding-top: 56px; /* De hoogte van de navbar */
    padding-bottom: 20px;
    background-color: #ffffff;
}

.container {
    background-color: #F4F3EE;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    color: #8A817C;
}
/* Custom Styles for Footer */
.site-footer {
    background-color: #ffffff; /* Light background color */
    padding: 40px 0;
}

.site-footer h3 {
    color: #8A817C;
}

.site-footer p {
    color: #8A817C;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #8A817C;
}

.footer-links a:hover {
    color: #69995D; /* Light green color on hover */
}

.footer-social {
    list-style: none;
    padding: 0;
}

.footer-social li {
    display: inline-block;
    margin-right: 15px;
}

.footer-social a {
    color: #8A817C;
    font-size: 20px;
}

.footer-social a:hover {
    color: #69995D; 
}

.copyright {
    margin-top: 20px;
    color: #8A817C;
}

.disclaimer a {
    color: #8A817C;
}

.disclaimer a:hover {
    color: #4bc87f; /* Light green color on hover */
}

.icons {
    font-size: 30px;
    /* padding: 1rem 2rem; */
}
.nav-item a {
    color: #8A817C;
    font-size: 20px;
}

.nav-item a:hover {
    color: #69995D; 
}



