body {
  scroll-behavior: smooth;
}

.site-shell {
  min-height: 100vh;
}

.hero-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(35, 33, 82, 0.7);
  z-index: 0;
}

.hero-image {
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-image > * {
  position: relative;
  z-index: 1;
}

.group:hover .group-hover\:block {
    display: block;
}

