@import url("https://use.typekit.net/iil7vns.css");
::selection {
	background: #000000;
	color: #fff;
}

* {
	box-sizing: border-box;
}

body,
html {
	padding: 0;
	font-family: "arnhem", serif;
	font-family: "freight-text-pro", serif;
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	outline: 0;
	margin: 0 auto;
	position: relative;
}

/*
body {
	padding: 0 14.875vw;
}
*/

html {
	background-color: #FFFFFF;
}

h1 {
	margin: 0;
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 400;
	color: black;
}

h2 {
	margin: 0;
	font-family: "inconsolata", monospace;
	font-weight: 500;
	font-size: 1em;
	color: #666;
	text-transform: uppercase;
}

p,
ol {
	margin: 25px 0;
	line-height: 1.5em;
	letter-spacing: 0.0125em;
	width: 80%
}

p :last-child {
	margin-bottom: 0;
}

img,
video {
	display: block;
	z-index: -1;
}

a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid black;
}

a:hover {
	border-bottom: none;
}

#master {
	max-width: 960px;
	margin: auto;
}

#master-title {
	margin-left: -0.1vw;
	position: fixed;
	z-index: 9;
	pointer-events: none;
}

#master-title.sticky {
	position: absolute;
}

#home {
	position: fixed;
	top: 7.825vh;
	font-size: 28px;
	text-decoration: none;
	z-index: 10;
}

#main {
	display: flex;
	flex-direction: column;
	max-width: 960px;
	margin: auto;
}

.container {
	margin-top: 9.625vw;
	padding-top: 2.5em;
}

.project-list {
	display: flex;
	flex-direction: column;
}

.project {
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 400;
	margin: 15px 20px 15px 0px;
	position: relative;
}

.project-link {
	display: inline;
	position: relative;
	font-size: 26px;
}

.project-link:hover {
	z-index: 200;
}

/* .project-link:hover a {
	color: #72E489;
} */

.project-link:hover + .project-thumb {
	visibility: visible;
	display: block;
}

.project-thumb {
	visibility: hidden;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	z-index: 100;
}

.project-thumb img {
	width: 40vw;
	border: 5px black solid;
}

.text-wrap {
	align-self: flex-start;
	margin: 25px 0;
	font-size: 16px;
}

.text-wrap.intro {
	font-size: 26px;
}

.text-wrap li {
	margin: 10px 0;
}

.image-wrap {
	width: 100%;
	margin: 25px 0;
}

.image-wrap img {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
}

.image-wrap img:last-child {
	margin-bottom: 0;
}

.image-wrap video {
	margin-bottom: 25px;
}

.image-wrap video:last-child {
	margin-bottom: 0;
}

.intro {
	justify-content: flex-start;
}

.intro p {
	margin-bottom: 0;
}

footer {
	padding-top: 50px;
	padding-bottom: 13.125vw;
	display: flex;
	justify-content: space-between;
	max-width: 960px;
	margin: auto;

}

.no-underline {
	text-decoration: none;
	border-bottom: none;
}

img.mobile-media,
video.mobile-media {
	width: 400px;
	margin: auto;
	margin-bottom: 25px;
}

.caption {
	/*
	font-family: "arnhem", serif;
	font-family: 'Alegreya', serif;
*/
	font-family: "aktiv-grotesk", sans-serif;
	font-size: 15px;
	color: #656565;
	text-align: center;
	width: 100%;
	margin: auto;
	display: block;
}

.slick-dots {
	bottom: -40px;
}

.slick-dots li {
	width: 10px
}

.slick-prev {
	left: 25px;
	z-index: 100;
}

.slick-next {
	right: 25px;
	z-index: 100;
}

.slick-prev:before,
.slick-next:before {
	font-family: "aktiv-grotesk", sans-serif;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

.slick-arrow {
	opacity: 0;
}

.slick-slider:hover .slick-arrow {
	opacity: 1;
}

.slider {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
}

.slider img {
	box-shadow: none;
}

.slider.slider-noshadow {
	box-shadow: none;
}

.slider.slider-noshadow img {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
}

.slick-dotted.slick-slider {
	margin-bottom: 65px;
}

/*# sourceMappingURL=screen.css.map */

@media only screen and (max-width: 1000px) {
	body {
		padding: 15px;
	}

	#master-title {
		position: relative;
		margin-top: 15vh;
	}

	p {
		width: 100%;
	}

	.container {
		margin-top: 0;
		padding-top: 0;
		margin-bottom: 15vh;
	}

	/*
	.project-list {
		flex-direction: column;
	}
*/
	.project {
		margin: 0;
		margin-bottom: 50px;

	}

	.project-link:hover + .project-thumb {
		visibility: visible;
		display: block;
	}

	.project-thumb {
		margin-top: 10px;
		visibility: visible;
		position: relative;
		display: block;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		opacity: 1;
		z-index: 1;
	}

	.project-thumb img {
		width: 100%;
		border: 5px black solid;
	}
	.text-wrap {
		margin-bottom: 0;
	}
	.text-wrap.project {
		//margin-top: 20vh;
		margin-bottom: 0px;
	}

	.text-wrap.intro {
		margin-bottom: 50px;
	}
	#master-title.sticky {
		position: relative;
	}

	.image-wrap {
		width: 80%;
		margin: 25px auto;
	}

	.image-wrap img {
		width: 80%;
		margin: auto;
	}

	.image-wrap video {
		width: 80%;
		margin: auto;
	}
}
