/* CSS Document */
@media screen and (min-width: 768px) {
header {
    height: 120px;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
}

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