.fixed-top {
    position: fixed;
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
}