body {
  background: url("../fotos2/background_image.jpg") center no-repeat fixed;
  background-size: cover;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}
.mySlides {
  display: none;
}
img {
  vertical-align: middle;
}

.slideshow-container {
  max-width: 80vh;
  position: relative;
  margin: auto;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}

@font-face {
  font-family: "Kiwi Maru";
  src: url("../Kiwi_Maru/KiwiMaru-Regular.ttf") format("truetype");
}

a {
  text-decoration: none;
  color: grey;
}

a:hover {
  text-decoration: none;
  color: white;
}

h1 {
  color: white;
  font-family: "Kiwi Maru", sans-serif;
  font-size: x-large;
  padding: 0%;
  margin: 0;
}

h2 {
  color: white;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 2vh;
  margin: 0;
}

p {
  font-family: "Kiwi Maru", sans-serif;
  font-size: 3vh;
  margin: 0;
}

header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

main {
  width: 100%;
  padding-left: 1.15vw;
  margin-top: 15vh;
  height: 60%;
}

.imageBall {
  width: 10vh;
  height: 10vh;
  border-radius: 50%;
  background-image: url("../fotos2/JerryKatBastiaan.webp");
  background-size: cover;
  background-position: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  margin-left: auto;
  margin-right: 2vw;
  margin-top: -10vh;
  flex-shrink: 0;
}

.headertextname {
  padding: 2vh 5vw 0 0;
  margin-left: 2vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.navBar {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  color: rgb(166, 166, 166);
  padding-top: 2.5%;
  font-size: 125%;
  gap: 5vw;
}

.hamburger {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 1vh;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background: white;
  margin: 3px 0;
  transition: 0.3s;
}

.navBar.active {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding: 2vh 0;
  gap: 1.5vh;
  margin-top: 1vh;
}

#navigationBtn:hover {
  color: rgb(255, 255, 255);
}

#klok {
  color: rgb(255, 255, 255);
  font-size: x-large;
}
#navigationBtn {
  white-space: nowrap;
  color: rgb(188, 188, 188);
}

#Introductietkst {
  margin-top: 5vh;
  font-size: xx-large;
}

#yaptkst {
  margin-top: 5vh;
  font-size: large;
  line-height: 4.5vh;
}

#greeting {
  font-size: xx-large;
}

#headertextname {
  padding-top: 18vh;
}

.watermark {
  height: 10vh;
  width: 10vh;
  background: rgba(0, 0, 0, 0.3);
}

.gameExplenation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-left: 1vw;
}

@media (max-width: 768px) {
  body {
    flex-direction: column;
  }

  .navBar {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  h1 {
    font-size: 6vh;
  }

  h2 {
    font-size: 3vh;
  }

  p {
    font-size: 4vh;
  }

  .headertextname {
    padding: 4vh 5vw 2vh 0;
    margin-left: 0;
  }
}
