

  html, body {
      margin: 0;
      color: white;
      font-size: 0;
      height: 100%;
      

   
     
   
 
      font-family: 'Mona Sans';

      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
    
    
  }

  ::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}


#loader-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    display: none;
    
  }

  .loader {
    position: absolute;
    right: 0;
    bottom: 0;
    vertical-align: top;
    display: inline-block;
    width: 50%;
    background-color: #c0c0c0;
    animation: loader-inner 0.5s;
    animation-fill-mode: forwards;  

  }

  
  .loader-inner {

    vertical-align: top;
    display: inline-block;
    width: 50%;
    background-color: black;
    animation: loader-inner 0.5s;
    animation-fill-mode: forwards;  

  }

  #loader-wrapper-left {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    display: none;
    
  }

  .loader-left {
    position: absolute;
    right: 0;
    bottom: 0;
    vertical-align: top;
    display: inline-block;
    width: 50%;
    background-color: #0b2f49;
    animation: loader-inner 0.5s;
    animation-fill-mode: forwards;  

  }

  
  .loader-inner-left {

    vertical-align: top;
    display: inline-block;
    width: 50%;
    background-color: #c0c0c0;
    animation: loader-inner 0.5s;
    animation-fill-mode: forwards;  

  }
  
  @keyframes loader {
      0% {
      height: 0%;
    }
    
    25% {
      height: 0%;
    }
    
    50% {
      height: 100%;
    }
    
    75% {
      height: 100%;
    }
    
    100% {
      height: 100%;
    }
    
  }
  
  @keyframes loader-inner {
    0% {
      height: 0%;
    }
    
    
    100% {
      height: 100%;
    }
  }


  @keyframes timer-animation {
    0% {
    width: 0%;
  }
  
  
  100% {
    width: 100%;
  }
  
}
  





/* ------------------ANIMATION--------------------- */

@keyframes HeaderTransitionIn {
    from {
        opacity: 0;
        margin-top: -20px;
       
    }

    to {
        opacity: 1;
        margin-top: 20px;
     
    }
}

@keyframes TaalTransitionIn {
    from {
        opacity: 0;
       
       
    }

    to {
        opacity: 1;
  
     
    }
}

@keyframes transistionInText {
    from {
        opacity: 0;
        transform: scale(0.9);
       
    }

    to {
        opacity: 1;
        transform: scale(1);
     
    }
}

.header {
    animation: HeaderTransitionIn 1s;
}

.taal {
    animation: TaalTransitionIn 1s;
}

.tech {

    animation: transistionInText 1s;

}

.branding {

animation: transistionInText 1s;

}




 
/* ------------------HEADER--------------------- */

.header {
    position: fixed;
    width: 100%;
    height: auto;
    background-color: tomato;
    
    margin-top: 20px;
    z-index: 2;

}


.name {
    position: absolute;
    color: white;
    font-size: 26px;
    text-decoration: none;
    left: 30px;
    
}

.work {
    position: absolute;
    color: white;
    font-size: 26px;
    text-decoration: none;
    right: 400px;
    

  
}

.about_header {
    position: absolute;
    color: white;
    font-size: 26px;
    text-decoration: none;
    right: 220px;

  
}

.contact_header {
    position: absolute;
    color: white;
    font-size: 26px;
    text-decoration: none;
    right: 30px;

  
}

.name:hover {
    opacity: 0.5;
    transition: 0.5s;
    
}

.work:hover {
    opacity: 0.5;
    transition: 0.5s;
    
}

.about_header:hover {
    opacity: 0.5;
    transition: 0.5s;
    
}

.contact_header:hover {
    opacity: 0.5;
    transition: 0.5s;
    
}

/* ------------------LEFT--------------------- */

.left {
    position: absolute;
    width: 50%;
    height: 100%;
    overflow-x: hidden;
    top: 0;
    left: 0;
    scroll-snap-type: y proximity;
    overflow-y: scroll;
    scroll-behavior: smooth;
      
}



.left-content img {
   
    width: 100%;

}

.left-content img:hover {

    transform: scale(1.08);
    transition: 0.5s;

}

.vooruit p {

    position: absolute;
    bottom: 0;
    left: 25px;
    font-size: 28px;
    opacity: 0.5;
    font-weight: 600;
    mix-blend-mode: exclusion;
    opacity: 0;


}

