html,
body {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
}

body,
h1,
h2 {
  font-family: "Raleway", sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #1e2124;
  color: #e0e0e0;
}


main {
  flex: 1;
}

.section-header__eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-muted, #888);
  margin-bottom: 0.5rem;
}

/* symbol styling */
.symbol svg {
  fill: #FFFFFF;
  stroke: none;
  color: #FFFFFF;
  width: 30px;
  height: 30px;
}

.symbol-large svg {
  fill: #FFFFFF;
  stroke: none;
  color: #FFFFFF;
  width: 60px;
  height: 60px;
}

.w3-bar .symbol svg {
  width: 20px;
  height: 20px;
}

/* photoswipe styling */
.thm {
  width: 100%;
  aspect-ratio: 1 / 1;
  /* Forceert een vierkant */
  object-fit: cover;
  /* Voorkomt vervorming van je portretfoto */
}

.pswp__custom-caption {
  background: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  color: #fff;
  text-align: center;
  width: calc(100% - 32px);
  max-width: 400px;
  padding: 2px 8px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
}

.pswp__custom-caption a {
  color: #fff;
  text-decoration: underline;
}

.hidden-caption-content {
  display: none;
}



footer a {
  text-decoration: none;
}