.black{
    background: #292929;
    font-size: 16px;
    font-family: 'Vision', 'Arial Narrow', Arial, sans-serif;
    color: #f0f0f0;
    text-align: center;
}

.web::selection{
  background-color: #f0f0f0;
  color: #333;
}
.web::-moz-selection {
    background-color: #f0f0f0;
    color: #333;
}
header{
    margin-top: 10%;
    min-height: 65vh;
}
.black a{
    color : #fff;
    text-decoration: underline;
}

.web{
    margin: 0 auto;
    width: 80%;
    max-width: 1400px;
    padding: 4em 0 0 0;

    background-size: 25% 100%;
    background-image:linear-gradient(to right, #383838 0px,
      #383838 1px,transparent 2px, transparent calc(100% + 1px));
    border-right: 1px solid #383838;


}

.backR{
    margin: 0 auto 1em;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    transition: all 0.35s ease;
    border: 1px solid #f0f0f0;
    opacity: 0;
}
.back:hover > .backR{
    animation: round 1s linear;
    opacity: 1;
}

/* add -webkit-clip-path */
@keyframes round{
    0%{
        clip-path: polygon(50% 50%, 50% 0, 50% 0, 50% 0%, 50% 0, 50% 0, 50% 0% );
    }
    10%{
        clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 0%, 100% 0, 100% 0, 100% 0% );
    }
    30%{
        clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100% );
    }
    50%{
        clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 100%, 0% 100%, 0% 100%, 0% 100% );
    }
    70%{
        clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 100%, 0% 100%, 0% 0%, 0% 0% );
    }
    80%{
        clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 100%, 0% 100%, 0% 0%, 50% 0% );
        opacity: 1;
    }
    100%{
        clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 100%, 0% 100%, 0% 0%, 50% 0% );
    }
}

.cross{
    width: 35px;
    height: 2px;
    position: absolute;
    background: #f0f0f0;
    margin-top: -42px;
    margin-left: -17px;
    opacity: .6;
    transition: all 0.4s ease;
}
.cross-1{
    transform: rotateZ(45deg)
}
.cross-2{
    transform: rotateZ(-45deg)
}

.back:hover > .cross {
    opacity: 1;
}

.web h1{
    font-family: 'Exodus';
    font-size: 6.5em;
    text-shadow: #f0f0f0 1px 0px 0px, #f0f0f0 0.540302px 0.841471px 0px,
    #f0f0f0 -0.416147px 0.909297px 0px, #f0f0f0 -0.989992px 0.14112px 0px,
    #f0f0f0 -0.653644px -0.756802px 0px, #f0f0f0 0.283662px -0.958924px 0px,
    #f0f0f0 0.96017px -0.279415px 0px;
    color:#292929;
    transition: all 0.5s ease;
    opacity: .7;
    margin-bottom: 0.2em;
    font-style: normal;
}
.web h2{
    font-size: 1.1em;
    display: inline;
    letter-spacing: 0.1em;
    font-family: 'Vision';
    font-style: normal;
    font-weight: 800;
}
.second{
    margin-left: 2em;
}
p{
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
    margin-top: 4em;
    margin-bottom: 8em;
    letter-spacing: 0.1em;
    font-size: 1.1em;
    line-height: 1.5em;
}

/* Footer style */
.black footer{
    width: 100%;
    height: 100vh;
    line-height: 100vh;
    text-align: center;
    font-family: 'Exodus';
    /*font-size: 7em;*/
  
}
.black footer a{
    text-shadow: #f0f0f0 1px 0px 0px, #f0f0f0 0.540302px 0.841471px 0px,
    #f0f0f0 -0.416147px 0.909297px 0px, #f0f0f0 -0.989992px 0.14112px 0px,
    #f0f0f0 -0.653644px -0.756802px 0px, #f0f0f0 0.283662px -0.958924px 0px,
    #f0f0f0 0.96017px -0.279415px 0px;
    opacity: 0.25;
    color:#292929;
    transition: all 0.5s ease;
}
.black footer a:hover{
    text-shadow: none;
    opacity: 0.8;
    color:#f0f0f0;
}

  
.project-link,
.project-link:before,
.project-link:after {
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
}

.project-link {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 50px;
    line-height: 50px;
    max-width: 210px;
    margin: 1em auto;
    text-transform: uppercase;
    border: 1px solid #f0f0f0;
    text-decoration: none;
    z-index: 2;
    text-decoration: inherit!important;
}

.project-link:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f0f0f0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.project-link:hover {
    color:#292929;
}
.project-link:hover:before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
            z-index: -1;
}
.pl-bottom{
    margin-top: 12vh
}

/* Gallery
========================================================================== */
.my-gallery{
    width: 100%;
    margin: 0 auto 30px;
    -webkit-box-shadow: 7px 7px 26px 0px rgba(0,0,0,.8);
    -moz-box-shadow: 7px 7px 26px 0px rgba(0,0,0,.8);
    box-shadow: 7px 7px 26px 0px rgba(0,0,0,.8);
}
figure{
    margin: 0;
    margin-top: -6px;
}
figure:last-child img {
    margin-bottom: -6px;
}
img{
    width:100%;
    display: block;
}

.pswp__bg{
    background: #151515;
}

.pswp__counter{
    display: none;
}




@media screen and (max-width: 770px){
    .web{
        width: calc(100% - 20px);
        max-width: inherit;
        background-size: 50% 100%;
        background-image:linear-gradient(to right, #383838 0px,
                    transparent 1px,transparent calc(100% + 1px));
        border-right: 1px solid #383838;
    }
    h1{
        font-size: 5em;
    }
    footer{
        font-size: 5.5em;
    }
}

@media screen and (max-width: 600px){
    .web h1, footer{
        font-size: 4em;
    }
}
@media screen and (max-width: 400px){
    .web h1, footer{
        font-size: 2.7em;
    }
}

/* Video responsive
********************/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-top: 10vh;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.no-center{
    margin-left:0;
    margin-right: inherit;
}

