/* Algemene opmaak */
.arvo-regular {
  font-family: "Arvo", serif;
  font-weight: 400;
  font-style: normal;
}

.arvo-bold {
  font-family: "Arvo", serif;
  font-weight: 700;
  font-style: normal;
}

.arvo-regular-italic {
  font-family: "Arvo", serif;
  font-weight: 400;
  font-style: italic;
}

.arvo-bold-italic {
  font-family: "Arvo", serif;
  font-weight: 700;
  font-style: italic;
}

.source-serif {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "Helvetica Neue", sans-serif;
  background-color: #ffffff;
  color: #212529;
  margin: 0;
  padding: 0;
}

/* Navigatielinks */
.navbar-nav .nav-link {
  color: #000000 !important;
  margin: 0 10px;
  font-weight: 500;
  transition: color 0.3s ease;
  text-transform: uppercase;
}

.navbar-nav .nav-link:hover {
  color: #ffa3b2 !important;
  justify-items: center;
}

.navbar-nav .nav-link.active {
  border-bottom: 2px solid #ffa3b2;
}

/* Mobiele knop */
.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  filter: invert(100%);
}

/* Logo groter */
.navbar-brand img {
  height: 200px;
  display: block;
  margin: 0 auto;
}

/* Hero sectie */
.hero {
  font-family: "Arvo", serif;
  font-weight: 700;
  font-style: normal;
  color: #ffa3b2;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.zin1 {
  color: #000000; /* roze */
}

.btn-custom {
  background-color: #fffad6; /* kies je eigen kleur */
  color: #ffa3b2;
  border: none;
}

.btn-custom:hover {
  background-color: #ffa3b2; /* optioneel: donkere hoverkleur */
}

.centered-text {
  text-align: center;
  max-width: 800px;
  margin: 3rem auto 0 auto;
}

/* Info sectie */
.info h1 {
  font-family: "Arvo", serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  color: #ffa3b2;
}

.info h2 {
  font-family: "Arvo", serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  color: #000000;
  text-shadow: #000000;
}

.info p {
  font-family: "Arvo", serif;
  font-weight: 400;
  font-style: italic;
  text-align: left;
}

.info li {
  font-family: "Arvo", serif;
  font-weight: 400;
  font-style: italic;
  text-align: left;
}

.info img {
  max-width: 100%;
  height: auto;
}

p {
  font-weight: lighter;
}

/* Knoppen */
.btn {
  border-radius: 0;
  padding: 10px 20px;
  font-weight: bold;
}

/* Footer */
footer {
  background-color: #ffa3b2;
  color: white;
  padding: 15px 0;
}

/* Spotify iframe */
iframe {
  border: none;
  max-width: 100%;
}

/* Events grid container: drie kolommen naast elkaar */
.row.g-4 {
  display: flex;
  gap: 1.5rem; /* ruimte tussen kolommen */
  flex-wrap: nowrap; /* voorkom onder elkaar vallen */
  margin-bottom: 3rem;
}

/* Als het op kleinere schermen moet omslaan: */
@media (max-width: 992px) {
  .row.g-4 {
    flex-wrap: wrap;
  }
  .event-box {
    flex: 1 1 100%; /* volle breedte */
  }
}

/* Event box styling */
.event-box {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1; /* gelijkwaardige breedte */
  background: none;
  color: #212529;
  min-height: 100%;
}

/* Afbeelding bovenaan */
.event-box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

/* Gekleurd vlak onder de afbeelding */
.event-content {
  background-color:#fffad6;   /* roze achtergrond */
  color:#ffa3b2;
  padding: 1.5rem 2rem;         /* ruimte rondom tekst */
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: justify;
  border-radius: 0 0 8px 8px;  /* afgeronde hoeken onderaan */
  box-shadow: 0 4px 8px rgba(255, 163, 178, 0.3); /* lichte roze schaduw */
}

.event-content h1 {
  font-size: 1.4rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.event-content h2 {
  font-size: 1.2rem;
  margin-top: 1.5rem;
  color: #000000;
  text-align: center;
}

.event-content h3 {

  text-align: center;
}


.event-content h5 {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.25rem;
  color:#ffa3b2;
  text-align: center;
}

.event-content h6{
  text-align: left;
}

.event-content h4{
  color:#ffa3b2;
}

.event-content p,
.event-content ul {
  font-family: "Arvo", serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.4;
  
}


.event-content p{
  text-align: center;
}

.event-content ul {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}

.event-content ul li {
  margin-bottom: 0.3rem;
}
