body {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
   
   
    
    background-size: cover;
}

nav {
    
    padding: 1rem;
   
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    grid-column-start: 1;
    grid-column-end: 4;
    font-family: sans-serif;
    font-size: 20px;
  
    
    
  }
  
  nav ul {
    list-style: none;
    
    gap: 1.5rem;
    margin: 0;
    padding: 0;
  }
  
  nav ul li a {
    text-decoration: none;
    color:  black;
    font-weight: 500;
    transition: color 0.3s ease;
    float: left;
    margin-left: 30px;
    
    
    
    
    
    
  }
  
  nav ul li a:hover {
    color: #1e90ff;
  }
  

  
 

 
  

  figure img{
    width:  1250px;
    height: 550px;
    
    grid-column-start: 1;
    grid-column-end: 4;
    
  }
   
  
  
  .text-sectie {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    grid-column-start: 1;
    font-family: sans-serif;
  }

  .text-sectie article {
    flex: 1;
    background-color: #a1a1a1;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 10px 12px rgba(82, 80, 80, 0.1);
    text-align: center;
  }

  .text-sectie h2 {
    margin-bottom: 10px;
  }

  
  
  .verfkeuze-sectie article{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    text-align: center;
  }
    
  
  .verfkeuze-sectie {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    grid-column-start: 1;
    
  }

  .verfkeuze-sectie figure {
    flex: 1;
    text-align: center;
  }

  .verfkeuze-sectie img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 14px 16px rgba(0,0,0,0.1);
  }

  .verfkeuze-sectie figcaption {
    margin-top: 10px;
    font-style: italic;
    color: #555;
  }


  .info-sectie{
    grid-column-start: 1;
    margin: 30px;
    font-family: sans-serif;
    background-color: #e05b90;
    border-radius: 20px;
    box-shadow: 0 14px 16px rgba(0,0,0,0.1);
  }


  .info-sectie h2{
    text-align: center;
  }

  .info-sectie p{
    margin: 20px;
  }


  footer{
    grid-column-start: 1;
    background-color: #555;
    font-family: sans-serif;
    text-align: center;
    
    size-adjust: cover;
    
  }

 

.verfwinkel-image {
  width:  300%;
  padding-left: 80px;
  align-items: center;
  justify-self: center;
  max-width: 1000px;
  border-radius: 20px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  margin: 20px auto;
  display: block;
  transition: transform 0.3s ease;
}

.verfwinkel-image:hover {
  transform: scale(1.05);
}


.button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
  grid-column-end: 4;
  text-align: center;
  
  
}

.verfkleur-button {
  padding: 10px 20px;
  font-size: 14px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  
  
}

.verfkleur-button:hover {
  transform: translateY(-3px);
}


.lichtblauw-button { background: #457444; color: #fff; }
.donkerblauw-button { background: #9b2543; color: #fff; }
.rood-button { background: #3700ff; color: #fff; }
.roos-button { background: #b2b413; color: #fff; }
.bruin-button { background: #ff0000; color: #fff; }
.lichtgrijs-button { background: #000000; color: #333; }
.donkergrijs-button { background: #000000; color: #fff; }
.cyaan-button { background: #686868; color: #fff; }
.groen-button { background: #f07493; color: #fff; }
.donkergeel-button { background: #df4fc7; color: #333; }

