h2 {
  margin-top: 40px;
}

h3, h4, h5 {
  margin-top: 30px;
  margin-bottom: 15px;
}

p {
  margin-top: 10px;
}

h2.main {
  font-size: 22px;
}

h2:not(.main) {
  font-size: 20px;
  margin-top: 2.5rem !important;
}

h3 {
  font-size: 18px;
  margin-top: 1.875rem !important;
}

.schema-layers h3:first-of-type {
  margin-top: 0.625rem !important;
}

.hashLink {
  color: var(--bs-blue);
}

#map-carousel:not(.splide) {
  justify-content: flex-start; 
  flex-direction: row; 
  display: flex; 
  width: 100%;
  padding-left: 0;
}

#map-carousel:not(.splide) a.splide__slide__container:first-child {
  margin-left: 0;
}

/* Centered text */
.image-container {
  position: relative;
  text-align: center;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: var(--bs-secondary);
  font-weight: 600;
}

.centered.white-label {
  color: var(--bs-white);
}

.sticky-top-layers-offset {
  position: sticky !important;
  top: 91px;
  margin-top: 1rem;
  max-height: calc(98vh - 75px);
}

