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