

*{
    margin: 0;
    padding: 0;
}

html{
    
}

body{
   font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    -webkit-font-smoothing: antialiased;
}

body.about-page{
    background-color: #eceae9;
    z-index: 1;
}
a {
    cursor: pointer;
}

.content-desktop {
    display: inline-block;
    vertical-align: text-bottom;
}

nav{
    display: block;
    float: right;
    margin: 2% 2% 2% 0;  
    font-size: 18px;
    line-height: 16px;
}

nav a{
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    color: #000;
    letter-spacing: 0.2ex;
}

hr.stroke {
    width: 100%;
    z-index: 100;
}

hr.stroke_cv {
    width: 100%;
    z-index: 100;
    margin-top: -5%;
    margin-bottom: -5%;
}


video{
    
    margin-top: 100px;
    margin-bottom: 100px;
}

.be {
    float: right;
    margin-right: 10px;
}


projects, project {
    position: relative;
    clear: both;
    width: 100%;
    display: block;
    padding-top: 6%;

}

projects a {
    
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  float: left;
  display: block;
  position: relative;
  width: 50%;
  height: 50%;
  color: #000;
  text-decoration: none;
  overflow: hidden;
  position: relative;

}
projects a img{
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: -webkit-transform cubic-bezier(.17,.67,.83,.67) 3s;
}


projects a span{
    position: absolute;
    opacity: 0;
    font-size: 8vw;
    line-height: 9vw;
    letter-spacing: -0.04ex;
    padding: 1.8%;
    padding-right: 1.8%;
    top: 0px;left:0px;right:0px;bottom:0px;
    //-webkit-transform: scale(1.05);
    -webkit-transition: opacity linear .2s;

}
projects a span i{
    display: block;
    color: #000;
    
}

project img{
    width: 100%;
    display: block;
}
project .info{
    width: 94%;
    margin: 0 1.8% 4%;
}
project h1{
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 600;
    font-size: 9rem;
    margin-bottom: 4%;
    line-height: 10rem;
    letter-spacing: -0.04ex;
}

project p{
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: -0.027777777777777776rem;
   
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70.5%;
}

.info a{
    text-decoration: underline;
    text-decoration-thickness: 1px;
    color: #000;
}
project iframe
{
    display: block;
    background-color: #f0eee6;
}

project a.next{
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
    color: #000;
    text-transform: uppercase;
    height: 120px;
    padding: 100px 0;
    display: block;
    text-align: center;
    letter-spacing: 0.05ex;
    position: relative;
    text-decoration: none;
    
}
project a.next:before{
    content: "";
    display: block;
    width: 1px;
    background-color: #000;
    height: 100px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
}
project a.next span{
     position: relative;
    z-index: 1;  
}
project a.next:after{
    content:"";
    width: 100%;
    height: 320px;
    background-color: #fff;
    position: absolute;
    left:0;
    top: 0;
    -webkit-transition: opacity linear .2s;
}
project a.next:hover:after{
    opacity: 0;  
}

.me h2{
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
    font-weight: 400;
    font-size: 160px;
    color: #000;
    margin-bottom: 50px;

}

.me p{
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: -0.05ex;
    position: relative;
    width: 65%;

}


.me{
    width: 94%;
    margin: 0 1.8% 1.8%;
    display: block;
}


.me a{
    text-decoration: underline;
    color: #000;
}

about img{
    width: 30%;
    margin: 0 64% 0;
    position: absolute;
}

.newlogo{
    margin: 1.8% 1.8% 0;
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 4.6rem;
    letter-spacing: 2ex;
    color: black;
}
.newlogo2{
    margin: 1.8% 1.8% 0;
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 4.6rem;
    letter-spacing: 2ex;
    color: black;
}

.lastname{
        font-weight: 300;
}

.n{
        font-weight: 300;
        letter-spacing: 0ex;

}

.logohover a:hover {
  background-color: tan;
}

about{
position: relative;
clear: both;
width: 100%;
display: block;
padding-top: 10%;
}

.more h3{
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 6rem;
    line-height: 6rem;
    letter-spacing: -0.04ex;
    color: #000;
    margin-bottom: 40px;

}

