#navbar {
  transition: top 0.3s;
}

#navbar.hide-on-scroll {
  top: -100px;
}