@font-face {
  font-family: "Averia";
  src: url("../Fonts/Averia_Serif_Libre/AveriaSerifLibre-Regular.ttf");
}

@font-face {
  font-family: "Compagnon";
  src: url("../Fonts/Compagnon-LightItalic.otf");
}

@font-face {
  font-family: "PopstarsFill";
  src: url("../Fonts/POPSF___.TTF");
}

@font-face {
  font-family: "Popstars";
  src: url("../Fonts/POPSTARS.TTF");
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: url("../Images/ster.png"), auto;
  overflow-y: hidden;
}

.alles {
  display: flex;
  background-image: url("../Images/scansBoekjesWeb_5.png");
  background-size: 86%;
  background-repeat: no-repeat;
  background-position: top left;
  height: 100%;
  margin-left: 15%;
}

body {
  margin: 0;
  padding: 0;
}

.belangrijk {
  font-family: "Averia";
  font-size: 10px;
  position: absolute;
  margin-left: 1.5vh;
}

a {
  font-family: "Averia";
}

.boekje {
  margin-top: 3vh;
  margin-left: 8vh;
  width: 75%;
}

.Bar {
  position: relative;
  width: 90%;
  height: 1vh;
  left: 5vh;
  display: flex;
  justify-content: center;
  gap: 1vh;
  text-align: center;
  color: black;
  padding: 1vh;
}

.hamburger {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 20%;
  height: 10%;
  top: 2vh;
  right: 2vh;
}

.hamburgerImg {
  height: 20%;
  border-radius: 2px;
}

.mobile-menu {
  display: none;
  background-color: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
  font-size: 13px;
  overflow-y: auto;
  font-family: "Averia";
}

.mobile-bar {
  position: absolute;
  width: 100%;
  min-height: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.mobile-menu a {
  text-align: center;
  display: block;
  padding: 0.5rem;
  text-decoration: none;
  color: white;
  font-size: 13px;
}

.mobile-menu .belangrijk {
  position: relative;
  display: block;
  width: 100%;
  margin-left: 0;
  text-align: center;
  text-decoration: none;
  padding: 0.5rem;
  color: white;
  font-size: 13px;
}

.mobile-menu .languageMobile {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: white;
  padding: 0.5rem;
  font-size: 13px;
}

.text-row {
  font-size: 10px;
  top: 20vh;
  color: black;
  font-family: "Averia";
  text-align: left;
  text-decoration: dotted;
}

.text-row {
  display: flex;
  justify-content: flex-start;
}

.topper {
  display: flex;
  rotate: 1deg;
  width: 100%;
  justify-content: space-between;
  font-family: "Popstars";
  font-size: 100%;
  margin-top: -10px;
  margin-left: 20px;
}

#left {
  text-align: center;
  width: 50%;
}

#left a {
  font-family: "Popstars";
  display: inline-block;
  position: relative;
  z-index: 1;
}

#right {
  text-align: center;
  width: 50%;
}

.language .text-row {
  font-family: "Averia", serif;
  font-size: 10px;
  width: 4vh;
}

.header p {
  font-family: "Popstars";
  font-size: 55px;
  margin-top: 2vh;
  rotate: 1deg;
}

.content {
  display: flex;
  position: relative;
  rotate: 1deg;
  justify-content: space-between;
  width: 100%;
}

.textLeft {
  width: 45%;
}

.inhoud {
  font-family: "Averia";
  font-size: 15px;
}

.subtitle {
  font-family: "PopstarsFill";
  font-size: 30px;
}

.textRight {
  margin-left: 0vh;
  width: 45%;
}

.ster2 {
  width: 30%;
  margin-left: 25%;
}

.ster1 {
  margin-top: 5%;
  margin-left: 25%;
  z-index: 1;
  width: 40%;
  position: relative;
}

.blinkje7 {
  width: 30px;
  margin-left: -9vh;
  margin-top: 2vh;
  position: fixed;
}

.arrows {
  display: flex;
  position: absolute;
  justify-content: space-between;
  bottom: 50%;
  width: 90%;
  left: 10vh;
  background: transparent;
}

.arrowButton {
  width: 30px;
  height: 30px;
  color: black;
  font-size: 50px;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  background: transparent;
}

.arrowButton a {
  text-decoration: none;
}

