
.cd-auto-hide-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.4s;
   z-index: 1030;
   background-color:#fff;
}
.cd-auto-hide-header.is-hidden {
  transform: translateY(-100%);
}
.cd-secondary-nav.fixed {
  position: fixed;
  top: 60px;
}
.cd-secondary-nav.slide-up {
  transform: translateY(-60px);
}
