/* -------stylesheet----------/* 
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}


/*-----algemeen-----*/
a{
  text-decoration: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-text-stroke: inherit;
}
body{
  background-color: #161616;
  width: 100vw;
  height: 100vh;
  /* margin: 0 30px 0 30px !important; */
  overflow-x: hidden;
  overflow-y: scroll;
}
body::-webkit-scrollbar {
  display: none;
}
html {
  scrollbar-width: none;
  font-size: 100%;
}
.cursorcircle {
  position: fixed;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  left: -100px;
  top: 50%;
  mix-blend-mode: difference;
  background-color: transparent;
  z-index: 10000;
  border: 1px solid white;
  height: 50px;
  width: 50px;
  transition: all 200ms ease-out;
}
section{
  display: block;
}
p{
  font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h4{
  font-family: Arial, Helvetica, sans-serif;
}
.container{
  width: 100%;
  padding-right: 4vw;
  padding-left: 4vw;
  margin-right: auto;
  margin-left: auto;
}
.vh-100{
  height: 100vh!important;
}
div{
  display: block;
}
img { 
  max-width: 100%; 
  height: auto; 
}
.scrollfadein{
  transition: all .2s;
}

/* homepage */
nav.nav-row{
  flex-wrap: wrap;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  position: fixed;
  top: 1.4rem;

  z-index: 900;
  mix-blend-mode: difference;

  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  letter-spacing: 1px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  align-items: center;
}
.nav-logo{
  padding-left: 2vw!important;
}
.nav-menu-contact{
  color: #fff;
  padding-right: 2vw!important;
  justify-content: space-between !important;
  flex: 0 0 auto;
  display: flex !important;
  width: 80%;
}
h5.navbar:hover{
  color: transparent;
  -webkit-text-stroke: 0.8px #fff;
}
@media (min-width: 1200px){
  .navbar{
    flex: 0 0 auto;
    width: 16.666%;
  }
}
@media (min-width: 768px){
  .navbar{
    width: 25%;
  }
}


section#header-container{
  opacity: 1;
  pointer-events: all;
}
.white-layer{
  height: 100vh;
  width: 100vw;
  position: absolute;
  background-color: #fff;
  transform: scale(1,0);
}
.home-page{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: auto;
  margin: 0 8vw;
}
header.siteheader{
  position: relative;
}
.header-text{
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 10px 10px 10px;
  font-size: 7vw;
}
#header-text-1{
  color: rgb(255, 255, 255);
  text-align: left;
  -webkit-text-stroke: 1px #fff;
}
#header-text-2{
  color: royalblue;
  text-align: left;
}
#header-text-3{
  color: #4169e1;
  text-align: left;
}
h4.header-subtitle{
  text-align: left;
  font-size: 2vw;
  color: white;
  padding: 0 10px 0 15px;
  margin-bottom: -10px;
  font-family: Arial, Helvetica, sans-serif;
}
span.italic-subtitle{
  color: royalblue;
  text-decoration: wavy;
  font-style: italic;
}

/* devider */
.wid-row{
  bottom: 1.5rem;
  position: absolute;
  padding-top: 7rem;
  mix-blend-mode: difference;
  opacity: 1;
  transform: translate(0px,0px);
  visibility: inherit;

  width: 100%;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1vw;
  color: #fff;
  
  align-items: center;

  z-index: -2;
}
.row{
  flex-wrap: wrap;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  top: 1.4rem;
  z-index: 900;
  mix-blend-mode: difference;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  margin-left: 4vw;
  margin: auto;

  align-items: baseline;
}
a.wid-a{
  font-size: 0.9rem;
}
.wid-row-text{
  padding-right: 3rem;
}
.wid-row-left{
  text-align: right;
  padding-left: 2vw;
}
.wid-row-right{
  text-align: right;
}
.scroll-animation{
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  transform: rotateX(50deg);
}
span.arrow-down{
  font-size: 3vw;
  opacity: 1;
  transform: translate(0px,0px);
  color: transparent;
  -webkit-text-stroke: 1px white;
}
.-a1{
  animation: down 2s linear infinite;
}
.-a2{
  animation: down2 2s linear infinite;
  animation-delay: 0.1s;
}
.-a3{
  animation: down3 2s linear infinite;
  animation-delay: 0.2s;
}
@keyframes down{
  0%{
    opacity: 0.3;
    transform: translateY(-10px);
  }
  100%{
    opacity: 1;
    transform: translateY(10px);
  }
}
@keyframes down2{
  0%{
    opacity: 0.3;
    transform: translateY(-20px);
  }
  100%{
    opacity: 1;
    transform: translateY(20px);
  }
}
@keyframes down3{
  0%{
    opacity: 0.3;
    transform: translateY(-30px);
  }
  100%{
    opacity: 1;
    transform: translateY(30px);
  }
}

