@media screen and (max-width: 640px) {
  #INDmenu-btn {
    display: none;
  }
  .navbar {
    top: 0;
    position: sticky!important;
  }
}