.more p{
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: -0.05ex;
    margin-bottom: 7%;

}

.more{
    width: 94%;
    margin: 7% 1.8% 1.8%;
    display:block;

}

.more a{
    text-decoration: underline;
    text-decoration-thickness: 3px;
    color: #000;
}


.spacer{
    
    height: 0.1rem;
    background-color: #000;  
}

.spacer p {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3rem;
    line-height: 6rem;
    letter-spacing: -0.05ex;
    margin: 1.8% 1.8% 1.8%;
    top: 10%
}

project span{
    text-align: center;
    display: block;
}

.insidetext h5{
    font-family: aktiv-grotesk, sans-serif;;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: -0.027777777777777776rem;
    margin-bottom: 50px;
    margin-top: 50px;
    display: block;
    color: #000;
    width: 60%;
    text-align: left;
    margin: 3% 18% 3%;
}



@media screen and (min-width: 1800px){
    projects a{
        width: 33.333%;
        height: 33.333%;
    }
    
       about img{
        width: 30%;
        margin: 0 66% 0;
        position: absolute;
           z-index: 100;
    }
    
    .more{
    width: 60%;
    margin: 7% 1.8% 1.8%;
    display:block;

}
}
@media screen and (max-width: 700px){
    
    projects, project{
        padding-top: 20%;
    }
    

    projects a{
        width:100%;
    }
    
    
    #yaelco {
        height: 10px;
        margin-top: 5%;
        margin-bottom: 5%;

    }
    
    projects a span{
        position: relative;
        opacity: 1;
        top:0; left:0;right: 0;bottom: 0;
        display: block;
        font-size: 30px;
        line-height: 42px;
        padding: 10px;
    }
        
    .be {
        display: none;
    }
    
    about img{
        margin: 0 2.6% 0;
        position: relative;
    }
    
    project .info {
    width: 96%;
    margin: 0 2% 2%;
    }
    
    project iframe{
        height: 250px;    
    }
    
    project h1{
        font-size: 60px;
        line-height: 66px;
        width: 96%;
        margin: 0 2% 11%;
        word-wrap: break-word;
    }
    
    project p{
        font-size: 22px;
        line-height: 37px;
        width: 96%;
        margin: 0 2% 2%;
    }

    .insidetext h5{
        font-size: 22px;
        line-height: 37px;
        width: 96%;
        margin: 2% 2% 2% 2%;
    }
    
    project a.next{
    font-size: 16px;
    padding: 50px 0;
    }
    
    project a.next:after{
        height:20px;
    }
    
    .me h2{
    font-size:60px;
    margin-bottom:30px;
    }
    
    about{
    padding-top:20%;
    }
    
    .me p{
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 7%;
    width: 96%;
    margin: 0 2% 2%;

    }
    
    .me{
        width: 96%;
    }
    
    .more{
        width: 96%;
    }
        
    .more p{
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 7%;
    width: 96%;
    margin: 0 2% 8%;
    }
    
    .more h3{
    font-size: 60px;
    line-height: 62px;  
    margin-bottom: 0;
    width: 96%;
    margin: 12% 2% 5%;
    }
    
    nav{
    font-size: 16px;
    line-height:10px;
    margin-top: 5%;
    margin-bottom: 5%;
    }

    video{
    margin-top: 50px;
    margin-bottom: 50px;
    }

    .spacer p {
    font-size: 30px;
    line-height: 52px;
    }
    
hr.stroke_cv {
    width: 100%;
    z-index: 100;
    margin-top: -1%;
    margin-bottom: -1%;
}

.newlogo{
    margin: 1.8% 4% 0;
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 4rem;
    letter-spacing: 2ex;
    background-color: tan;
}
    .newlogo2{
    margin: 1.8% 4% 0;
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 4rem;
    letter-spacing: 2ex;
    color: black;
}

.lastname{
        font-weight: 300;
}
    
    .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.arrow-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.4em;
  vertical-align: middle;
}
.arrow-icon svg{ display:block; }




.arrow-icon svg{
  stroke-width: 1.2;
}

    
}