.klikMeer {
  font-family: "Averia";
  font-size: 12px;
  width: 50vh;
  position: absolute;
  margin-top: 2vh;
  padding-bottom: 5vh;
}

a {
  position: relative;
  text-decoration: wavy;
  text-decoration-line: underline;
  text-decoration-thickness: 0.5px;
  color: black;
}

.arrowButton:hover,
.text:hover,
#left a:hover,
a:hover {
  animation-name: buttons;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

a:hover {
  animation-name: buttons;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

/* .language .text-row {
  font-family: "Averia", serif;
  font-size: 10px;
  width: 10vh;
  margin-top: -1.5vh;
  margin-left: 1.5vh;
} */

.language a {
  display: inline-block;
}

@keyframes buttons {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-4deg);
  }

  50% {
    transform: rotate(4deg);
  }

  75% {
    transform: rotate(-4deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@media screen and (max-width: 1024px) {
  html,
  body {
    height: 100%;
    margin: 0;
    overflow-y: visible;
  }

  body {
    background-image: url("../Images/YellowPaper3.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
  }

  .Bar {
    height: 0;
  }

  .klikMeer {
    width: 25vh;
  }

  .alles {
    display: flex;
    justify-content: center;
    background-image: none;
    margin-left: 0%;
    width: 100%;
    height: 100%;
  }

  .hamburger {
    display: flex;
    position: fixed;
    z-index: 1000;
  }

  .language,
  .belangrijk,
  .text-row {
    display: none;
  }

  .mobile-menu.show {
    display: block;
  }

  .mobile-menu .language,
  .mobile-menu .belangrijk {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .content {
    flex-direction: column;
    rotate: 0deg;
  }

  .belangrijk {
    display: none;
  }

  .inhoud {
    font-family: "Averia";
    font-size: 15px;
  }

  .subtitle {
    font-family: "PopstarsFill";
    font-size: 22px;
  }

  .header p {
    font-family: "Popstars";
    font-size: 35px;
    margin-top: 2vh;
    rotate: 0deg;
  }

  .eten,
  .topper,
  .dj,
  .textRight .ster2,
  .blinkje7,
  .arrows {
    display: none;
  }

  .textLeft,
  .textRight {
    width: 100%;
  }
}

@media screen and (max-width: 430px) {
  html,
  body {
    height: 100%;
    margin: 0;
    overflow-y: visible;
  }

  body {
    background-image: url("../Images/YellowPaper3.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
  }

  .alles {
    display: flex;
    justify-content: center;
    background-image: none;
    margin-left: 0%;
  }

  .textRight {
    margin-top: 10%;
  }

  .content {
    flex-direction: column;
    rotate: 0deg;
    width: 80%;
  }

  .Bar {
    height: 0;
  }

  .hamburger {
    display: flex;
    position: fixed;
    z-index: 1000;
  }

  .mobile-menu.show {
    display: block;
  }

  .mobile-menu .belangrijk,
  .mobile-menu .language {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .eten,
  .topper,
  .dj,
  .blinkje7,
  .textRight .ster2,
  .text-row,
  .arrows,
  .belangrijk {
    display: none;
  }
}

@media screen and (min-width: 4480px) {
  .alles {
    display: flex;
    position: relative;
    background-size: 85%;
    background-repeat: no-repeat;
    background-position-x: center;
    margin-left: 0%;
    margin-top: 2vh;
    width: 100%;
  }

  .language {
    margin-left: 2vh;
  }

  .topper {
    margin-left: 10vh;
  }

  .topper p {
    font-size: 40px;
  }

  .subtitle {
    font-size: 70px;
  }

  .home {
    margin-left: 20vh;
  }

  .header p {
    margin-top: 5vh;
    margin-left: 10vh;
    font-size: 100px;
    width: 110vh;
  }

  .vriendenboekje h1 {
    font-size: 65px;
  }

  .Bar a,
  .language {
    font-size: 30px;
  }

  .arrows {
    justify-content: space-between;
    width: 100%;
    height: 5vh;
    margin-left: 10%;
  }

  .textLeft,
  .textRight {
    font-size: 20px;
  }

  .inhoud {
    font-size: 45px;
  }

  .ster1 {
    width: 30vh;
    margin-left: 10vh;
  }

  .eten {
    width: 15vh;
    margin-left: 25vh;
    margin-top: 10vh;
  }

  .ster2 {
    width: 20vh;
  }
}
