/*algemene styling regels*/
*{
  margin: 0;
  letter-spacing: 0.08em;
}

/*algemene styling regels*/
.parallax-image{
  will-change: transform;
}


h1, h2, h3{
  font-family: "Finger Paint", sans-serif;
}

body{
  font-size: 16px;
  font-family: verdana;
  background-color: lightgrey;
}

p{
  line-height: 1.3rem;
  padding-bottom: 10px;
}

#container{
  width: 100%;
}
/*Einde algemene styling regels*/

/*Curtain nav css*/
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

button{
  background-color: transparent;
  color: white;
  border: none;
}
button:hover{
  color: red;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 2.25rem;
  color: white;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: red;
}

.overlay .closebtn {
  position: absolute;
  top: 18px;
  right: 45px;
  font-size: 3rem;
  cursor: pointer;
}

#hamburger-en-logo{
  position: fixed;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: lightblue;
}

#hamburger{
  width: 10%;
  padding-top: 25px;
  font-size: 1.5rem;
  padding-left: 40%;
  color: red;
}

span:hover{
  color: white;
  cursor: pointer;
}

#logo{
  width: 50%;
}

#logo-image{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}
/*Einde curtain nav css*/

/*spacers voor navigatiedoelen*/
#spacer{
  width: 100%;
  height: 88px;
}

/*deze heeft een hoge padding deze dient om de groote van de vast staande #hamburger-logo div te overbruggen anders loopt de inhoud onder de div bij het navigeren*/
.spacers-h2{
  text-align: center;
  background-color: lightyellow;
  padding-top: 133px;
}
/*Einde spacers voor navigatiedoelen*/

/* Begin header */
  header{
    width: 100%;
    background-color: black;
    margin-top: 14px;
  }

  h1{
    text-align: center;
    color: white;
  }
/* Einde header */


/* Begin main */
.div-om-paragraphs-top{
  width: 96%;
  padding: 10px 2% 10px 2%;
  margin-top: 15px;
  background-color: darkgrey;
  border-radius: 10px;
  box-shadow: 3px 3px 10px black;
}

#ul-li{
  width: 96%;
  padding: 10px 2% 10px 2%;
  margin-top: 15px;
  background-color: darkgrey;
  border-radius: 10px;
  box-shadow: 3px 3px 10px black;
  background-image: url('https://www.vdmoosdijkdakspecialist.nl/images/background-dakske.webp');
  background-position: center;
  background-size: cover;
}

ul, li{
  background-color: rgba(255, 255, 255, 0.2);
}

.div-om-paragraphs{
  width: 96%;
  height: 200px;
  padding: 10px 2% 10px 2%;
  margin-top: 15px;
  background-color: darkgrey;
  border-radius: 10px;
  box-shadow: 3px 3px 10px black;
}

/*section-one*/
#sectie-1{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: grey;
}

.article-sectie-1{
  width: 250px;
  height: 250px;
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom:50px;
  padding-top: 25px;
}

.article-1-image{
  width: 250px;
  height: 250px;
  border-radius: 125px;
}
/*einde section one*/

/*section-two*/
#sectie-2{
  width: 100%;
  background-color: lightgrey;
}

.article-sectie-2{
  width: 100%;
}

.article-sectie-2-h2{
  text-align: center;
}

#article-2-image {
  opacity: 0;
  transform: translateX(30px); /* schuift iets van rechts */
  transition: opacity 2s ease-in-out, transform 2s ease-in-out;
}

.opgedeelde-paragraph{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sectie-h3{
  text-align: center;
  padding-bottom: 20px;
}

.paragraph{
  width: 98%;
  padding: 20px 1% 20px 1%;
  background-color: lightgrey;
}
/*einde section two*/

/*section-three-four-five-six*/
#sectie-3, #sectie-4, #sectie-5, #sectie-6{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.article-sectie-3, .article-sectie-4, .article-sectie-5, .article-sectie-6{
  width: 24%;
  padding: 20px 0.5% 20px 0.5%;
  background-color: lightgrey;
}

