/*
 This CSS file is used to override the existing styles of the theme.
 You can change the article headings, fonts, colors, etc.
*/

#event-section h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

#event-section p {
  font-size: 1.5rem;
  margin-bottom: 0;
  text-align: center;
}

#event-section {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#event-section ul {
  list-style: disc;
  padding-left: 1.5rem;
}

.splide__slide h1 {
  -webkit-text-stroke: 4px black;
  paint-order: stroke fill;
  font-family: Utopia, Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 6rem;
}