nav {
    z-index: 2;
    width: 100%;
    position: fixed!important;
    top: 0;
    transition: top 0.2s ease-in-out;
    background-color: #fff;
}

.nav-up {
    top: -89px;
}

section#main {
    padding-top: 89px;
}
