@charset "utf-8";
/* CSS Document */

header {
  transition: top 250ms ease-in-out;
}

header.scroll-up,
header:focus-within {
  top: 0;
}

header.scroll-down {
  top: -100%;
}