.vooruit:hover p {
    opacity: 1;
    transition: 0.5s;
}


.left-up {
    position: relative;
    top: 0;
    background-color: #0b2f49;
    width: 100%;
    min-height: 450px;
    height: auto;
    scroll-snap-align: center;
    
}

.left-up .branding{
    font-size: 55px;
    margin: 0;
    padding-top: 250px;
    padding-bottom: 100px;
    line-height: 1;
    padding-left: 30px;
}



.vooruit {
    position: relative;
   background-color: #282828;
    width: 100%;
    height: auto;
    overflow: hidden;
    scroll-snap-align: center;
}

.bijtank {
    position: relative;
    background-color:#282828;
    width: 100%;
    height: auto;
    overflow: hidden;
    scroll-snap-align: center;
}

.bijtank p {
    position: absolute;
    bottom: 0;
    left: 25px;
    font-size: 28px;
    opacity: 0.5;
    font-weight: 600;
    mix-blend-mode: exclusion;
    opacity: 0;
}

.bijtank:hover p {
    opacity: 1;
    transition: 0.5s;
}

.ira {
    position: relative;
    background-color: #282828;
    width: 100%;
    height: auto;
    overflow: hidden;
    scroll-snap-align: center;
}

.ira p {
    position: absolute;
    bottom: 0;
    left: 25px;
    font-size: 28px;
    opacity: 0.5;
    font-weight: 600;
    mix-blend-mode: exclusion;
    opacity: 0;
    z-index: 2;
}

.ira:hover p {
    opacity: 1;
    transition: 0.5s;
}

.ira-gif {
    width: 100%;
    position: absolute;
    z-index: 1;
    display: none;

}

.ira:hover .ira-gif {
    display: block;
}


.ira:hover .timer {
    visibility: visible;
}


.trump { 
    position: relative;
    background-color: #282828;
    width: 100%;
    height: auto;
    overflow: hidden;
    scroll-snap-align: center;
  

}


.trump p {
    position: absolute;
    bottom: 0;
    left: 25px;
    font-size: 28px;
    opacity: 0.5;
    font-weight: 600;
    mix-blend-mode: exclusion;
    opacity: 0;
}

.trump:hover p {
    opacity: 1;
    transition: 0.5s;
}


.left-intro {
    position: absolute;
    font-size: 55px;
    margin: 30px;
    margin-bottom: 100px;


}

.left-intro p {
    margin-top: 200px;
    font-size: 55px;
    line-height: 0.9;

    

}


/* ------------------RIGHT--------------------- */

.right {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: y proximity;
    overflow-y: scroll;


}

.right-up {
    position: relative;
    overflow: auto; 
    top: 0;
    background-color: black;
    width: 100%;
    min-height: 450px;
    height: auto;
    scroll-snap-align: center;
}

.right-up  .tech{
    margin: 0;
    padding-top: 250px;
    padding-bottom: 50px;
    padding-left: 30px;
    line-height: 1;
    color: white;
    font-size: 55px;
}

.taal {

    position: absolute;
    right: 30px;
    bottom: 0px;
    
}

.taal p{

    font-size: 15px;
}

.taal span{
    opacity: 0.5;
}

.thema {

    padding-left: 30px;
    display: inline-block;
    width: 75%;
    word-wrap: break-word;

}

.thema-left {

    position: absolute;
    padding-left: 30px;
    bottom: 0px;
    width: 70%;

 

}
.thema-left p {
    font-size: 15px;
    opacity: 0.5;
    word-spacing: 10px;
}
.thema p {
    font-size: 15px;
    opacity: 0.5;
    word-spacing: 10px;
}
.sound {
    position: relative;
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: auto;
    overflow: hidden;
    scroll-snap-align: center;
}

.sound .sound-titel {

    position: absolute;
    bottom: -7px;
    font-size: 28px;
    left: 25px;
    opacity: 0.5;
    font-weight: 600;
    mix-blend-mode: exclusion;
    opacity: 0;
    z-index: 2;
}

.sound:hover .sound-titel {
    opacity: 1;
    transition: 1s;
}

.sound img {
    width: 100%;
      
}

.sound-gif {
    width: 100%;
    position: absolute;
    z-index: 1;
    display: none;
  
}



.timer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5%;
    background-color: white;
    mix-blend-mode: exclusion;
    z-index: 2;
    visibility: hidden;
    animation: timer-animation 4.5s infinite linear;
}


