.navbar {
    background-color: rgba(255, 255, 255, 0.75) !important;
    backdrop-filter: blur(8px);
}

.navbar-brand {
    font-family: 'Pacifico', cursive !important;
    font-size: 1.75rem;
    color: #4E342E !important;
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: #5D4037 !important;
    margin-right: 1rem;
    transition: color .2s, border-bottom .2s;
}

    .navbar-nav .nav-link:hover {
        color: #FFA000 !important;
    }

    .navbar-nav .nav-link.active {
        color: #FF6F00 !important;
        border-bottom: 2px solid #FF6F00;
    }

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    filter: invert(30%);
}

footer {
    background-color: rgba(255, 255, 255, 0.9);
}

.footer-link {
    color: #5D4037;
    transition: color .2s;
}

    .footer-link:hover {
        color: #FFA000;
    }
