@charset "utf-8";

/* CSS Document */

body {

	margin: 0;
	padding: 0;
	background: #000;
	font-size:16px;	
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

* {margin:0; padding:0;}

::selection {
  background: #7200ff; /* WebKit/Blink Browsers */
  color:#f9f9f9;
}
::-moz-selection {
  background: #7200ff; /* Gecko Browsers */
  color:#f9f9f9;
}

.home {
	width:100%;
	height:100vh;
	background-color: #DCD9D4; 
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), radial-gradient(at 50% 0%, rgba(255,255,255,0.10) 0%, rgba(0,0,0,0.50) 50%); 
	background-blend-mode: soft-light,screen;
	position: relative;
	top:0;
	left:0;
	z-index: 4;
	display:flex;
}

.work {
	position: relative;
	z-index: 5;
	-webkit-overflow-scrolling: touch;
	background: #000;
}

.project {
	position:relative;
	height:100vh;
	overflow: hidden;
	z-index: 3;

}

.grad {
	background: rgba(0, 0, 0, 0) radial-gradient(at right center , rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)) repeat scroll 0 0;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
}

.project_bg {
	position:relative;
	width:100%;
	height:100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}

#sectitle {
	font-family: expanded, sans-serif;
	font-size: calc(11px + (12 - 11) * ((100vw - 300px) / (1920 - 300)));
	line-height: calc(11px + (12 - 11) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 700;
	letter-spacing: 2px;
	color:#fff;
	text-align: left;
	position: fixed;
	top:5%;
	left:4%;
	opacity:.8;
	z-index: 5;
	opacity:0;
	transition: all .4s ease-out;

}

#sectitle a {
    text-decoration:none;
    color:#fff;
}

h1.logo {
	width: 120px;
	margin: 0;
	top: 8%;
	left: 50%;
	margin-left: -60px;
	padding: 0;
	position: absolute;
	z-index: 4;
	transition: all .4s ease;

}

h2.mainTitle {
	font-family:"Schnyder"; font-size-adjust:0.5; font-weight:500; font-style:normal;
	font-size: calc(52px + (92 - 52) * ((100vw - 300px) / (1920 - 300)));
	line-height: calc(50px + (90 - 50) * ((100vw - 300px) / (1920 - 300)));
	letter-spacing: .5px;
    margin: 0;
    position: absolute; 
    z-index: 2;                                     
    transform: translate(0, -50%);
    text-align: center;
    width:80%;
    padding:0% 10% 0% 10%;
    color:#000; 
    top:42%;  
}

.mainTitle span {
    display:block;
}

h2.mainProjectTitle {
	font-family:"Schnyder"; font-size-adjust:0.5; font-weight:500; font-style:normal;
	font-size: calc(44px + (108 - 44) * ((100vw - 300px) / (1920 - 300)));
	line-height: calc(44px + (102 - 44) * ((100vw - 300px) / (1920 - 300)));
	letter-spacing: .5px;
    margin: 0;
    position: absolute; 
    z-index: 2;                                     
    transform: translate(0, -50%);
    text-align: center;
    width:80%;
    padding:0% 10% 0% 10%;
    color:#fff; 
    top:42%;
}

h2.allProjects {
	font-family:"Schnyder"; font-size-adjust:0.5; font-weight:500; font-style:normal;
	font-size: 3vw;
	line-height: 3vw;
	letter-spacing: .5px;
    margin: 0;
    text-align: center;
    padding:4vw 8vw;
    background: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
    color:#fff; 
}

h2.allProjects a {
	text-decoration:none;
    color:#fff; 
}

h2.mainProjectTitle a {
    color:#fff; 
    text-decoration: none;
}


h3.mainSubtitle {
	font-family: light, sans-serif; 
	font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
	line-height: calc(20px + (24 - 20) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 100;
	letter-spacing: 1.5px;
	color:#000;
    margin: 0;
    position: absolute; 
    z-index: 2;             
    bottom:4%;
    margin:0;
    transform: translate(0, -50%);
    text-align: center;
    width:60%;
    padding:0% 20% 0% 20%;                         

}

h3.mainProjectSubTitle {
	font-family: light, sans-serif; 
	font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
	line-height: calc(20px + (24 - 20) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 100;
	letter-spacing: 1.5px;
	color:#fff;
    margin: 0;
    position: absolute; 
    z-index: 2;             
    bottom:4%;
    margin:0;
    transform: translate(0, -50%);
    text-align: center;
    width:60%;
    padding:0% 20% 0% 20%;                         

}

h3.mainProjectSubTitle a{
	text-decoration: none;
	color:#fff;
                   
}

span.line {
	display:block;
	height:6%;
	width:1px;
	margin:0;	
	position: absolute;
	left:50%;
	bottom:0;
	background: #000;
}

.scroll {
	font-family: expanded, sans-serif;
	font-size: calc(10px + (12 - 10) * ((100vw - 300px) / (1920 - 300)));
	line-height: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 700;
	letter-spacing: 2px;
	color:#fff;
	text-align: center;
	display: block;
	transition: all .4s ease .8s;
	cursor: pointer;
	padding-top: 4%;
	padding-bottom:1%;
	
}

.readmore {
	font-family: expanded, sans-serif;
	font-size: calc(11px + (12 - 11) * ((100vw - 300px) / (1920 - 300)));
	line-height: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 700;
	letter-spacing: 2px;
	color:#fff;
	text-align: center;
	padding: 10px;
	display: block;
	transition: all .4s ease .08s;
	cursor: pointer;
	padding-top: 2%;
	transform:scale(1);
}

.faux_sectitle {
	font-family: expanded, sans-serif;
	font-size: calc(11px + (12 - 11) * ((100vw - 300px) / (1920 - 300)));
	line-height: calc(11px + (12 - 11) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 700;
	letter-spacing: 2px;
	color:#fff;
	text-align: left;
	position: fixed;
	top:5%;
	left:4%;
	opacity:.8;
	z-index: 3;
}