.sound:hover .sound-gif {

    display: block;
}

.sound:hover .timer {

    visibility: visible;
  
}






.sound img:hover {
    transform: scale(1.08);
    transition: 0.5s;
}


.data{
    position: relative;
    background-color: rgb(0, 0, 0);
    scroll-snap-align: center;
    overflow: hidden;
    width: 100%;
    height: auto;
    
}

.data .data-pic {
   width: 100%;
   

}

.data .data-titel {
    position: absolute;
    bottom: -7px;
    font-size: 28px;
    left: 25px;
    opacity: 0.5;
    font-weight: 600;
    mix-blend-mode: exclusion;
    opacity: 0;
    z-index: 1;

}

.data .data-pic:hover {
    transform: scale(1.08);
    transition: 0.5s;
}

.data:hover .data-titel {
    opacity: 1;
    transition: 0.5s;
    
}

.data:hover .sound-gif {
    display: block;
}

.data:hover .timer {

    visibility: visible;
  
}

.poster{
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: auto;
    scroll-snap-align: center;
}

.poster .poster-pic {
    width: 100%;

}

.poster .poster-titel {
    position: absolute;
    bottom: -7px;
    font-size: 28px;
    left: 25px;
    opacity: 0.5;
    font-weight: 600;
    mix-blend-mode: exclusion;
    opacity: 0;

}

.poster .poster-pic:hover {
    transform: scale(1.08);
    transition: 0.5s;
}

.poster:hover .poster-titel {
    opacity: 1;
    
}

.misere{
    position: relative;
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: auto;
    overflow: hidden;
    scroll-snap-align: center;
}

.misere .misere-titel {
    position: absolute;
    bottom: -7px;
    left: 25px;
    opacity: 0.5;
    font-weight: 600;
    font-size: 28px;
    mix-blend-mode: exclusion;
    opacity: 0;
}

.misere .misere-pic{
    width: 100%;
}

.misere .misere-pic:hover {
    transform: scale(1.08);
    transition: 0.5s;
}

.misere:hover .misere-titel {
    opacity: 1;
    transition: 0.5s;
}




.button {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 40%;
    height: 130px;
    width: 130px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    opacity: 0;
}

.button img {
    position: absolute;
    width: 55%;
    height: 55%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 22%;

 }

 .button:hover img {
     opacity: 0.5;
 }


/* ------------------LEFT--------FOOTER------------- */


p {
    font-size: 26px;
    color:white;
    line-height: 1.2;
    
}



.main {
    position: absolute;
    display: block;
    background-color: #0b2f49;
    scroll-snap-align: end;
    height: auto;
    padding: 30px;

       
    
}

.main .resume {
    font-size: 22px;   
    margin-bottom: 100px;
}

.resume a {
    color: white;
    text-decoration: none;
    opacity: 0.5;

}

.resume a:hover {
    opacity: 1;
    transition: 0.5s;
}


.me {
    background-color:black;
    height: 300px;
    width: 220px;
    margin-bottom: 50px;
    
}

.me img {
    width: 100%;
    
}


.about {
    height: auto;
    margin-bottom: 50px;
    color: blueviolet
}



.about a {
    color: gray;
    text-decoration: none;
}

.about a:hover {
    color: white;
    transition: 0.5s; 
}

.left-column {
    
    height: auto;
    width: 30%;
    float:left;
    margin-bottom: 30px;

}

.left-column p {
 font-size: 20px;

}

.left-column span{
    
    line-height: 2;
   
}

.right-column{
  
    height: auto;
    width: 60%;
    float:right;
    margin-right: 40px;
    margin-bottom: 30px;
 
}

.right-column p {
    font-size: 20px;
   
   }

.right-column span{
    
line-height: 2;
   
}
   

.footer-about {
    float: left;
    width: 100%;
    margin-bottom: -30px;

}

.footer-about p {
   font-size: 15px;
   float: right;
}

.back-to-top-right {
    float: left;
    width: 50%;
    bottom: 0px;

}

.back-to-top-right p {
    float: left;
    color: white;
    font-size: 15px;
}


.back-to-top-right .fa-chevron-up{

    transition: 0.5s;
    bottom: 20px;
  
  }



    




/* ------------------RIGHT-------FOOTER-------------- */

