.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  background-color: #fff;
  top: 101px;
  z-index: 1020;
}