* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  nav ul {
      list-style: none;
  }
  
  nav a {
      font-size: 30px;
      text-decoration: none;
      color: #000000;
      font-family: Arial, Helvetica, sans-serif;
      background-color:#ffffff;
      padding:10px 30px 10px 30px;
  }
  
  nav li {
    font-family: Arial, Helvetica, sans-serif;
    float: right;
    margin: 35px;
  }

  nav a.active {
    background-color:#F491B1;
}
  nav a:hover{
    background-color:#F491B1;
    padding:10px 30px 10px 30px;
}
  
  nav {
      overflow: hidden;
      background-color:#ffbfd3;
      position: sticky;
      top: 0;
  }
  
  nav img {
      width:7%;
      float:left;
      margin:20px;
  }
  
 main{
    background-image: url('../afbeeldingen/homefoto.jpg');
    background-size:cover;
    height:600px;
   }

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

h1 {
    text-align: center;
    font-size: 100px;
    color: #ffffff; 
    font-family: 'KGHAPPY';
    font-weight: lighter;
}

h2 {
    font-size: 50px;
    color:#ffbfd3;
    background-color:hsl(0, 0%, 100%);
    margin: 80px;
    padding:20px;
}
section>p {
    font-size: 50px;
    color:#ffbfd3;
    background-color:hsl(0, 0%, 100%);
    margin: 80px;
    padding:20px;
}


h3 {
    font-size: 50px;
    color:#ffa3c0;
    padding-bottom:30px;
}

article {
    background-color:#ffbfd3;
}

article section{
    background-color:#fbdbe5;
}

article section p{
        font-size: 20px;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 1.3;
    }

    .leven{
        display: grid;
        grid-template-columns: 2fr 1fr;
        padding: 20px;
        background-color: #ffffff;
        font-size:18px;
        gap:50px;
        margin:15px;
    }
    
    .text{
        grid-row: 1/2;
        grid-column: 1/2;
        padding: 20px 40px 20px 40px;
        background-color:#fbdbe5;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 1.3;
    }
    
    .image img{
        grid-row: 1/2;
        grid-column: 2/3;
        width: 100%; 
        display: block; 
    }


figure {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin:30px;
}


figure img:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    width: 100%; 
}

figure img:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    width: 100%; 
}
figure img:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    width: 100%; 

}
figure img:nth-child(4) {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
    width: 100%; 
 
}
figure img:nth-child(5) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    width: 100%; 

}
figure img:nth-child(6) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    width: 100%; 
}
figure img:nth-child(7) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
    width: 100%; /
}
figure img:nth-child(8) {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
    width: 100%; 
}





  footer {
    display: flex;
    flex-wrap: wrap;
    background-color:#ffbfd3;
    align-items: center;
    padding:10px;
}

footer img {
    overflow: hidden;
    float: left;
    width: 5%;
    padding: 20px;
}

footer p, footer p a {
    color: #000000;
    font-size: 20px;
    text-decoration:none;
    padding:20px;
}

footer h5 {
    padding-left:60px;
    color: #000000;
    font-size: 20px;
    font-weight: lighter;
}
