body {
    background-color: #D9D9D9;
    color: #ADA573;
  }
  * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      scroll-behavior: smooth;
    }
  .blok{
    max-width: 900px;
    display: block;
    margin: 10px auto;
    height: 180px;
    background-color: #C4BABE;
  }
  .fotos{
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 28%;
    min-width: 180px;
    height: 180px;
    overflow: hidden;
    padding: 7px 15px;
  }
  h1{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 50px;
    padding-top: 56px;
  }
.container{
    width: 900px;
    min-height: 600px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}
.fotogallerij{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 0.6fr));
    grid-gap: 30px;
}
.hoog{
    width: 100%;
    overflow: hidden;
}
.breed{
    height: 100%;
    display: block;
    margin: auto;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.lijst{
    display: grid;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 180px;
    height: 280px;
    overflow: hidden;
    transition: transform 0.15s ease;
    /* cursor: pointer; */
}
/* .lijst:hover{
    transition: transform 0.15s ease;
    transform: scale(1.1);
}
.container .popup{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.9);
    z-index: 100;
}
.container .popup img{
    position: inherit;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    height: 750px;
    padding: 50px;
}
.container .popup span{
    position: inherit;
    top: 0; right: 10px;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 100;
    transform: translate(0, 100px);
} */