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;
}

@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 {
    display:flex;
    flex-direction: row;
  width: 100%;
  padding-left: 1.15vw;
  margin-top: 15vh;
}

.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);
}

.imageZelf{
    width:25vw;
    height:50vh;
    margin-left:20vw;
    margin-right:5vw;
    object-fit: cover;
    border: 1px solid white;
    border-radius: 20px;

}

@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;
    
  }

  .imageZelf {
    width: 90%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0 5%;
    max-width: 100%;
  }

  main {
    flex-direction: column;
    padding-left: 0;
  }

  .watermark{
    display:none;
  }
}
