.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--color-background);
  box-shadow: 0 1px 0 rgba(21, 27, 30, .12);
}
