@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

body {
  font-family: 'Anton', sans-serif;
  background-color: #1b1f18; /* Donker olijfgroen, bijna zwart */
  color: #f2f2f2;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  text-transform: uppercase;
}

a {
  color: #f2f2f2;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.navbar {
  background-color: #2c352d; /* Donker army green */
  border-bottom: 2px solid #f2f2f2;
  font-size: 0.95rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navbar-brand {
  font-size: 1.5rem;
  font-family: "FatFrank", sans-serif;
  color: #fff;
}

.nav-link {
  color: #ccc;
}

.nav-link:hover {
  color: #fff;
}

header {
  background: linear-gradient(to right, #2c352d, #1b1f18); /* Donker military gradient */
  text-shadow: 2px 2px #000;
}

header h1 {
  font-size: 3rem;
}

section {
  padding: 4rem 0;
}

.bg-light {
  background-color: #232a22 !important; /* Licht olijfgroen als alternatief voor lichtgrijs */
}

.bg-primary {
  background-color: #e50914 !important;
}

.container p.lead {
  font-weight: 300;
  color: #aaa;
}

.container > div.text-center > p {
  margin-bottom: 2rem; 
}

img {
  border: 2px solid #f2f2f2;
}

h3 {
  font-size: 1.4rem;
  margin-top: 1rem;
}

p {
  font-size: 1rem;
  color: #dcdcdc;
}

.ratio iframe {
  border: 2px solid #e50914;
}

footer {
  background-color: #2c352d; /* Donker army green */
  border-top: 2px solid #f2f2f2;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.btn, .nav-link {
  border-radius: 0;
}

p.lead {
  margin-bottom: 1rem; 
}

.ticket-text {
  font-size: 1.05rem;
  margin-bottom: 2.5rem; 
  line-height: 1.7;
  color: #000; 
}

.card-title {
  margin-bottom: 1rem;
}

.card-text {
 color: #000;
}

.fw-bold {
  margin-bottom: 1rem;
}

