body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: url("fotos/berg.png") center fixed;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(161, 161, 161, 0.1);
  z-index: -1;
}

section {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.header {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.header:before {
  position: fixed;
  display: block;
  content: " ";
  width: 100%;
  height: 150px;
  z-index:4000000000000000;
  top: 0;
  background: linear-gradient(rgba(64, 80, 111, 1) 56%,
      rgba(68, 78, 99, 0.75) 79%,
      rgba(185, 196, 195, 0) 100%);

}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  isolation: isolate;
}

.naampie {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  z-index: 1;


  margin-top: 300px;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-top: 0;
  position: relative;
  z-index: 1;
}


.title {
  font-family: "KiwiMaru-Regular.ttf" sans-serif;
  font-size: 35px;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-top: 265px;
  background: linear-gradient(rgba(255, 255, 255, 0.60) 56%,
      rgba(136, 136, 136, 0.40) 79%,
      rgba(185, 196, 195, 0) 100%);
  padding: 50px;
  border-radius: 50px;
  /* transform: translate(0px, 150px); */
}

/* .subtitle {
  font-family: "KiwiMaru-Regular.ttf" sans-serif;
  font-size: 20px;
  max-width: 40%;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin: 10px 0 0 0;
  padding-top: 30px;
  border-radius: 40px;
  background: linear-gradient(rgba(255, 255, 255, 0.60) 56%,
      rgba(136, 136, 136, 0.40) 87%,
      rgba(185, 196, 195, 0) 100%);
      text-align: center;
} */
.overmijtext {
  font-family: "KiwiMaru-Regular.ttf" sans-serif;
  font-size: 35px;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-top: 200px;
  background: linear-gradient(rgba(255, 255, 255, 0.60) 56%,
      rgba(136, 136, 136, 0.40) 79%,
      rgba(185, 196, 195, 0) 100%);
  padding: 50px;
  border-radius: 50px;
  z-index: 50;
  max-width: 75%;
  text-align: center;
}

.over_mij {
  font-family: "KiwiMaru-Regular.ttf" sans-serif;
  font-size: 35px;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-top: 0px;
  background: linear-gradient(rgba(255, 255, 255, 0.60) 56%,
      rgba(136, 136, 136, 0.40) 79%,
      rgba(185, 196, 195, 0) 100%);
  padding: 50px;
  border-radius: 30px;
  z-index: 50;
  max-width: 75%;
  text-align: center;
}

.projecten {
  font-family: "KiwiMaru-Regular.ttf" sans-serif;
  font-size: 35px;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.60) 56%,
      rgba(136, 136, 136, 0.40) 79%,
      rgba(185, 196, 195, 0) 100%);
  padding: 20px 60px;
  border-radius: 30px;
  max-width: 80%;
  text-align: center;
}

.container2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  /* transform: translate(0px, 400px); */
}

.container3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  /* transform: translate(0px, 600px); */
}

.album {
  width: 275px;
  height: 300px;
  pointer-events: none;
  border-radius:10px;
}

.cd {
  display: flex;
  flex-direction: column;
  background: linear-gradient(rgba(255, 255, 255, 0.80) 56%,
      rgba(136, 136, 136, 0.50) 79%,
      rgba(185, 196, 195, 0.1) 100%);
  border-radius: 20px;
  padding: 10px;

}

.descriptie {
  text-align: center;
  font-family: "KiwiMaru-Regular.ttf" sans-serif;
  font-size: 20px;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: space-between;
}

.skilllijst {
  font-family: "KiwiMaru-Regular.ttf" sans-serif;
  font-size: 35px;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.60) 56%,
      rgba(136, 136, 136, 0.40) 79%,
      rgba(185, 196, 195, 0) 100%);
  padding: 20px 60px;
  border-radius: 30px;
  max-width: 30%;
  text-align: center;
}

.container4 {
  width: 100%;
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: linear-gradient(rgba(72, 56, 56, 0) 0%,
      rgba(68, 78, 99, 0.9) 10%,
      rgb(64, 80, 111) 100%);
}

.footer {
  height: 50vh;


}

.nav {
  font-family: "KiwiMaru-Regular.ttf" sans-serif;
  font-size: 20px;
  color: rgb(255, 255, 255);
  align-items: start;
  justify-content: space-around;
  display: flex;
  gap: 100px;
  padding-top: 6vh;

}


.mijnskills {
  text-decoration: none;
  color: white;
  position:fixed;
  left: 46%;
  z-index:4000000000000000;
}

.mijnskills:hover, .mijnprojecten:hover, .navovermij:hover {
transform: translateX( 0px) scale(1.1);
transition: transform 0.3s ease;
color: rgb(64, 124, 255);
}

.mijnprojecten {
  text-decoration: none;
  color: white;
   position:fixed;
  left: 65%;
  z-index:4000000000000000;
}
.navovermij {
  text-decoration: none;
  color: white;
   position:fixed;
  left: 28%;
  z-index:4000000000000000;
}

.adres {
  font-family: "KiwiMaru-Regular.ttf" sans-serif;
  font-size: 20px;
  color: rgb(255, 255, 255);
  justify-content: flex-start;
  display: flex;
  align-items: start;
  padding-top: 5vh;
}
.adres:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
  color: rgb(64, 124, 255);
}

.e-mail {
  font-family: "KiwiMaru-Regular.ttf" sans-serif;
  font-size: 20px;
  color: rgb(255, 255, 255);
  justify-content: left;
  display: flex;
  align-items:left;
}
.e-mail:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
  color: rgb(64, 124, 255);
}
.cd:hover {
  transform: translateY(-10px);
  transition: transform 0.3s ease;
}

.linkA{
  text-decoration: none;
  color: rgb(255, 206, 206);
}

@media (max-width: 768px) {
  .album {
    width: 200px;
    height: 250px;
  }

  .descriptie {
    font-size: 16px;
  }
}