/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
}
