@charset "utf-8";

/* CSS Document */

body {

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

.project_home {
	background-color: #e2e0d9;
	width:100%;
	height:100vh;
	position: relative;
	top:0;
	left:0;
	z-index:3;
}

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

}

.project_wrapper {
	background-color: #e2e0d9;
	position: relative;
	z-index: 3;
	-webkit-overflow-scrolling: touch;
	top:-240px;
	padding:0;
	margin:0;

}

.project_main_photo {
	position:relative;
	width:80%;
	height:50vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin:0 auto;
	box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2);
	margin-bottom:20px;
}

.project_inner_photo {
	position:relative;
	width:80%;
	margin:40px auto;
}

.project_inner_photo img {
	display: block;
	width:40%;
	margin:0 auto;
	box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.18);
}

.project_bg {
	position:relative;
	height:100vh;
	background-color:#000;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	margin: 80px 0px 80px 0px;
	z-index:6;
}

.project_quote_bg {
	position:relative;
	height:100vh;
	background-color:#000;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	margin: 80px 0px 80px 0px;
	z-index:6;
}

.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;
	top:0;
}

#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:#000;
	text-align: left;
	text-transform: uppercase;
	position: fixed;
	top:5%;
	left:4%;
	z-index: 5;
	opacity:0;
	transition: all .4s ease-out;

}

.widetitle {
	font-family: expanded, sans-serif;
	font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1920 - 300)));
	line-height: calc(16px + (18 - 16) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 700;
	letter-spacing: 2px;
	color:#000;
	text-align: center;
	display: block;
	width: 60%;
	margin:0 auto;
	text-transform: uppercase;
	padding:40px 0px 40px 0px;
	
}

.quoteBy {
	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;
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding: 8% 0%;
}

.project_title {
	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;
	color:#000;
    margin: 0;
    position: absolute; 
    z-index: 2;             
    top: 36%;                        
    transform: translate(0, -50%);
    text-align: center;
    width:80%;
    padding:0% 10% 0% 10%;  
}

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

h2.nextTitle {
	font-family:"Schnyder"; font-size-adjust:0.5; font-weight:500; font-style:normal;
	font-size: calc(108px + (188 - 108) * ((100vw - 300px) / (1920 - 300)));
	line-height: calc(108px + (188 - 108) * ((100vw - 300px) / (1920 - 300)));
	letter-spacing: .5px;
	color:#fff;
    top: 40%;
    z-index: 2;
    position:absolute;                                  
    top: 50%;                        
    transform: translate(0, -50%);
    text-align: center;
    width:60%;
    padding:0% 20% 0% 20%;
    border-bottom:none;   
}


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

p.top_blurb {
	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;
    margin:0 auto;
    text-align: center;
    width:60%;
    padding-bottom:40px;     
}

 p.main_text {
 	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;
    margin:0 auto;
    text-align: left;
    width:40%;
    padding:10px 0px 10px 0px; 
 }

 .main_text a {
 	color:#000;
 	text-decoration: none;
 	border-bottom: 1px solid #000;
 	padding-bottom: 0px;
 }

 h4.project_quote {
 	font-family:"Schnyder"; font-size-adjust:0.5; font-weight:500; font-style:normal;
	font-size: calc(40px + (60 - 40) * ((100vw - 300px) / (1920 - 300)));
	line-height: calc(48px + (60 - 48) * ((100vw - 300px) / (1920 - 300)));
	letter-spacing: .5px;
	color:#fff;
    position: absolute;              
    top: 50%;                        
    transform: translate(0, -50%);
    text-align: center;
    width:60%;
    padding:0% 20% 0% 20%;
    z-index: 2; 
 }

 .next {
	background:#000;
	position: fixed;
	z-index: 2;
	top:0;
	left:0;
	height:100vh;
	width:100%;
}

