html{
	height:100%;
}

body{
	padding: 0px;
    box-sizing: border-box;
	margin:0px;
    height: 100%;
    width: 100%;
	color:black;
	font-size:10px;
	font-family: 'Montserrat', sans-serif;
	background:#FFF;
    overflow-y: scroll;
    white-space: normal;
}
body.exp{
    overflow-y: hidden;
}

::-webkit-scrollbar{ 
    display: none;
}

h1{
    font-size: 12vw;
    line-height: .8em;
    position: fixed;
    top:50%;
    transform: translateY(-50%);
    letter-spacing: -3px;
    left: 3vw;
    margin: 0px; 
    font-weight: 900;
    color:black;
    text-transform: uppercase;
    word-break: break-all;
}
h2{
    font-size: 8vw;
    line-height: .8em;
    position: fixed;
    top:50%;
    transform: translateY(-50%);
    left: 3vw;
    color: white;
    font-weight: 900;
    margin: 0px;
    pointer-events: none;
    
}
section.intro h2{
    font-size: 16vw;
    
}
section.inview h1, section.inview h2, section.inview .down{
    visibility: visible;
}

p{
	font-size:1.8em;
	font-weight: 400;
	line-height:1.8em;
	margin:0px;
}
.logo{
    font-size: 3vw;
    line-height: .8em;
    position: fixed;
    top:3vw;
    left:3vw;
    font-weight: 900;
    clip: rect(0px, auto, auto, 0px);
    z-index: 200;
    cursor: pointer;
    -webkit-transition: text-shadow .8s ease-in-out;
	-moz-transition: text-shadow .8s ease-in-out;
	-ms-transition: text-shadow .8s ease-in-out;
	-o-transition: text-shadow .8s ease-in-out;
	transition: text-shadow .8s ease-in-out;
}
.logo.white{
    color: white;
}section.work.exp .logo{
    mix-blend-mode: difference;
}
.down, .links{
    font-size: 3vw;
    line-height: .8em;
    position: fixed;
    color: black;
    bottom:0px;
    left:0px;
    margin: 3vw;
    font-weight: 900;
    clip: rect(0px, auto, auto, 0px);
    cursor: pointer;
}
.links a{
    text-decoration: none;
    color: black;
}
.links{
    position: static;
     margin: 2vw;
}
.links a:hover{
    text-decoration: none;
    color: blue;
}
section{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    z-index: 201;
    overflow-x: hidden;
    background-position: center center;
   
}section:last-of-type{
    margin-bottom: 0px;
}
section.inview{
    background-attachment: fixed;
    background-size: cover;
    background-blend-mode: multiply;
     -webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
    background-repeat: no-repeat;
}
section.work{
   cursor: pointer !important;
}
section.work.exp{
    overflow-y: scroll;
    overflow-x: hidden;
    cursor: default !important;
}

section.work article{
    position: absolute;
    left: 0px;
    top: 100%;
    background: #FFF;
    margin: 15px;
    -webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
section.work.exp article{
    position: absolute;
    overflow-x: hidden;
    overflow-y: hidden;
    height: auto;
    left: 0px;
    top: 50%;
}
section.work img{
    display: inline-block;
    width: 100%;
}
section.work .half img{
    display: inline-block;
    width: 50%;
    vertical-align: middle;

}
section.work .half img:nth-of-type(2){
    /*margin-left:-3px;*/

}
section.work .half{
    display: block;
    overflow: hidden;
    clear: both;
    white-space: nowrap;
}
section.work p {
    padding: 8vw 2vw;
    width: 100%;
    max-width: 80%;
    margin: auto;
    vertical-align: top;
    box-sizing: border-box;
    white-space: normal;
    text-align: center;
}
section.work p span{
    display: block;
    box-sizing: border-box;
    color: #333;
    display: inline-block;
    font-size: 1em;
    line-height: 1.7em;
    text-align: left;
    width: 50%;
    white-space: normal;
    
}
section.work p b{
    font-size: 4vw;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-weight: 600;
    line-height: .9em;
    margin-bottom: 10px;
    text-transform: uppercase;
    white-space: normal;

}
section.work .half p{
    width: 50%;
    display: inline-block;
    margin: 0px -3px;
    vertical-align: middle;
    white-space: normal;
    text-align: left;
}
section.work .half p b, section.work .half p span{
    width: 100%;
    display: block;
}

section.work p[style], section.work p[style] span{
    color: #FFF;
}
section.intro{
    -webkit-transition: background-color .1s ease-in-out;
	-moz-transition: background-color .1s ease-in-out;
	-ms-transition: background-color .1s ease-in-out;
	-o-transition: background-color .1s ease-in-out;
	transition: background-color .1s ease-in-out;
}
section.intro.hid{
    -webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
    height: 0px;
}
section.bottom{
    height: auto;
}

span.caption{
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    box-sizing: border-box;
    display: block;
    padding: 20px;
    color: #000;
    font-size: 1.6em;
    white-space: normal;
   
}
div.imgwrap.captioned span.caption{
    opacity: 1;
}
div.imgwrap{
    position: relative;
    background: #FFF;
    display: inline-block;
    cursor: pointer;
    width: 100%;
}
div.half div.imgwrap{
    width: 50%;
}
div.half div.imgwrap img{
    width: 100%;
}
div.imgwrap.captioned img{
    opacity: .1;
}


@media (max-width: 768px) {
    .logo{
     left:6vw;
     top:6vw;
    font-size:6vw;
    }
    .down, .links{
        left:6vw;
        bottom:6vw;
        font-size:6vw;
    }
    
    h1, h2{
        font-size: 15vw;
        white-space: normal;
        left: 6vw;
        width: 88vw;
        letter-spacing: -2px;
    }
    h1 br, h2 br{
        display: none;
    }
    section.work p span{
        display: block;
        width: 70% !important;
        margin: auto;
        font-size: 0.8em;
       
        text-align: center;
    }
     section.work p b{
        display: block;
        width: 70% !important;
        margin: auto;
        font-size: 1.4em;
        margin-bottom: 10px;
        text-align: center;
    }
    section.work .half{
        white-space: normal;
    }
    section.work .half p, section.work .half img{
        width: 100%;
        margin: auto;
        display: block;
        text-align: center;
    }
    div.half div.imgwrap{
    width: 100%;
    }
     section.inview{
        background-attachment: scroll;
        background-size: contain;
        background-blend-mode: multiply;
    }


}
@media (max-width: 480px) {
    h1, h2{
        word-break: break-all;
    }
    section.inview{
        background-attachment: scroll;
        background-size: contain;
        background-blend-mode: multiply;
    }
    div.half div.imgwrap{
    width: 100%;
    }
}