.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
  }
  
#myTopnav {
   z-index: 999;
}

