html {
    overflow-x: hidden;
    display: static;
  }
  *,
  *::after,
  *::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  @import url("https://fonts.googleapis.com/css2?family=Paytone+One&display=swap");
  
  button,
  summary {
    cursor: pointer;
  }
  
  :root {
    --website-background: #f8b133;
    --text-kaders: #ececec;
    --text-color: #42210b;
    --shadows: #c18b34;
  
    --card-color: #333;
    --card-background: #fff;
    --card-background-accent: gold;
  }

  body {
    height: 100vh;
    overflow: hidden;
    /* background: var(--website-background); */
    background-color: oldlace;
    position: static;
    display: inline-block;
    
  }
  
  p {
    font-family: monospace;
    color: var(--text-color);
    line-height: 1.8em;
  }
  
  video{
    border-style: dotted;
    outline: none;
    border-color: oldlace;
  }

  h1,
  h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bolder;
    color: var(--text-color);
    font-size: 2em;
    margin-left: 10%;
  }

  h3{
    font-size: 1em;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: var(--text-color);
  }

  a{
    text-decoration: underline;
    color: var(--text-color);
  }
  
  header {
    width: 100vw;
    padding-left: 10vw;
    padding-right: 10vw;
    height: 15vh;
    z-index: 100;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
  
  nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--text-kaders);
    transform: translateX(-100%);
    transition-duration: 0.3s;
    z-index: 100;
  }
  
  nav ul {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    text-align: center;
    z-index: 100;
  }
  
  nav a {
    text-decoration-line: none;
    font-family: "Paytone One", sans-serif;
    color: var(--text-color);
    font-size: 3em;
    line-height: 2em;
    text-transform: uppercase;
    z-index: 100;
  }
  
  
  nav.open {
    transform: translateX(0%);
    z-index: 100;
  }
  
  header > button {
    /* position: absolute;
    left: 5em;
    top: 2em; */
    width: 10em;
    height: 5em;
    appearance: none;
    border-style: solid;
    border-color: #42210b;
    border-radius: 0.5em;
    border-width: 0.2em;
    background-color: oldlace;
    /* box-shadow: 5px 5px 0 2px var(--shadows); */
    /* visibility: hidden; */
  }

  header nav button { /*knop uitschuifmenu*/
    position: absolute;
    left: 50%;
    top: 15%;
    transform: translate(-50%, -50%);
  
    width: 10em;
    height: 5em;
    /* appearance: none; */
    border-style: none;
    border-radius: 0.5em;
    background-color: var(--text-color);
    color: var(--text-kaders);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
  }
main{
    width: 100vw;
    /* background-color: #f8b133; */
    /* height: 100vh; */
    

}

h1{
    text-align: center;
    margin: 0;
}

main section:first-of-type{
    width: 80vw;
    height: 10vh;
    /* background-color: blueviolet; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;

}

main section:first-of-type img{
    width: 10%;
}

main section:nth-of-type(2){
    width: 80VW;
    height: 10vh;
    /* background-color: blue; */
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-left: auto;
    margin-right: auto;

}

main section:nth-of-type(2) img{
width: 50%;
text-align: center;
}

main section:nth-of-type(2) A{
    
    text-align: center;
    }



#fotOFme{
    width: 100%;
}
    
main section:nth-of-type(3){
    width: 80vw;
    height: 58vh;
    /* background-color: cadetblue; */
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    overflow-x: scroll;


}

main section:nth-of-type(3) article{
    max-height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: row;

}

main section:nth-of-type(3) article figure{
    width: 50%;
    /* height: 25%; */
    /* background-color: cornflowerblue; */
   margin-bottom: 10px;
   
}
main section:nth-of-type(3) article figure p{

   padding-top: auto;
   padding-bottom: auto;
   padding-left: 10%;
   padding-right: 10%;


   
}

#figmettekst{
    display: flex;
    align-items: center;
}

footer{
    background-color: white;
    width: 100%;
    height: 5vh;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }




  @media only screen and (max-width: 768px) {

    main section:first-of-type img {
      width: 100%;
      height: 100%;
  }


  main section:nth-of-type(2) {
    width: 80VW;
    height: 10vh;
    /* background-color: blue; */
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
}

main section:nth-of-type(3) article {
  max-height: fit-content;
  width: 100%;
  display: flex;
  flex-direction: column;
}

main section:nth-of-type(3) article figure { /*mijn foto*/
  width: 100%;
  /* height: 25%; */
  /* background-color: cornflowerblue; */
  margin-bottom: 10px;
}





  }