@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.navbar-hidden{transform:translateY(-100%)}.navbar-visible{animation:fadeIn .3s ease-out}