@media (min-width:1200px) {
  .text-start{
    text-align: left;
  }
}

/* about */
section#about-container{
  padding-top: 50px;
}
.about-section{
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  position: relative;
  justify-content: space-between;
  margin: auto;
}
p.-text{
  font-size: 1.8vw;
  line-height: 0.8;
  text-align: justify;
  color: white;
  width: 75%;
  line-height: 2.3vw;
}
span.italic-about-1{
  font-style: italic;
  color: royalblue;
}
span.italic-about-2{
  font-style: italic;
}
.about{
  position: relative;
  width: 50%;
}
.-colum-left{
  margin: auto;
}
.-colum-right img{
  height: 400px;
  width: 300px;
  border-radius: 5px;
  filter: grayscale(100%);
}
h5.about-colum-text{
  font-size: 1vw;
  color: royalblue;
}
.moreknop{
  position: relative;
  margin-top: 30px;
  width: 150px;
  left: 50%;
  transform: translatex(-50%) rotate(-10deg);
}
span.more-info{
  width: 50px;
  font-size: 1.4vw;
  font-weight: 600;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-transform: uppercase;
  color: #4169e1;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
  text-align: center;
  line-height: 1.8vw;
}
span.more-info:hover{
  color: #fff;
}
img.more-info-knop{
  height: 100%;
  animation: spinning 20s linear infinite;
}
/* divider */
.seperator{
  width: 120vw;
  transform: translateX(-100,10);
  border-right: solid 1px #fafafa;
  border-left: solid 1px #fafafa;
  position: relative;
  z-index: 9;
  justify-content: center;
  margin-top: auto;
  text-transform: uppercase;

  white-space: nowrap;
  font-size: 2vw;
  font-family: Arial, Helvetica, sans-serif;

  margin-top: 10rem;
}
.seperator-top{
  transform: translate(0%, 20%);
}
.seperator-bottom{
  margin-top: 5px;
  transform: translate(0%, -20%);
  transform: scale(1, -1);
}
span.sep-b{
  color: royalblue;
}
span.sep-w{
  color: white;
}
/* work */
.slidein{
  position: relative;
  margin-top: 10rem;
  left: 0px;
  width: 600px;
}
span.slide-in-text{
  font-size: 5vw;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-transform: uppercase;
  /* color: transparent;
  -webkit-text-stroke: 1px #fff; */
  color: #fff;

}
.homepage-work-container{
  margin: 2rem auto;
  display: grid;
  width: auto;
  max-width: 70vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;

}
.work-grid-tumb-right{
  margin-top: 80px;
}
.grid-img{
  width: 350px;
  height: 450px;
}
.grid-img img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.grid-text{
  padding-top: 10px;
  width: 60%;
}
h3.grid-title{
  color: transparent;
  -webkit-text-stroke: 1px white;
  font-size: 2.3vw;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-transform: uppercase;
}
h4.grid-subtitle{
  padding-top: 5px;
  font-size: 1.2vw;
  font-family: Arial, sans-serif;
  color: #fff;
}
a.grid-tumb{
  display: flex;
  height: auto;
  width: auto;
  flex-direction: column;
  align-items: flex-start;
}
.scroll-animation.toright{
  transform: rotate(-90deg);
  font-family: Arial, sans-serif;
  margin-left: 40px;
}
span.arrow-down.mw{
  font-size: 1.3vw !important;
  animation: none;
}
/* .see-all{
  position: relative;
  max-width: 60%;
  align-items: center;

} */
a.others:hover span.arrow-down{
  -webkit-text-stroke: 1.2px #4169e1;
}

