* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  nav{
   overflow: hidden;
  }

nav ul {
  list-style: none;
  float: right;
}
  
  nav a {
    font-size: 30px;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Poppins', 'Arial', sans-serif;

    padding:10px 30px;
    border-radius:15px;
  }
  
 nav li {
  font-family: 'Poppins', 'Arial', sans-serif;;
  float: left;
  margin: 35px;
}
 
nav a {
  text-decoration: none;
  color: white;
}

nav a:hover,
nav a:visited,
nav a:active {
  text-decoration: underline;
}

  .hamburgerklikken{
    display:none;
  }
  
  nav img {
    width:15%;
    float:left;
    margin-left:15px;
  }

  .hamburgericoon {
    display: none;
  }

  main h1{
    text-align: left;
    font-size:150px;
    padding-top: 243px;
    color:white;
    padding-bottom: 10px;
    font-family: 'GemunuLibre-Bold';
    transition: transform 0.3s ease, color 0.3s ease;
  }

  main h1:hover{
    color:rgb(106, 0, 255);
  }

@font-face {
    font-family: 'GemunuLibre-Bold'; 
    src: url('../fonts/gemunulibre/GemunuLibre-Bold.ttf') format('woff2'),
         url('../fonts/gemunulibre/GemunuLibre-Bold.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
  background: linear-gradient(to bottom right, #2a0055, #3f0077);
}

  main h2{
    font-size:50px;
    color:white;
    font-family: 'Open sans';
    font-weight: 100;
    padding-bottom: 20px;
    transition: transform 0.3s ease, color 0.3s ease;
  }

   main h2:hover{
    color:rgb(106, 0, 255);
  }

main p{ 
  font-size: 25px;
  font-family: 'Poppins', 'Arial', sans-serif;
  line-height: 1.3;
  color: white;
   transition: transform 0.3s ease, color 0.3s ease;
}

   main p:hover{
    color:rgb(193, 155, 245);
  }

button {
  font-family: 'Poppins', 'Arial', sans-serif;
  font-size: 22px;
  background: linear-gradient(135deg, #ff00cc, #3333ff);
  color: white;
  padding: 20px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
  text-align: center;
  margin-top: 38px;
}

button:hover {
  background: linear-gradient(135deg, #3333ff, #ff00cc);
  transform: scale(1.05);
  box-shadow: 0 0 15px #ff00cc, 0 0 30px #3333ff;
}

main{
  background-image: url('../afbeeldingen/header.png');
  background-size: cover;
  height: 800px;
  padding-left: 100px;
}

  section{
  margin: 120px 50px 30px 50px;
  display: grid;
  gap:50px;
  grid-template-columns: repeat(2, 1fr); 
  border-radius: 40px;
  font-family: 'Poppins', 'Arial', sans-serif;
  }

  section img{
  grid-row: 1/2;
  grid-column: 1/2;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
   transition: 0.3s ease-in-out;
  box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }


 section img:hover {
  transform: scale(1.05);
  box-shadow: 6px 6px 15px rgba(255, 255, 255, 0.821);
}

  section article{
  grid-row: 1/2;
  grid-column: 2/4;
  }



section article p{
  font-size: 19px;
  font-family: 'Poppins', 'Arial', sans-serif;
  line-height: 1.3;
  color: rgb(206, 191, 238);
   }

.tekst{
  font-size: 19px;
  font-family: 'Poppins', 'Arial', sans-serif;
  line-height: 1.3;
  color: rgb(206, 191, 238);
  }

  section article p:hover{
  color: rgb(255, 255, 255);
   }

  section article h3{
   font-size:70px;
     color: transparent; 
  background: linear-gradient(135deg, #ff00cc, #3333ff);
  background-clip: text;
  -webkit-background-clip: text;
  transition: transform 0.3s ease, color 0.3s ease;
  margin-bottom: 44.4px;
   }

 aside {
  margin: 120px 70px 30px 70px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 30px;
}

aside article img {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  transition: 0.3s ease-in-out;
  box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
}

aside article img:hover {
  transform: scale(1.05);
  box-shadow: 6px 6px 15px rgba(255, 255, 255, 0.821);
}

aside h1 {
  font-size: 80px;
  color: white;
  padding-bottom: 10px;
  font-family: 'Open sans';
  font-weight: 100;
}

aside h2 {
  font-size: 40px;
  color: white;
  text-shadow: 0 0 15px #00ffff;
  padding-bottom: 40px;
  font-family: 'Open sans';
  font-weight: 100;
}

aside ul {
  font-size: 20px;
  color: rgb(206, 191, 238);
  font-family: 'Poppins', 'Arial', sans-serif;
  line-height: 1.3;
  padding-bottom: 36px;
}

  aside ul:hover{
  color: rgb(255, 255, 255);
   }

.reservering-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 75px;
  text-align: center;
  font-family: 'Poppins', 'Arial', sans-serif;
}

.maand {
  padding: 25px;
  border-radius: 15px;
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.1);
  border: 1px solid transparent;
}

.beschikbaar {
  background: rgba(0, 255, 200, 0.1);
  border: 1px solid #00ffe0;
  color: #00fff0;
}

.vol {
  background: rgba(255, 0, 90, 0.1);
  border: 1px solid #fff;
  color: #fff;
  opacity: 0.6
}

.maand:hover {
  transform: scale(1.06);
  box-shadow: 0 0 25px #00fff0, 0 0 35px #ff2e63;
}

.reservaties {
  font-family: 'GemunuLibre-Bold';
  font-size: 130px;
  font-weight: 900;
  text-align: center;
  background: linear-gradient(135deg, #ff00cc, #3333ff);
  background-clip: text;
  -webkit-background-clip: text;
  transition: transform 0.3s ease, color 0.3s ease;
  box-shadow: 0 0 15px #ff00cc, 0 0 30px #3333ff;
  margin-bottom:50px;
  margin-top:150px;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.reservaties:hover {
  background: linear-gradient(135deg, #3333ff, #ff00cc);
  background-clip: text;
  -webkit-background-clip: text;
  transform: scale(1.02);
  color: transparent;
  box-shadow: 0 0 15px #ff00cc, 0 0 30px #3333ff;
}

.menu {
  font-family: 'GemunuLibre-Bold';
  font-size: 160px;
  font-weight: 900;
  text-align: center;
  color: transparent;
  background: linear-gradient(135deg, #ff00cc, #3333ff);
  background-clip: text;
  -webkit-background-clip: text;
 transition: transform 0.3s ease, color 0.3s ease; 
  box-shadow: 0 0 15px #ff00cc, 0 0 30px #3333ff;
 margin-top: 70px;
}

.menu:hover {
  background: linear-gradient(135deg, #3333ff, #ff00cc);
  background-clip: text;
  -webkit-background-clip: text;transform: scale(1.05); 
  transform: scale(1.02);
  color: transparent;
  box-shadow: 0 0 15px #ff00cc, 0 0 30px #3333ff;
}

footer {
 margin: 0 75px 50px 75px;
}
footer img {
  overflow: hidden;
  float: left;
  width: 5%;
  padding: 14px;
}

footer p {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
}

footer p {
  text-align: right;
  color: #ffffff;
  font-size: 20px;
  padding-top: 37px;
}


@media only screen and (max-width: 480px) {
  
  #hoofd nav img {
    width:25%;
    float:right;
    margin-right:15px;
  }


 #hoofd nav li {
    float: none;
    display: block;
    margin: 50px 0 20px 0;
    text-align: left;
  }
  

  #hoofd nav ul li a {
    font-size: 17px; 
  }

  

  #hoofd nav a {
  border-bottom: 2px solid rgb(0, 0, 0);
  border-radius: 0;  
  text-decoration: none; 
  margin-left: 10px;
  }

  
  #hoofd nav ul {
  float: none;
  padding-left: 0;
  margin-left: 0;
  width: 100%;
}

  #hoofd nav .hamburgericoon {
    background-color: transparent !important;
    padding: 0 !important;
    margin-top: 10px; 
    margin-left: 10px; 
    font-size: 30px;
    border: none;
    display:block;
    float: left;
  }

  #hoofd .menudicht {
    display: none !important;
  }

  #hoofd main h1 {
    font-size: 96px;
    padding-top: 88px;
}

 #hoofd main h2{
font-size: 32px;
padding-bottom: 20px;
 }

 #hoofd main p {
    font-size: 14px;

  }

 #hoofd button{
  padding: 10px 15px;
  font-size: 18px;
 }


  #hoofd section{
  margin: 120px 50px 30px 50px;
  display: grid;
  gap:50px;
  grid-template-columns: 1fr; 
  border-radius: 40px;
  }

  #hoofd section img{
  grid-row: 1/2;
  grid-column: 1/2;
  }

  #hoofd section article{
  grid-row: 2/3;
  grid-column: 1/2;
  }

  #hoofd section article h3 {
  font-size: 48px;
  }

  #hoofd section article p{
  font-size: 17px;
   }

  aside {
  margin: 80px 50px 30px 50px;
  grid-template-columns: 1fr;
}

#hoofd main{
    background-image: url('../afbeeldingen/header_mobiel.png');
    background-size: cover;
    padding-left: 50px;
    padding-right: 50px;
    height: 550px;
}

#hoofd .menu{
  font-size: 75px;
}
#hoofd .maand{
  padding: 15px 0;
  font-size:12px;
}

#hoofd .reservaties{
  font-size: 55px;
  margin-top: 72px;
  margin-bottom: 70px;
}

#hoofd .reservering-grid {
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
    margin: auto;
    width: 70%;
}

#hoofd .tekst{
  display:none;
}

#hoofd footer {
margin: 80px 20px 40px 20px;
  
}

#hoofd footer img {
 overflow: hidden;
    float: left;
    width: 10%;
    padding: 5px;
}

#hoofd footer p {
  text-align: right;
    color: #ffffff;
    font-size: 14px;
    padding-top: 11px;
}

}


