/* Design 1 layout - based on design8 (stripe, borders) */

.top-stripe {
  background: var(--color-primary-dark);
  height: 4px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}
