* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: #999999scale;
	}

html { 
	font-size: 23px;
	} 
	
body {
	font-family: 'Plantin MT Std';
	background: #111111;
	background: black;
	color: #f2f2f2;
	font-size: 0.85rem;
	letter-spacing: 0.01rem;
	padding: 3.75vw;
	line-height: 1.3;
	}

a {
	color: white;
	background-image: linear-gradient(#ffffff, #ffffff);
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-size: 100% 0.5px;
    cursor: pointer;
    transition: opacity 200ms ease;
    opacity: 1;
	}
	
	a:hover {
		opacity: 0.6;
		transition: opacity 200ms ease;
		}
		
	.col h2 a {
		color: #999999;
		background-image: linear-gradient(#999999, #999999);
		}
		
	.single .row.text p a, .project-meta p a {
		/* content: ' ›'; */
		background-image: linear-gradient(#808080, #808080);
		 background-size: 100% 1px;
		}



img {
	display: block;
	width: 100%;
	height: auto;
	}
	
select {
	position: fixed;
	bottom: 3.75vw;
	left: 3.75vw;
}	



	


	
/* |||||||||||||||||||||||||||||||||||||||||||||||||||| 	Layout 		*/

	
	
[data-barba="wrapper"] {
	display: flex;
	justify-content: space-between;
	}
	
	
header {
	width: 29.6875vw;
	margin-right: 1.6666666667vw;
	display: flex;  
	flex-direction: column;
/* 	align-items: center; */
	height: 100%;

	}

main {
	width: 61.1109375vw;
	display: flex;
	flex-direction: column;
	align-items: flex-end;

	}
	
.menu {
	position: fixed;
	}

	
	nav a, nav a:hover, h1 a, .project-block a {
		background: none;
		}
	



.inner {
	overflow: hidden;
	display: none;
	padding-left: 1.5rem;	
	}
	
.inner.show {

	}
	

	
	
section.category, section.single {
	width: 40.1852vw;	
	}
	
section.project {
	width: 100%;
	display: flex;
	flex-direction: column;
	}

figure.project-thumb img {
	width: 100%;
	height: auto;
	display: block;
	}
	
img {
	margin-bottom: 1em;
	}
	
p, h2, .col h2 {
	margin-bottom: 1em;
	max-width: 90%;
	}
	
figure {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 1em;
	background: #222222;
	}
	
	figure img {
		position: absolute;
		width: 100%;
		height: auto;
		top: 0;
		left: 0;
		
		}
	
figure.project-thumb {
	padding-top: 66.6667%;
	}
	
.project-block {
	margin-bottom: 2rem;
	}
	
.project-block:last-of-type {
	margin-bottom: 0;
	}
	
/* |||||||||||||||||||||||||||||||||||||||||||||||||||| 	Home 		*/


.cycle-slideshow {
	width: 100%;
	}
		
		
.intro {
	margin-top: 0.5rem;
}
	

/* |||||||||||||||||||||||||||||||||||||||||||||||||||| 	Project  		*/


.project-quotes {
	position: relative;
}

.project-quotes p {
	margin: 0;
	}

.back {
	position: fixed;
	bottom: 3.75vw;
	left: 3.75vw;
	}

/*

.text {
	margin-bottom: 3rem;
	}
*/
	


/*
section:last-of-type {
	margin-bottom: 3rem;
	}
*/



.row.project-body.imageTwoCol, .row.project-body.imageOneCol, .row.project-body.imageFourCol, .row.project-meta, .row.slideshow {
	margin-top: 3rem;
	}


.row > div {
	width: 100%;
	display: flex;
	justify-content: space-between;
	}
	
.two-col .col {
	width: 29.7222vw;
	}


.four-col .col {
	width: 14.02083vw;
	}
	
.one-col .col {
	width: 100%;
	}
	
	
.row.project-meta {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	
}
	
.row.project-meta > div {
	width: 40.185vw;
	margin-bottom: 0rem;
	display: flex;
	flex-wrap: wrap;
	}	
	
	.row.project-meta .two-col .col {
		width: 19.2592vw;
		width: 100%;
		margin-bottom: 4rem;
		}
		

		
.more-info {
	display: inline-block;
	position: relative;
	margin: 0rem 0 0 0;
	}
	
.more-info:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	right: -1.2em;
/* 	transform: rotate(180deg); */
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpolygon class='st0' points='7.66,12.15 0.59,5.08 2,3.66 7.66,9.32 13.31,3.66 14.73,5.08 '/%3E%3C/g%3E%3C/svg%3E%0A");
	background-size: 70% 70%;
	background-position: center center;
	background-repeat: no-repeat;
	width: 1em;
	height: 1em;
	transition: transform 200ms ease;
	}
	
.more-info:hover:after {
	transform: translateY(0.2em);
	transition: transform 200ms ease;
	}
	
.more-info.open:after {
	transform: rotate(180deg);
	}
	
.more-info.open:hover:after	{
	transform: rotate(180deg) translateY(0.2em);
	}
		
.additional-content {
	display: none;
	}

.project-meta figure, .project-meta figure img, .text figure, .text figure img {
	width: auto;
	height: auto;
	position: static;
	overflow: visible;
	background: none;
	margin: 0;
	}
	
.text figure, .project-meta figure {
	width: auto;
	border-top: 1px solid #555;
	padding-top: 10px;
	padding-bottom: 20px;
	}
	
/*
.project-meta figure {
	width: 150px;
	margin: 1rem 0 0.5rem 0;
	}
	
.project-meta figure.square {
	width: 80px;
	}	
	
	.project-meta figure img {
		width: 100%;
		}
		
*/
	

/*

.lo:after {
	content: 'Low resolution';
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	color: red;
	}
*/

.slideshow .one-col {
	flex-direction: column;
}


.cycle-slideshow.landscape {
	margin-bottom: 1em;
}
/*
.cycle-slideshow.landscape {
	width: 100%;
	display: block;
	position: relative;
	aspect-ratio: 3 / 2;
	background: #111;
}

.cycle-slideshow.landscape img {
	height: auto;
	width: auto;
	position: absolute !important;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%, -50%);	
}
*/

/*
.cycle-slideshow.landscape img[data-aspect="landscape"] {
	max-height: 80%;
	max-width: 100%;	
}

.cycle-slideshow.landscape img[data-aspect="portrait"] {
	max-height: 85%;
	max-width: 100%;	
}
*/


.slideshow-controls {
	margin-bottom: 1em;
}


.slideshow-controls h5 {
	display: inline;
	margin: 0;
	padding: 0;
}

.cycle-pager {
	position: absolute;
	bottom: 26px;
	left: 50%;
	transform: translateX(-50%);
}

.cycle-pager span {
	text-indent: -9999px;
	display: inline-block;
	height: 0.5em;
	width: 0.5em;
	border-radius: .5em;
	background: white;
	cursor: pointer;
	opacity: 0.25;
	margin: 0.2em;
}

.cycle-pager span.cycle-pager-active {
	opacity: 1;
}

	
	
/* |||||||||||||||||||||||||||||||||||||||||||||||||||| 	Single  		*/	



.row > .headshot {
	width: 9.1666vw;
	position: relative;
	left: -10.4166vw;
	/*float: left; */
	height: 0;
	}
	


/*
.row > .headshot {
	width: 9.1666vw;
}
*/

.row > .thumbnail {
	position: relative;
	width: 12vw;
	left: -13.25vw;
	width: 19.58333vw;
	left: -20.83333vw;
	height: 0;
	flex-direction: column;
	}
	
.row > .thumbnail figure {
	padding-top: 80%;
	}
	
div.tag {
	min-height: 16vw;	
	}
	
h5.tag {
	position: absolute;
	bottom: 0;
	left: 0;
	}
	

	
.single .text {
	margin: 0;
	}
	
.single .row {
	margin-bottom: 2rem;
	}
	
.single .row.image {
	margin-bottom: 1rem;
	}

.single .row.image .image-caption {
	padding-bottom: 1rem;
	}
		
.single .row.heading,
.single .row.thumbnail,
.single .row.headshot {
	margin-bottom: 0;
	}
	
.single .row.reference {
	margin-bottom: 3rem;
	}
	
.single .heading h2 {
	margin-bottom: 1rem;
	}
	
.single figure {
	margin-bottom: 0.75em;
	}
	
.reference-logo  {
/* 	max-width: 7vw; */
	height: auto;
/* 	border-bottom: 1px solid white; */
	margin: 0 0 0.75em 0;
	}
	
	.reference-logo figure {
		position: static;
		padding-top: 0 !important;
		background: none;
		margin: 0 0 0.2em 0;
		}
	
	.reference-logo img {
		position: static;
		margin: 0 0 0 0;
		width: auto;
		height: auto;
		max-width: 150px;
		max-height: 50px;
		}

.row > .reference-text {
	display: block;
	}
	
.single ul {
	list-style: disc;
	list-style-position: inside;
	}	
	
	
a.social-icon {
	background: none;
	text-decoration: none;
	display: inline-block;
	}	
	
.social-icon img {
	width: 1rem;
	height: auto;
	display: inline-block;
	margin-right: 0.5rem;
	}
	
	
/* |||||||||||||||||||||||||||||||||||||||||||||||||||| 	News  		*/		

.news {
	position: relative;
	}
	
.news .row {
	overflow: visible;
}	
	
.news .row > .thumbnail {
	position: fixed;
	top: 3.75vw;
	opacity: 0;
	transition: opacity 500ms ease;
	pointer-events: none;
	left: 34vw;
	height: auto;
	}
	
.news .row:hover > .thumbnail {
	opacity: 1;
	}	 
		
		
.news .row:first-of-type > .thumbnail {		
	opacity: 1;
	}

/* |||||||||||||||||||||||||||||||||||||||||||||||||||| 	Typography 		*/


h1,h2,h3,h4,h5,h6,a.open-button {
	font-family: 'Neue Haas Unica Pro';
	font-size: 1.3rem;
	}
	
em {
	font-style: italic;
	letter-spacing: 0.01rem;
	}


	
/* page titles */

h1 {
	margin-bottom: 3em;
}
	
h2 {
	color: #999999;
	margin: 0 0 3em 0;
	width: 40.1852vw;	
	align-self: flex-end;
	line-height: 1.15;
	}

.project > h2 {
	width: 100%;
	max-width: 100%;
	}
	
.intro h2 {
	margin-bottom: 1em;
	}
	
	.intro h2 a {
		color: #999999;
		background-image: linear-gradient(#999999, #999999);
		}
	
a h2 {
	color: white;
	margin: 0;
	}	
	
a:hover h2 {
	color: #999999;
	}
	
.category > p {
	margin-bottom: 3em;
	}	


	
/* tags, quote authors */

h6 {
	font-weight: 200;
	}

h5, h6 {
	font-size: 0.765rem;
	margin: -0.1em 0 1.185em 0;
	}
	
.quote {
	margin-bottom: 1.5rem;
	}
	
.quote em {
	font-size: 110%;
	color: #ffffff;
	}
	
.quote h5 {
	margin: 0 0 0.25rem 0;
	}
	
h5:not(:first-of-type) {
	margin-top: 2.185em;
	}

	
.image-caption, .image-caption a {
/* 	font-size: 0.7rem; */
	color: #999999;
	transition: color 200ms ease;
	}
	
.image-caption a {
	background-image: linear-gradient(#999999, #999999);
	}
	
.image-caption a:hover {
	color: white;
	opacity: 1;
	transition: color 200ms ease;
	background-image: linear-gradient(#ffffff, #ffffff);
	}
	
	
/* meta */ 

.project-meta ul li {
	text-indent: -1.2rem;
	padding-left: 1.2rem;
	margin-bottom: 1rem;
	}
	
	.project-meta ul li ul {
		padding-left: 1.2rem;
		}
	
	.project-meta ul li ul li {
		text-indent: -2.4rem;
		padding-left: 2.4rem;
		margin-bottom: 0rem;		
		}
		
	.project-meta ul li em {
		display: block;
		padding-left: 2em;
		text-indent: 0;
        }
        
        .project-meta ul li em em {
	        padding: 0 !important;
        	}
		
h5.next-entry {
	margin-top: 2rem;
	}


/* |||||||||||||||||||||||||||||||||||||||||||||||||||| 	Animations		*/



.barba-leave-active,
.barba-enter-active {
	transition: opacity 250ms ease;
	}

.barba-leave,
.barba-enter-to {
	opacity: 1;
	}

.barba-enter,
.barba-leave-to {
	opacity: 0;
	}

/* || Page load fade in */

body { 
    animation: fadeInAnimation ease 1s; 
    animation-iteration-count: 1; 
    animation-fill-mode: forwards; 
	} 

@keyframes fadeInAnimation { 
    0% { 
        opacity: 0; 
		} 
    100% { 
        opacity: 1; 
		} 
	} 
	
	
/* |||||||||||||||||||||||||||||||||||||||||||||||||||| 	Responsive		*/	

.open-button {
	display: none;	
	}
	
@media (max-width: 2560px) {
	
	
	
	}	
	
	
	
@media (max-width: 1920px) {
		

	}	


@media (max-width: 1366px) {
		
		html {
			font-size: 19px;
			}
	
	
	}
	
@media (max-width: 1024px) {
	

	
		html {
			font-size: 21px;
			}
			
		body {
			padding: 5vw;
			}
		
		p, h2, .col h2 {
			max-width: 90%;
			width: 90%;
			align-self: flex-start;
			}
	
		[data-barba="wrapper"], header, main, nav, h1, h2 {
			position: relative;
			display: block;
			width: 90vw;
			height: auto;
			left: 0;
			
			}
			
			
		h5.tag {
			position: static;
		}
			
			
		.cycle-slideshow {
			margin-top: 2em;
			}

			
		.two-col .col {
			width: 44vw;
			}
			
		.four-col .col {
			width: 20vw;
			}	
		
		.project-block, section.single, .row.project-meta, .row.project-meta > div {
			width: 44vw;
			display: flex;
			flex-direction: column;
			align-self: flex-start;
		
			}
			
/*
		section.single {
			float: right;
			}
			
		section.single h2 {
			left: -46vw;
			}
		
*/
		section.category {
			display: flex;
			flex-direction: column;
			flex-wrap: nowrap;
			width: 100%;
			}
			
		.reference-logo img {
			max-width: 12vw;
			max-height: 12vw;
			}
			
		.single .row {
			margin-bottom: 1rem;
			}
			
		.menu {
			position: static;
			}
		h1 {
			margin-bottom: 0;
			}

			
		nav {
			display: flex;
			align-items: center;
			width: 100%;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			z-index: 9998;
			min-height: 100%;
			height: 100%;
			background: black;
			margin: 0;
			position: fixed;
			opacity: 0;
			pointer-events: none;
			transition: 250ms;
			overflow: scroll;
			padding: 5vw;
			}
			
			nav a {
				
			}
			
		nav.open {
			opacity: 1;
			pointer-events: all;
			}
			
		.lock-scroll {
			overflow: hidden;
			}
			
		.open-button {
			display: block;
			position: absolute;
			cursor: pointer;
			border-bottom: 0;
			top: 0vw;
			right: 0vw;
			z-index: 9999;
			background: none;
			margin-top: 3px;
			}
			
		/*
		 * Just a quick hamburger
		 */
		.open-button span {
			display: block;
			width: 33px;
			height: 4px;
			
			margin-bottom: 5px;
			position: relative;
			background: white;
			z-index: 1;
			transform-origin: 4px 0px;
			transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
			          background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
			          opacity 0.55s ease;
			}
		
		.open-button span:first-child {
			transform-origin: 0% 0%;
			}
		
		.open-button span:nth-last-child(2) {
			transform-origin: 0% 100%;
			}
		
		/* 
		 * Transform all the slices of hamburger
		 * into a crossmark.
		 */
		.open-button.open span {
			opacity: 1;
			transform: rotate(45deg) translate(-2px, -3.5px);
			}
		
		/*
		 * But let's hide the middle one.
		 */
		.open-button.open span:nth-child(2) {
			opacity: 0;
			transform: rotate(0deg) scale(0.2, 0.2);
		}
		
		/*
		 * Ohyeah and the last one should go the other direction
		 */
		.open-button.open span:nth-child(3) {
			transform: rotate(-45deg) translate(-1px, -3.5px);
		}
		
		
			
		.back {
			position: static;
			bottom: 0;
			left: 0;
			}
			
		.row > .headshot,
		.row > .thumbnail,
		.news .row > .thumbnail {
			width: 22vw;
			position: static;
			height: auto;
			opacity: 1;
			}	
	
		
			
	}	
	
@media (max-width: 640px) {
	
		html {
			font-size: 3vw;
			}
	
		
	}	
	
	
	
@media (max-width: 640px) {
	
		p, h2, .col h2 {
			max-width: 98%;
			width: 98%;
			}	
	
		a:hover {
			opacity: 1;
			}
	
		html {
			font-size: 4vw;
			}
			
		body, h5, h6 {
			font-size: 1rem;
			}
			
		h2 {
			max-width: 80vw;
			align-self: flex-start;
			}
			
		.two-col.text {
			display: flex;
			flex-direction: column;
			}
			
/*
		.row.project-start > .two-col {
			flex-direction: column-reverse;
			}
*/
			
		.two-col .col {
			width: 44vw;
			}		
			
		.two-col.text .col {
			width: 100%;
			}
			
		section.category, .project-block, section.single, .row.project-meta, .row.project-meta > div {
			width: 100%;
			display: flex;
			flex-direction: column;
			align-self: flex-end;
			float: right;
			}
			
		.reference-logo img {
			max-width: 30vw;
			max-height: 30vw;
			}
			
		.row > .headshot,
		.row > .thumbnail,
		.news .row > .thumbnail {
			width: 48vw;
			position: static;
			height: auto;
			opacity: 1;
			}
			
		.row > .thumbnail {
			margin-bottom: 1.5rem;
			}
			
		.single .row.newsItem {
			margin-bottom: 2rem;
			}

		

			
	}



.edit {
	position: fixed;
	bottom: 3.75vw;
	right: 3.75vw;
	background: white;
	border-radius: 4px;
	padding: 10px;
	color: black;
}