[data-bs-theme="dark"] .footer-light .logo-white {
    display: block;
}
[data-bs-theme="dark"] .footer-light .logo-color {
    display: none;
}
[data-bs-theme="light"] .navbar-toggler {
    color: #000;
    border-color: #000;
}
@media (min-width: 320px) and (max-width: 991px) {
    section, footer{
        margin-left: 20px;
        margin-right: 20px;
    }
}