.brand img {
    transition: all 0.3s ease;
}

.navbar-toggler {
    border: none;
}

.navbar.scrolled {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    transition: all 0.3s ease;
    background-color: #f1f0ee;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}