/*importing the reset CSS*/
@import url('reset.css');




/**/ /**/ /**/ /**/ /**/ /*   GLOBAL   */ /**/ /**/ /**/ /**/ /**/


body {
	background-color: #000000;
	background-position: center;
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: -1;
}




@media screen and (max-width: 840px) {

	body {
		background-size: 0;
	}

}




/**/ /**/ /**/ /**/ /**/ /*   HOME   */ /**/ /**/ /**/ /**/ /**/


.links {
	position: fixed;
	top: 40px;
	right: 2%;
}


.links a {
	padding-left: 32px;
	text-decoration: none;
	color: #ffffff;
	font-family: "Space Mono", monospace;
	font-size: 20px;
	font-weight: 100;
}


.about {
	margin-top: 164px;
	margin-left: 2%;
	width: 50%;
	text-decoration: none;
	color: #ffffff;
	font-family: "Space Mono", monospace;
	font-size: 28px;
	font-weight: 100;
	line-height: 40px;
}


.about h1 {
	display: inline;
	font-weight: 600;
}


.links a:hover {
	text-decoration: line-through;
}


#projects {
	text-align: center;
	margin-top: 10%;
	margin-bottom: 8%;
}


#projects li {
	display: block;
	overflow: hidden;
	margin-bottom: 36px;
}


.project-label {
	text-decoration: none;
	text-align: left;
	padding-left: 2%;
	padding-top: 68px;
	padding-bottom: 0;
	font-family: "Space Mono", monospace;
	font-size: 20px;
	color: #525252;
	font-weight: 600;
}


.thumbnail {
	display: none;
}


.first-proj {
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Space Mono", monospace;
	font-size: 11.4vw;
	color: #ffffff;
	font-weight: 600;
}


.second-proj {
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Space Mono", monospace;
	font-size: 13.4vw;
	color: #ffffff;
	font-weight: 600;
}


.third-proj {
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Space Mono", monospace;
	font-size: 20vw;
	color: #ffffff;
	font-weight: 600;
}


.fourth-proj {
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Space Mono", monospace;
	font-size: 13.1vw;
	color: #ffffff;
	font-weight: 600;
}


.fifth-proj {
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	font-family: "Space Mono", monospace;
	font-size: 26.9vw;
	font-weight: 600;
}


.sixth-proj {
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Space Mono", monospace;
	font-size: 20vw;
	color: #ffffff;
	font-weight: 600;
}


.first-proj:hover, .second-proj:hover, .third-proj:hover, .fourth-proj:hover, .fifth-proj:hover, .sixth-proj:hover {
	color: transparent;
	-webkit-text-stroke-color: #ffffff;
	-webkit-text-stroke-width: 2px;
	transition: all 0.08s ease-in-out;
}




@media screen and (max-width: 840px) {

	.links {
		position: static;
		margin-top: 20px;
		margin-left: 5%;
	}

	.links a {
		padding-left: 0px;
		padding-right: 32px;
		font-size: 16px;
	}

	.about {
		width: 90%;
		margin-top: 52px;
		margin-left: 5%;
		font-size: 16px;
		line-height: 24px;
	}

	#projects {
		margin-top: 12%;
		margin-bottom: 20%;
	}

	#projects li {
		margin-bottom: 52px;
	}

	.project-label {
		padding-top: 40px;
		padding-left: 5%;
		padding-bottom: 24px;
		font-size: 16px;
	}

	.thumbnail {
		display: block;
		width: 90%;
		margin-left: 5%;
		margin-bottom: 12px;
	}

	.first-proj {
		font-size: 10.6vw;
	}

	.second-proj {
		font-size: 12.5vw;
	}

	.third-proj {
		font-size: 18.8vw;
	}

	.fourth-proj {
		font-size: 12.3vw;
	}

	.fifth-proj {
		font-size: 24.9vw;
	}

	.sixth-proj {
		font-size: 18.8vw;
	}

	.first-proj:hover, .second-proj:hover, .third-proj:hover, .fourth-proj:hover, .fifth-proj:hover, .sixth-proj:hover {
		color: #ffffff;
		-webkit-text-stroke-width: 0;
		transition: all 0s ease-in-out;
	}

}




