/* .navbar {
    transition: top 0.3s;
    top: -56px;
}

.navbar.scrolled {
    top: 0;
} */