.contact {
    position: absolute;
    display: block;
    background-color: black;
    height: auto;
    padding: 30px;
    scroll-snap-align: end;

      
}

.contact-tel {
    
    position: absolute;
    left: 0;
    background-color:rgb(0, 0, 0);
    height: auto;
    padding: 30px;
    scroll-snap-align: center;
    display: none;
      
}



.job {
    height: auto;
    margin-top: -50px;
    margin-bottom: -30px;


}

.job p {
    font-size: 55px;
    line-height: 1;
    
}

.mail-tel {
    
    height: auto;
    width: 50%;
    float:left;
    margin-bottom: 30px;

}

.mail-tel a {
    
   color: white;
   text-decoration: none;
}

.mail-tel a:hover {
    
    color: grey;
    transition: 0.5s;

 }



.adres {
    
    height: auto;
    width: 50%;
    float: left;
    margin-bottom: 100px;
  

}

.adres a {
    
   color: white;
   text-decoration: none;

}

.adres a:hover {
    
    opacity: 0.5;
    transition: 0.5s;
 
 }

 .footer-contact {
   
    float: left;
    width: 100%;


 }

 .back-to-top {
     position: absolute;
     bottom: 0;
     left: 30px; 

 }



 .back-to-top:hover .fa-chevron-up{

    transition: 0.5s;
    bottom: 20px;
  
  }



.fa-chevron-up {

    position: absolute;
    padding-left: 4px;
     color: white;
     -webkit-text-stroke: 1.5px#0b2f49;
     left: 90px;
     bottom: 18px;
     
 }

 



.back-to-top p {
    float: left;
   font-size: 15px;
  

}

 .socials {
    position: absolute;
    right: 30px;
    bottom: 10px;

    font-size: 23px;
    word-spacing: 5px;

 }

 .follow-me p {
    
     margin-bottom: 5px;
     color: white;
     font-size: 15px;
     

 }



 .fa-vimeo {
    color: white;
    text-decoration: none;
    
}

.fa-vimeo:hover {
    opacity: 0.5;
    transition: 0.5s;   
    
}



.fa-instagram {
    color:white;
    text-decoration: none;
    
}

.fa-instagram:hover {
    opacity: 0.5;
    transition: 0.5s;   
    
}

.fa-behance {
    color:white;
    text-decoration: none;
    
}

.fa-behance:hover {
    opacity: 0.5;
    transition: 0.5s;   
    
}

.fa-linkedin {
    color:white;
    text-decoration: none;
    
}

.fa-linkedin:hover {
    opacity: 0.5;
    transition: 0.5s;   
    
}

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




   .contact .adres {
    
       width: 100%;
    
     
             
           }

           .contact .mail-tel {

            width: 100%;

           margin-bottom: 0;
           }

}

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

    .left-up .branding {
        padding-top: 150px;
        padding-bottom: 30px;

    }

    .right {
    
        display : inline;
        position: static;
    }

    .left {
        display : inline;
        position: static;
    }

    .contact {
        display: none;
        
    }
    
    .contact-tel {
        display: block;
    }

    .main {
        display: inline;
    }

    

    .left-up  {
        min-height: 350px;
    }

    #loader-wrapper {
        visibility: hidden;
    }



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

    .header .work{
        display: none;
    }

    .header .contact_header {
        display: none;
    }

    .header .about_header {
        right: 30px;

    }

    .contact-tel .adres {
    
 float: none;
 width: 100%;
      
    }

    .contact-tel .mail-tel {
    
    
        width: 100%;
             
           }

           .back-to-top p {
               font-size: 22px;
           }

           .fa-chevron-up {
               bottom: 25px;
               left: 130px;
           }

           .back-to-top:hover .fa-chevron-up{

           
            bottom: 28px;
          
          }

    

          .contact-tel .socials {
              font-size: 32px;
              float: none;
    
          }

          .socials p {
              font-size: 22px;
              bottom: 28px;
          }
    .job p {
        font-size: 10vw;
    }
}


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

    .left-up .branding {
        padding-top: 80px;
        padding-bottom: 30px;
    }



    .job p {
        font-size: 11vw;
    }
    
}


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

    .contact-tel .socials {
        position: absolute;
        left: 25px;
        bottom: 75px;
    }

    .contact-tel .back-to-top {
        bottom: 10px;
        width: 100%;
    }

    .contact-tel .adres {
        margin-bottom: 170px;
    }
    
}
}
