/* boxing */
section{ 
  margin-top: 39px;
}
.spacing-project-img {
    padding-top: 150px;
} 
.spacing-project-img2 {
    padding-top: 150px;
}
.intro {
    padding-top: 140px;
    padding-right: 250px;
} 


.morecolumn {
  column-count: 2;
  column-gap: 20px;
  margin-top: 50px;
}

.morecolumn h2{
  font-family: "Gilroy-SemiBold", sans-serif;
  font-weight: bold;
  line-height: 1.7em;
  padding-top: 22px;
}

/* intro tekst */
.intro p{
  font-family: "Poppins-Light", sans-serif;
  line-height: 1.7em;
  font-weight: normal;
}
.intro h1{
  font-family: "Poppins-Light", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.7em;
}
.intro h2{
  font-size: 50px;
  font-weight: 600;
  line-height: 1.20em;
  width: 100%;
  margin-top: 0%;
  margin-bottom: 4%;
}
.intro h3{
  font-family: "Poppins-Light", sans-serif;  
  line-height: 1.7em;
  margin-bottom: 5px;  
  margin-top: 5px;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
}
.intro a{
  font-family: "Poppins-Light", sans-serif;
  line-height: 1.7em;
  font-weight: normal;

}

/* foto */
.foto img{
  position: absolute;
  overflow: hidden;
  height: 669px;
}
.foto .portret img{
  height: 669px;
}
.foto .portret{
  z-index: 9999;
}

/* ervaring tekst */
.ervaring h1{
  font-family: "Gilroy-SemiBold", sans-serif;
  font-weight: bold;
  line-height: 1.7em;
}
.ervaring h1 a{
  font-family: "Poppins-Light", sans-serif;
  font-weight: bold;
  line-height: 1.7em;
}
.ervaring p{
  font-family: "Poppins-Light", sans-serif;
  line-height: 1.25em;
}
.ervaring p a{
  font-family: "Poppins-Light", sans-serif;
  line-height: 2.25em;
}

@media screen and (max-width:1068px){
  section{
    margin-top: 0px;
    padding: 0em 3em 0em 2em;
  }
  .col-8 {
    grid-column-start: span 11;
  }
  .col-4 {
    grid-column-start: span 10;
  }
  .intro p{
    font-size: 18px;
    line-height: 1.4; 
  }
  .intro a{
    font-size: 18px;
    line-height: 1.4; 
  }

  .intro{
    margin-bottom: 40px;
    padding-right: 0px;
    padding-top: 100px;
  }
  .foto img{
    height: 460px;
  }
  .foto .portret img{
    height: 460px;
  }
  .foto .portretgif img{
    height: 460px;
  }
  .spacing-project-img {
    padding-top: 600px;
  }
  .spacing-project-img2 {
    padding-top: 30px;
  }
}

@media screen and (max-width:768px){
  .morecolumn {
    column-count: 1;
  }
}