/**/ /**/ /**/ /**/ /**/ /*   PROJECTS   */ /**/ /**/ /**/ /**/ /**/


#nav {
	text-align: center;
}


.back {
	position: fixed;
	top: 16px;
	left: 49.2%;
	display: inline-block;
	filter: invert(1);
	mix-blend-mode: difference;
	z-index: 1;
}


.back a {
	text-decoration: none;
	color: #000000;
	font-family: "Space Mono", monospace;
	font-size: 40px;
	font-weight: 600;
}


.back a:hover {
	color: transparent;
	-webkit-text-stroke-color: #000000;
	-webkit-text-stroke-width: 1px;
	transition: all 0.08s ease-in-out;
}


#container {
	margin-top: 5%;
	margin-left: 5%;
	margin-right: 5%;
}


.proj-title {
	float: left;
	width: 24%;
	margin-top: -4px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	font-family: "Space Mono", monospace;
	font-size: 56px;
	font-weight: 600;
	line-height: 62px;
}


.proj-description {
	padding-left: 50%;
	padding-right: 5%;
	padding-bottom: 240px;
	text-decoration: none;
	color: #ffffff;
	font-family: "Space Mono", monospace;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
}


.proj-info {
	padding-top: 56px;
	text-decoration: none;
}


.proj-info h1 {
	padding-top: 28px;
	color: #525252;
	font-weight: 600;
}


.proj-caption {
	padding-top: 140px;
	padding-left: 50%;
	padding-right: 5%;
	padding-bottom: 60px;
	text-decoration: none;
	color: #ffffff;
	font-family: "Space Mono", monospace;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
}


.proj-caption h1 {
	padding-bottom: 32px;
	font-size: 28px;
	font-weight: 600;
	line-height: 40px;
}


img {
	width: 100%;
	margin-bottom: 60px;
}


.half-width  {
	width: 50%;
}


.spacer  {
	margin-bottom: 60px;
}




@media screen and (max-width: 1024px) {

	.back {
		top: 20px;
	}

}




@media screen and (max-width: 840px) {

	.back {
		top: 16px;
		left: 46%;
	}

	.back a:hover {
		color: #ffffff;
		-webkit-text-stroke-width: 0;
		transition: all 0s ease-in-out;
	}

	#container {
		margin-top: 20%;
	}

	.proj-title {
		width: 100%;
		margin-top: 0;
		margin-bottom: 24px;
		padding-top: 0px;
		font-size: 44px;
		line-height: 52px;
	}

	.proj-description {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 92px;
		font-size: 16px;
		line-height: 24px;
	}

	.proj-info {
		padding-top: 28px;
	}

	.proj-caption {
		padding-top: 92px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 40px;
		font-size: 16px;
		line-height: 24px;
	}

	.proj-caption h1 {
		padding-bottom: 28px;
		font-size: 24px;
		font-weight: 600;
		line-height: 36px;
	}

	img {
		margin-bottom: 40px;
	}

}




/**/ /**/ /**/ /**/ /**/ /*   FOOTER   */ /**/ /**/ /**/ /**/ /**/


#footer {
	margin-top: 240px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 180px;
}


.next-title {
	text-decoration: none;
	color: #ffffff;
	font-family: "Space Mono", monospace;
	font-size: 20px;
	font-weight: 100;
	margin-bottom: 12px;
}


.next-proj {
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	font-family: "Space Mono", monospace;
	font-size: 40px;
	font-weight: 600;
}


.next-proj:hover {
	color: transparent;
	-webkit-text-stroke-color: #ffffff;
	-webkit-text-stroke-width: 1px;
	transition: all 0.08s ease-in-out;
}




@media screen and (max-width: 840px) {

	#footer {
		margin-top: 100px;
		margin-bottom: 132px;
	}

	.next-title {
		font-size: 16px;
	}

	.next-proj {
		font-size: 36px;
	}

}
