.social-buttons {
  margin-bottom: 16px;
  text-decoration: none;
}
.social-icon {
  width: 5%;
  height: auto;
  min-width: 40px;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  text-decoration: none;
}
.social-icon:last-child {
  margin-right: 0;
}
body {
  position: relative;
}
.body-corner-img {
  width: 25%;
  max-width: 300px;
  height: auto;
  z-index: 20;
  pointer-events: none;
}
.body-left-bottom {
  position: absolute;
  left: 10px;
  bottom: 0;
}
.body-right-bottom {
  position: absolute;
  right: 10px;
  bottom: 0;
}
.body-left-top {
  position: absolute;
  left: 10px;
  top: 0;
}
.body-right-top {
  position: absolute;
  right: 10px;
  top: 0;
}
/* Achtergrondafbeelding voor header en home */
#background-hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background-image: url('achtergrond.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
section {
  margin-bottom: 50px;
}
/* Pagina container voor centreren */
.container {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 20px;
}
/* Logo stijl */
.logo {
  display: block;
  margin: 50px auto 0px auto;
  text-align: center;
  width: 90%;
  min-width: 100px;
  max-width: 1000px;
  height: auto;
}
* {
  text-align: center;
  color: white;
}

.programma-img {
width: 60%;
max-width: 400px;
}

#tickets {
  background: rgba(0, 0, 0, 0);
}

#programma {
  background: rgba(0, 0, 0, 0);
}

#locatie {
  background: rgba(0, 0, 0, 0);
}

h1 {
    font-family: 'Franklin Gothic Heavy', 'Arial Black', Arial, sans-serif;
    font-size: 3rem;
    margin-bottom: 20px;
    color: #faca30;
    text-transform: uppercase;
}

p {
  max-width: 1000px;
  line-height: 1.7;
  font-size: 1.5rem;
}

.button {
  margin-top: 30px;
  display: inline-block;
  padding: 14px 28px;
  border-radius: 50vh;
  background: #faca30;
  font-family: 'Franklin Gothic Heavy', 'Arial Black', Arial, sans-serif;
  color: rgb(0, 0, 0);
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
}

.button:hover {
  background: #7f7f7f;
}

footer {
  background: rgba(0, 0, 0, 0);
  color: white;
  text-align: center;
  padding: 20px;
}

@media (max-width: 1080px) {
  nav {
    gap: 15px;
    flex-wrap: wrap;
  }

  p {
    font-size: 1rem;
  }

  h1 {
    font-size: 2rem;
  }
}

body {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow Bold', Arial, sans-serif;
  text-align: center;
  background: #000;
  margin: 0;
  padding: 0;
}