.article-image{
  width: 100%;
  height: 350px;
  object-fit: cover;
}

#overige-werken{
  width: 96%;
  padding: 10px 2% 10px 2%;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: darkgrey;
  border-radius: 10px;
  box-shadow: 3px 3px 10px black;
}
/*Einde section-three-four-five-six*/

/* Einde main */


/* Begin footer */

#sectie-footer{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.article-footer{
  width: 24%;
  padding: 20px 0.5% 20px 0.5%;
  background-color: lightgrey;
}

.sectie-footer-h3{
  text-align: center;
  padding-bottom: 20px;
}

.article-footer-image{
  width: 150px;
  height: 150px;
  padding-left: 30%;
  object-fit: cover;
}

.article-footer-image:hover{
  width: 152px;
  height: 152px;
}

.article-footer-paragraph{
  padding: 20px 0.5% 20px 0.5%;
}

#lower-footer-section{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sectie-lower-footer-h3{
  padding-bottom: 20px;
  padding-left: 25px;
  color: white;
  text-align: center;
}

.article-lower-footer{
  width: 23%;
  padding: 20px 1% 20px 1%;
  background-color: black;
  text-align: center;
}

#chech-icons{
  width: 100%;
  text-align: center;
}


.article-lower-footer p{
  font-size: 1rem;
  line-height: 2em;
  padding-left: 25px;
  color: white;
}

#last-div{
  width: 100%;
  background-color: lightblue;
  text-align: center;
}
/* Einde footer */


/* begin media queries */

/*media query curtain nav*/
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 1.25rem
  }

  .overlay .closebtn {
  font-size: 2.4rem;
  top: 15px;
  right: 35px;
  }
}
/*Einde media query curtain nav*/

/* voor de allerkleinste schermpjes*/
@media screen and (max-width: 390px){
  .article-sectie-1{
    display:none;
  }

  .article-lower-footer p{
    font-size: 0.875rem;
  }

  #logo-image{
    width: 200px;
  }

  #pannendaken, #platte-daken, #zinkwerk, #lekkages, #contact{
    height: 100px;
  }

  .div-om-paragraphs{
    height: auto;
  }
}
/* Einde voor de allerkleinste schermpjes*/


/* begin standaard media query's*/
@media screen and (max-width: 700px){
  .article-sectie-1{
    width: 50px;
    height: 50px;
    margin-left: 25px;
    margin-right: 50px;
    margin-bottom:50px;
    padding-top: 25px;
  }

  .article-1-image{
    width: 75px;
    height: 75px;
    border-radius: 37.5px;
  }

  .div-om-paragraphs{
    height: auto;
  }

  .paragraph{
    width: 98%;
  }

  .article-sectie-3, .article-sectie-4, .article-sectie-5,  .article-sectie-6, .article-footer, .article-lower-footer{
    width: 98%;
  }

  .overlay a {
    font-size: 1.25rem
  }
}

@media screen and (min-width: 701px) and (max-width: 800px){
  .article-sectie-1{
    width: 100px;
    height: 100px;
    margin-left: 25px;
    margin-right: 50px;
    margin-bottom:50px;
    padding-top: 25px;
  }

  .article-1-image{
    width: 100px;
    height: 100px;
    border-radius: 50px;
  }

  .paragraph{
    width: 98%;
  }

  .article-sectie-3, .article-sectie-4, .article-sectie-5,  .article-sectie-6, .article-footer, .article-lower-footer{
    width: 48%;
  }
}

@media screen and (min-width: 801px) and (max-width: 1400px){
  .article-sectie-1{
    width: 75px;
    height: 130px;
    margin-left: 55px;
    margin-right: 130px;
    margin-bottom:50px;
    padding-top: 25px;
  }

  .article-1-image{
    width: 150px;
    height: 150px;
    border-radius: 75px;
  }

  .article-sectie-3, .article-sectie-4, .article-sectie-5,  .article-sectie-6{
    width: 48%;
  }
}
/* Einde media queries */
