/* Activities specific styles */

.about-flex {
  margin-bottom: 24px;
}

.about-flex.reverse {
  margin-bottom: 24px;
}

.centered-link {
  text-align: center;
  display: block;
  margin-bottom: 32px;
}

.map-container iframe {
  border: 0;
}

.header-bar-flex-col {
  flex-direction: column;
  align-items: center;
}
.header-top-row {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 70vw;
  width: 100vw;
  margin-top: 10px;
}
.header-bar-flex-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
}

.header-date {
  font-family: 'Great Vibes', cursive;
  font-size: 3.5em;
  text-align: center;
  color: white;
}

