/* Small overrides to make header sticky */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
}