/* footer */
section#contact-container{
  bottom: 1rem;
  position: relative;
  padding-top: 7rem;
  mix-blend-mode: difference;
  opacity: 1;
  transform: translate(0px,0px);
  visibility: inherit;

  width: 100%;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1vw;
  color: #fff;
  
  align-items: center;
}
.footer-row-container{
  bottom: 0;
  flex-wrap: wrap;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  top: 1.4rem;
  z-index: 900;
  mix-blend-mode: difference;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  margin-left: 4vw;
  margin: auto;

  align-items: baseline;
}
.footer-row-text{
  padding-right: 3rem;
}
.footer-row-left{
  text-align: right;
  padding-left: 2vw;
}
.footer-row-right{
  text-align: right;
  padding-right: 2vw;
  width: auto;
}
ul.footer-list-row{
  justify-content: space-between;
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
}
li.socialmedialink{
  display: inline-block;
  text-align: center;
}
li.socialmedialink.-middlelink{
  color: #4169e1;
}
li.socialmedialink:hover{
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.divider-container{
  position: relative;
  display: block;
  width: 7rem;
  height: 7rem;
  margin: 4rem auto 0rem;
}
.asset-wheel{
  position: absolute;
  height: 100%;
  width: 100%;
  animation: spinning 12s linear infinite;
}
.asset-wheel img{
  width: 100%;
  height: 100%;
}

@keyframes spinning{
  0%{
    transform: rotate(0deg)
  }
  100%{
    transform: rotate(360deg)
  }
}







/* contact page------------------------ */
.onepage{
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
.-contact{
  font-size: 4vw;
  /* max-width: 600px; */
  padding: 10px;
}
.header-text.-contact:hover{
  color: #4169e1;
  font-size: 4.01vw;
  cursor: pointer;
}

.spinning-animation{
  position: relative;
  margin-top: 30px;
  width: 150px;
  left: 50%;
  transform: translatex(-50%);
}
.spinning-animation img{
  height: 100%;
  width: 100%;
  animation: spinning 20s linear infinite;
}
span.more-info.-contact{
  text-align: left !important;
  font-size: 1.5vw !important;
  
}

/* menu page-------------------- */
.-menu{
  font-size: 4vw;
  max-width: 600px;
  padding: 10px;
}
h1.header-text.-menu:hover{
  color: transparent !important;
  -webkit-text-stroke: 1px #4169e1 !important;
}

/* work page--------------------- */
.workpage-work-container{
  margin: 2rem auto;
  display: grid;
  width: auto;
  max-width: 90vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}
.wgrid-tumb-right{
  margin-top: 80px;
}
.wgrid-img{
  width: 550px;
  height: 400px;
  background-color: #fafafa;
  border-radius: 10px;
}
.wgrid-img img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.wgrid-img video{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.wgrid-text{
  padding-top: 10px;
  width: 60%;
}
h3.wgrid-title{
  color: transparent;
  -webkit-text-stroke: 1px white;
  font-size: 2.3vw;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-transform: uppercase;
}
h4.wgrid-subtitle{
  padding-top: 5px;
  font-size: 1.2vw;
  font-family: Arial, sans-serif;
  color: #fff;
}
a.wgrid-tumb{
  display: flex;
  height: auto;
  width: auto;
  flex-direction: column;
  align-items: flex-start;
}
.scroll-animation.toright{
  transform: rotate(-90deg);
  font-family: Arial, sans-serif;
  margin-left: 40px;
}
span.arrow-down.mw{
  font-size: 1.3vw !important;
}



/*  about page---------------------*/
h4.header-subtitle.-about{
  width: 600px;
}
span.italic-subtitle.-white{
  color: #fff;
}
.wid-row-right img{
  position: absolute;
  height: 480px;
  width: 400px;
  right: 10vw;
  border-radius: 5px;
  filter: grayscale(100%);
}
.aintro-section-container{
  margin-top: 7rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-around;
  max-width: 800px;
}
.aintro-links{
  width: 50%;
  text-align: right;
  padding-top: 10px;
}
a.sm-link{
  font-size: 2vw;
  color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-text-stroke: 1px #4169e1;
  text-transform: uppercase;
}
a.sm-link:hover{
  -webkit-text-stroke: 1px #fff;
}
.aintro-text{
  max-width: 500px;
  font-size: 1.6vw;
  color: white;
  line-height: 1.8vw;
  width: 60%;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
}
p.aintro-text-1,
p.aintro-text-2{
  padding-bottom: 30px;
}

/* skills sectie */
section#mam-skills-container{
  margin-top: 10rem;
}
.baan-css{
  margin-top: 3rem;
  display: flex;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 300;
  padding: 30px;

  width: 500px;
}
.baan-css, 
.baan-items{
  animation: banen 30s linear infinite;
}
@keyframes banen{
  0%{
    transform: translateZ(0);
  }
  100%{
    transform: translate3d(-100%,0,0);
  }
}
ul.skills-list{
  align-items: center;
  display: flex;
  justify-content: center;
  will-change: transform;
  margin: 0;
  padding: 0;
  list-style: none;
}
.s1{
  line-height: 0.9;
  letter-spacing: -.03em;
  font-size: 1.5vw;
  color: white;
  margin: 0 3rem;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.s1:hover{
  color: #4169e1;
}
.mam-skills{
  margin-top: 3rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-around;
}
.mam-skills-text{
  max-width: 500px;
  color: #fff;
  text-align: left;
  padding: 20px;
  font-size: 1.6vw;
  text-align: justify;
  position: relative;
  line-height: 1.8vw;
}
.wheel1{
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  width: 150px;
  position: relative;
  padding-left: 2vw;
}
h2.section-title{
  font-size: 5vw;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  color: #fafafa;
  right: 4vw;
  text-align: right;
}
/* together */
.about-worktogether-text{
  position: relative;
  margin: auto;
  margin-top: 10rem;
  text-align: center;
  padding: auto;
  width: 800px;
}
.about-worktogether-text img{
  width: 150px;
  padding: 2rem;
}
h2.worktogether{
  padding: auto;
  text-align: center !important;
  font-size: 4vw;
  color: rgb(255, 255, 255);
  text-align: left;
  -webkit-text-stroke: 1px #fff;
  text-transform: uppercase;
  font-weight: 500;
}


/* project page-------------------- */
h4.header-subtitle.-projecttext{
  width: 800px;
}
.wid-row-right.-project{
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  padding-bottom: 50px;
  line-height: 1.5vw;
}
.wid-row-text.-top{
  color: #4169e1;
  font-weight: 600;
  font-size: 1.2vw;
}
.wid-row-text.-below{
  color: #fff;
  font-weight: 400;
  font-size: 1.1vw;
}
.-projectpage{
  margin-top: 3rem !important;
  align-items: center;
  justify-content: center;
}

p.project-text{
  padding-top: 1rem;
  text-align: left;
  color: #fff;
  font-size: 1.2vw;
  line-height: 1.5vw;
}
section.others-section{
  margin-top: 10rem;
}
.others-container{
  margin: auto;
  position: relative;
  max-width: 600px;
}
a.others{
  display: block;
  padding-top: 2rem;
  font-size: 2.5vw;
  text-align: center;
  color: #4169e1;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 600;
}
a.others:hover{
  color: transparent;
  -webkit-text-stroke: 1px #4169e1;
}
.scroll-animation.-toleft{
  transform: rotateX(90deg);
}
video.websitevideo{
  position: relative;
  left: 0;
  top: 0;
  opacity: 1;
}



/* MEDIA-------------------MEDIA--------------MEDIA */
/* @media (min-device-width:600px) {
  img[data-src-600px] {
      content: attr(data-src-600px, url);
  }
}

@media (min-device-width:800px) {
  img[data-src-800px] {
      content: attr(data-src-800px, url);
  }
} */

@media only screen and (max-width: 1200px) {
  .workpage-work-container{
    grid-column-gap:50px;
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 720px) {
  /* img{
    width:100%;
  } */
  .wgrid-tumb-left{
    display: block;
    width: 100%;
  }
  .wgrid-tumb-right{
    display: block;
    width: 100%;
  }
  .workpage-work-container{
    grid-template-columns: 1fr;
    grid-row-gap: 48px;
  }
}
@media only screen and (min-width: 576px) {
  .wgrid-tumb-left{
    display: block;
  }
  .wgrid-tumb-right{
    display: block;
  }
}


/* @media only screen and (max-width:320px) {

  main {width:95%;  margin: 0 auto; }

  #header {width:100%; }
  
  #content {width:100%; }
  
  #sidebar {width:100%; }
  
  #footer {width:100%; }
}

@media (min-width: 768px) {

  main {width:90%;  margin: 0 auto; }

#content {width:70%; float:left; }

#sidebar {width:30%; float:right; }

}

@media (min-width: 1200px) {

  main {width:90%;  margin: 0 auto; }

} */