/* Custom Styles */

/* Fix section overlay overflow causing scrollbar */
.section {
  position: relative;
  overflow: visible;
}

/* Z-index fix: pillar cards overlap up into forest green header above */
.section--s-missing-cards {
  position: relative;
  z-index: 10;
}

/* Ensure the forest green header section sits below the cards */
.section--s-missing-hdr {
  position: relative;
  z-index: 1;
}

/* Load fonts */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Lato:ital,wght@0,300;0,400;0,700;1,400&display=swap');
