/* Keep the primary navigation available while moving through the page. */
header {
  position: sticky;
  top: 0;
  z-index: 20;
}
