* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'akkurat', sans-serif;
	font-weight: 100;
	font-size: 14px;
	line-height:1.2;
	color: #fff;
	background-color: #000;
	overflow-x: hidden;
}

body.fixed {
	overflow: hidden;
}

.wrapper {
	width: 100%;
	padding: 0px 65px;
	display: flex;
	flex-direction: column;
}

/* ----- HEADER ------ */

header#header {
	height: auto;
	width: 100%;
	padding: 30px 65px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.5s ease;
}

img.icon {
	width: 2vw;
	opacity: 60%;
}

img.logo {
	width: 13vw;
}

button#menu-btn {
	display: inline-block;
	width: 40px;
	color: #fff;
	text-decoration: underline;
	border: 0;
	outline: 0;
	background: none;
	cursor: pointer;
	font-family: 'akkurat', sans-serif;
	font-weight: 100;
	font-size: 13px;
}

button#menu-btn::before {
	content: 'Menu';
}

button#menu-btn.close::before {
	content: 'Close';
}

/* ----- HERO MENU ----- */

aside#hero-menu {
	position: absolute;
	padding: 100px 65px 40px 65px;
	z-index: 50;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	background-color: #121e1d;
	color: #999;
	width: 100%;
	height: 100vh;
	transition: all 0.5s ease;;
}

aside#hero-menu.show {
	opacity: 100%;
	visibility: visible;
	transition: all 0.5s ease;
}

header#hero-header {
	z-index: -1;
	top: 0;
	left: 0;
	position: absolute;
	height: auto;
	width: 100%;
	padding: 30px 65px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.5s ease;
}

.menu-3-col {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.menu-title {
	font-size: 0.9rem;
	font-weight: 300;
	color: #fff;
	border-bottom: 1px solid #333;
	text-transform: uppercase;
	margin-bottom: 2vw;
	padding-bottom: 1em;
}

.menu-nav-col {
	margin-top: 6vw;
	width: 29.5vw;
}

.nav-links {
	color: #fff;
	padding-left: 7.5vw;
	margin-top: 5vw;
	font-size: 3vw;
	font-weight: 300;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
}

a.nav, a.nav a:link, a.nav:active, a.nav:visited {
	color: #fff;
	padding-bottom: 0.5em;
}

a.nav:hover {
	color: #d5b680;
}

.menu-news-col {
	width: 14.5vw;
	margin-top: 6vw;
	margin-left: -7.5vw;
}

.menu-jrn-post {
	width: 100%;
	margin-bottom: 2vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: inherit;
	text-decoration: none;
	transition: all 0.5s ease;
}

.menu-jrn-info {
	font-size: 0.75rem;
	color: #999;
	padding: 0.75rem 0.75rem 0 0.75rem;
	text-align: right;
	transition: all 0.5s ease;
}

.menu-jrn-info p::before {
	content:'';
	display: inline-block;
	width: 5em;
	height: 1em;
}

.menu-jrn-post:hover .menu-jrn-info {
	color: #ccc;
	transition: all 0.5s ease;
}

.menu-more {
	font-size: 0.75rem;
	display: inline-block;
	margin-left: 1rem;
	align-self: flex-start;
	display: flex;
	align-items: center;
	color: #ccc;
	transition: all 0.5s ease;
}

.menu-jrn-post:hover .menu-more {
	color: #fff;
}

span.menu-plus {
	margin-right: 0.5rem;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1;
	color: #999;
	border: 1px solid;
	padding: 3px 4px 2px 4px;
	border-radius: 100%;
	transform: scale(1);
	transition: all 0.5s ease;
}

.menu-jrn-post:hover span.menu-plus {
	color: #d5b680;
	transform: scale(1.2);
	transition: all 0.5s ease;
}

.menu-links-col {
	width: 14.5vw;
	margin-right: 7.5vw;
	margin-top: -4vw;
}

ul.socials {
	list-style: none;
	font-size: 0.75rem;
}

ul.socials li {
	line-height: 1.8;
}

form#newsletter-form {
	margin-top: 3vw;
}

form#newsletter-form.menu {
	margin-top: 4vw;
}

form#newsletter-form label {
	font-family: 'akkurat', sans-serif;
	font-size: 0.9rem;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}

form#newsletter-form input[type=text] {
	width: 100%;
	background: none;
	border: none;
	outline: none;
	font-size: 0.75rem;
	border-bottom: 1px solid #d5b680;
	margin-bottom: 2vw;
	line-height: 1;
	color: #ccc;
	font-family: 'akkurat', sans-serif;
	font-weight: 100;
}

button#subscribe-btn {
	color: #ccc;
	border: 0;
	outline: 0;
	background: none;
	cursor: pointer;
	font-family: 'akkurat', sans-serif;
	font-weight: 100;
	font-size: 0.75rem;
	transition: all 0.5s ease;
}

button#subscribe-btn:hover {
	color: #fff;
	transition: all 0.5s ease;
}

.menu-jobs {
	margin-top: 5vw;
	font-size: 0.75rem;
	line-height: 1.8;
}

.menu-jobs a.bold-link {
	color: #fff;
	font-size: 0.9rem;
}

a.bold-link {
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
}

a.bold-link:hover {
	color: #d5b680;
}

.menu-contact {
	margin-top: 9vw;
	color: #999;
	line-height: 1.6;
}

a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #999;
	transition: all 0.5s ease;
}

a:hover {
	color: #d5b680;
	transition: all 0.5s ease;
}

/* ---- HOME ------ */

/* SLIDER */

section.home-slider {
	margin-top: 1vw;
	width: 100%;
	height: 80vh;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

#slider-widget {
	width: 83.5vw;
	height: 100%;
}

.featured-slide {
	padding-left: 7.5vw !important;
	display: flex !important;
	justify-content: space-between;
	align-items: flex-start;
}

.slider-title {
	font-size: 2.5vw;
	font-weight: 300;
	z-index: 3;
	margin-top: 13vw;
	width: 30%;
	line-height: 1;
	text-transform: uppercase;
}

img.full, video.full {
	width: 100%;
}

.slide-img-front { /* LINK TO PJ */
	z-index: 2;
	margin-left: -8vw;
	margin-top: 2.5vw;
	width: 65%;
	outline: none;
}

.slide-img-back {
	margin-left: -8vw;
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.circle-number {
	margin-right: 2vw;
	margin-top: -3vw;
	display: inline-block;
	padding: 2.1vw 2.2vw;
	font-size: 1.5vw;
	color: #fff;
	line-height: 1;
	font-weight: 300;
	border-radius: 50%;
	background-color: #d5b680;
}

.slider-controls {
	display: inline-block;
}

ol.slider-index {
	height: 15vh;
	font-size: 14px;
	font-weight: 100;
	color: #666;
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

ol.slider-index li {
	cursor: pointer;
	line-height: 1.3;
	border: none;
	transition: all 0.5s ease;
}

ol.slider-index li::before {
	width: 0;
	position: absolute;
	margin-top: 18px;
	content: '';
	height: 1px;
	background-color: #d5b680;
	transition: all 0.5s ease;
}

ol.slider-index li.active {
	color: #d5b680;
	transition: all 0.5s ease;
}

ol.slider-index li.active::before {
	width: 16px;
	transition: all 0.5s ease;
}

.cta {
	align-self: center;
	font-size: 12px;
}

/* HOME INFINITE TITLE */

.home-infinite-title {
	width: 100%;
	text-transform: uppercase;
	padding: 3vw 0;
	pointer-events: none;
}

div.inf-header {
	font-size: 6.5vw;
	margin-right: 2vw;
	line-height: 1;
	font-weight: 300;
}

/* HOME MID SECTION */

section#home-mid {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 7vw;
}

.unicol {
	padding-top: 2vw;
	width: 15vw;
	color: #999;
}

p {
	padding-bottom: 1em;
}

.home-jrn-title {
	margin-top: 9vw;
	margin-left: -31vw;
	font-weight: 100;
	font-size: 2.5vw;
}

.home-jrn-cols {
	margin-top: 7vw;
	width: 100%;
	height: 75vh;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.home-jrn-cols p {
	font-size: 0.75rem;
	transition: all 0.5s ease;
}

.jrn-col-1 {
	width: 25%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.jrn-col-2 {
	width: 62%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.jrn-desc-wrap {
	display: flex;
	justify-content: space-between;
}

.jrn-desc-label {
	font-size: 0.8rem;
	font-weight: 300;
}

.jrn-desc {
	padding-left: 3rem;
	color: #999;
}

a.jrn-feat-1 {
	display: block;
	width: 63%;
}

.jrn-feat-1-info {
	color: #999;
	padding-top: 1rem;
	padding-left: 1rem;
}

.home-more, a.home-more {
	margin-left: 1rem;
	font-size: 0.8rem;
	line-height: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 60%;
	color: #d5b680;
}

span.home-plus {
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1;
	color: #999;
	border: 1px solid;
	padding: 3px 4px 2px 4px;
	border-radius: 100%;
	transform: scale(1);
	transition: all 0.5s ease;
}

span.home-plus-label {
	color: inherit;
	transition: all 0.5s ease;
}

a.jrn-feat-1:hover span.home-plus {
	color: #d5b680;
	transform: scale(1.2);
	transition: all 0.5s ease;
}

a.jrn-feat-1:hover span.home-plus-label {
	color: #fff;
}

a.jrn-feat-1:hover p {
	color:#ccc !important;
	transition: all 0.5s ease;
}

a.home-more:hover span.home-plus {
	color: #d5b680;
	transform: scale(1.2);
	transition: all 0.5s ease;
}

a.home-more:hover span.home-plus-label {
	color: #fff;
}

.jrn-feat-2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.jrn-feat-2-img {
	width: 39%;
}

.jrn-feat-2-info {
	width: 52.5%;
	padding-top: 5.5vw;
	padding-right: 15vw;
	color: #999;
}

.jrn-feat-2-title {
	font-size: 2.5vw;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	padding-bottom: 0.8em;
}

.arch-link {
	width: 10%;
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1.2;
}

/* --- FOOTER --- */

footer#foot {
	width: 100%;
	background-color: #000;
}

footer#foot section {
	width: 100%;
	border-top: 1px solid #1e1e1e;
	padding-left: 65px;
	padding-right: 65px;
}

section#foot-top {
	padding-top: 7vw;
	padding-bottom: 8vw;
	display: flex;
	justify-content: flex-end;
}

.foot-contact {
	font-weight: 100;
	font-size: 2.5vw;
	margin-right: 10.5vw;
}

a.cnt-link {
	color: #d5b680;
	transition: all 0.5s ease;
}

a.cnt-link:hover {
	color: #999;
	transition: all 0.5s ease;
}

.foot-col {
	display: flex;
	flex-direction: column;
	margin-right: 8.5vw;
	width: 14.5vw;
}

section#foot-top img.icon {
	align-self: flex-start;
	margin-top: 2vw;
	margin-right: 4.5vw;
}

section#foot-bot {
	padding-top: 3.5vw;
	padding-bottom: 5vw;
	display: flex;
	justify-content: flex-end;
	color: #999;
	font-size: 0.75rem;
}

.cred {
	margin-right: 20.5vw;
}

a.cred-link, a.cred-link:link, a.cred-link:active, a.cred-link:visited {
	font-weight: 300;
	transition: all 0.5s ease;
}

a.cred-link:hover {
	color: #d5b680;
	transition: all 0.5s ease;
}

/* --- PORTFOLIO --- */

section#ptf-body {
	margin-top: -0.5vw;
	border-top: 1px solid #1e1e1e;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
}

.ptf-top-label {
	margin-top: 3vw;
	align-self: flex-start;
	font-size: 0.8rem;
	text-transform: uppercase;
	font-weight: 300;
}

.ptf-top {
	margin-top: 2vw;
	align-self: flex-end;
	width: 68vw;
	margin-bottom: 4.5vw;
}

.ptf-cats {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-bottom: 3.5vw;
}

a.ptf-cat {
	color: #fff;
	font-size: 3.5vw;
	line-height: 1;
	font-weight: 300;
	transition: all 0.5s ease;
}

a.ptf-cat span {
	font-weight: 100;
}


a.ptf-cat:hover {
	color: #d5b680;
	transition: all 0.5s ease;
}

.ptf-cat-info {
	color: #999;
	font-size: 0.75rem;
}

/* PORTFOLIO GRID */

#ptf-grid {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 4vw;
}

a.ptf-grid-item {
	width: 22vw;
	margin-bottom: 2vw;
}

.ptf-item-info {
	text-transform: uppercase;
	display: flex;
	font-size: 0.8rem;
	font-weight: 300;
	justify-content: space-between;
	margin: 0.5em 1em;
}

a.ptf-grid-item .ptf-item-title {
	color: #fff;
	transition: all 0.5s ease;
}

a.ptf-grid-item .ptf-item-cat {
	color: #333;
	transition: all 0.5s ease;
}

a.ptf-grid-item:hover .ptf-item-title {
	color: #d5b680;
	transition: all 0.5s ease;
}

a.ptf-grid-item:hover .ptf-item-cat {
	color: #ccc;
	transition: all 0.5s ease;
}




/* --- PROJECT INSIDE --- */

/* PROJECT INFO HERO */

aside#hero-pj-info {
	position: absolute;
	padding: 100px 0px 60px 0px;
	z-index: 50;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	background-color: #121e1d;
	width: 100%;
	height: 100vh;
	transition: all 0.5s ease;;
}

aside#hero-pj-info.show {
	opacity: 100%;
	visibility: visible;
	transition: all 0.5s ease;
}

section.pj-info {
	margin-top: -0.6vw;
	border-top: 1px solid #1e1e1e;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
}

.pj-info-wrap {
	margin-top: 2.5vw;
	padding: 0px 60px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.pj-info-side {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ptf-label {
	font-size: 0.75rem;
	font-weight: 300;
	margin-top: 1.5vw;
}

.project-info-title {
	font-size: 2.5vw;
	font-weight: 300;
	margin-top: -6vw;
	margin-left: 7.5vw;
	color: #d5b680;
}

.back-to-ptf {
	font-size: 0.75rem;
}

#pj-info-body {
	width: 53vw;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding-right: 7.5vw;
}

#project-abstract {
	font-size: 2.5vw;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1;
}

#project-desc {
	margin-top: 3vw;
	width: 100%;
	height: 55%;
	padding-right: 3.5vw;
	color: #fff;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-content: space-between;
	align-items: flex-start;
	alignment-baseline: 
}

#project-desc p {
	font-size: 0.75rem;
	width: 45%;
}

/* PROJECT BODY */

section.project-body {
	margin-top: -0.5vw;
	border-top: 1px solid #1e1e1e;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
}

.pj-top {
	margin-top: 6vw;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 1vw;
}

#main-pj-title {
	font-weight: 300;
	font-size: 3.2vw;
	text-transform: uppercase;
}

#return {
	font-size: 0.75rem;
	font-weight: 300;
	padding-top: 1.5vw;
}

a.return, a.return:link, a.return:active, a.return:visited {
	color: #fff;
	text-transform: uppercase;
}

a.return:hover {
	color: #d5b680;
}

button#pj-info-btn {
	line-height: 1;
	color: #fff;
	border: 0;
	outline: 0;
	background: none;
	cursor: pointer;
	font-family: 'akkurat', sans-serif;
	font-weight: 300;
	font-size: 3.2vw;
	text-transform: uppercase;
}

#share {
	align-self:center;
	margin-bottom: 7vw;
}

a.share, a.share:link, a.share:visited, a.share:active {
	font-family: 'brewery', serif;
	font-weight: 100;
	font-size: 0.8rem;
	color: #d5b680;
}

/* PROJECT INFINITE TITLES */

.project-infinite-titles {
	position: fixed;
	top: 60vh;
	z-index: -1;
	width: 100%;
	display: flex;
	flex-direction: column;
	text-transform: uppercase;
	pointer-events: none;
}

.infinite-title-right, .infinite-title-left {
	align-self: flex-start;
}

/* PROJECT MEDIA */

#project-media {
	align-self: center;
	width: 60vw;
	display: flex;
	flex-direction: column;
	margin-bottom: 2vw;
}

#project-media img.full, #project-media video.full {
	margin-bottom: 1.5vw;
}

.return-bottom {
	align-self: center;
	font-size: 0.8rem;
	margin-bottom: 3vw;
}

/* ----- JOURNAL ------- */

section.journal-body {
	margin-top: -0.5vw;
	border-top: 1px solid #1e1e1e;
	padding-bottom: 7vw;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
}

/* JOURNAL TOP FEATURED */

.jrn-top-cols {
	margin-top: 5vw;
	width: 100%;
	height: 67vh;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.jrn-top-cols p {
	font-size: 0.75rem;
	color: #999;
}

.jrn-top-cols .jrn-feat-1-info {
	text-align: right;
	margin-right: 1rem;
}

a.jrn-feat-1 p, a.jrn-feat-3 p {
	transition: all 0.5s ease;
}

a.jrn-feat-1:hover p, a.jrn-feat-3:hover p {
	color: #ccc;
	transition: all 0.5s ease;
}

.arch-jrn-more {
	display: flex;
	align-items: center;
	margin-left: 1.2em;
	font-size: 0.8rem;
}

span.arch-plus {
	margin-right: 1em;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1;
	color: #999;
	border: 1px solid;
	padding: 3px 4px 2px 4px;
	border-radius: 100%;
	transform: scale(1);
	transition: all 0.5s ease;
}

a:hover span.arch-plus {
	border: 1px solid #d5b680;
	color: #d5b680;
	transform: scale(1.2);
	transition: all 0.5s ease;
}

span.arch-plus-label {
	color: #ccc;
	transition: all 0.5s ease;
}

a:hover span.arch-plus-label {
	color: #999;
	transition: all 0.5s ease;
}

.arch-link {
	font-size: 0.75rem;
}

/* INFINITE TITLE */

.jrn-infinite-title {
	padding: 1vw 0;
	width: 100%;
}

.infinite-title {
	width: 100%;
	z-index: -1;
	text-transform: uppercase;
	pointer-events: none;
}

/* JRN MID SECTION */

.jrn-mid {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: -8.5vw;
	align-items: flex-end;
}

.view-year {
	font-size: 0.75em;
	color: #999;
	width: 9vw;
	padding-bottom: 7vw;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.jrn-years {
	display: flex;
	flex-direction: column;
}

a.year, a.year:link, a.year:active, a.year:visited {
	color: #fff;
	text-decoration: none;
	padding-bottom: 8px;
}

a.year:hover {
	text-decoration: underline;
}

a.jrn-feat-3 {
	display: flex;
	flex-direction: column;
	width: 22vw;
}

.jrn-feat-3-info {
	width: 100%;
	padding: 1.5em 1.5em 0 12em;
	font-size: 0.75rem;
	color: #999;
	transition: all 0.5s ease;
}

.jrn-feat-3 .arch-more {
	margin-left: 2em;
}

/* JOURNAL ARCHIVE */

section#archive {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.archive-title {
	align-self: center;
	font-weight: 100;
	font-size: 2.5vw;
	margin-left: -31vw;
	margin-bottom: 4.5vw;
}

#archive-grid {
	width: 100%;
	margin-bottom: 4vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.arch-jrn-post, a.arch-jrn-post {
	color: inherit;
	width: 22vw;
	display: flex;
	flex-direction: column;
	margin-bottom: 2vw;
}

div.arch-img {
	width: 100%;
	padding-bottom: 75%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.arch-post-title {
	text-transform: uppercase;
	margin-top: 1.2rem;
	margin-left: 1.2rem;
	width: 75%;
	font-size: 1.3em;
	font-weight: 300;
}

.arch-post-info-right {
	color: #999;
	align-self: flex-end;
	text-align: right;
	margin-top: 0.5rem;
	margin-right: 3.5rem;
	width: 55%;
	font-size: 0.75rem;
}

.arch-post-info-left {
	color: #999;
	align-self: flex-start;
	text-align: left;
	margin-top: 0.5rem;
	margin-left: 3.5rem;
	width: 55%;
	font-size: 0.75rem;
}

a.arch-jrn-post p {
	transition: all 0.5s ease;
}

a.arch-jrn-post:hover p {
	color: #fff;
	transition: all 0.5s ease;
}

/* ----- JOURNAL INSIDE ---- */

section#jrn-entry-top {
	margin-top: -0.5vw;
	border-top: 1px solid #1e1e1e;
	padding-top: 5vw;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
}

.entry-top-wrapper {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
}

.entry-top-left {
	display: flex;
}

.jrn-entry-titles {
	z-index: 2;
	pointer-events: none;
	margin-top: 9.5vw;
	display: flex;
	flex-direction: column;
	width: 22vw;
}

.jrn-entry-name {
	margin-top: 10.5vw;
	text-transform: uppercase;
	font-size: 2.5vw;
	line-height: 1;
	font-weight: 300;
}

.jrn-entry-label {
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: 300;
}

.jrn-entry-img {
	width: 22vw;
	margin-left: -14.5vw;
}

.entry-feat-img {
	width: 100%;
	padding-bottom: 115%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 4.5vw;
}

.jrn-author {
	display: flex;
	align-items: center;
	font-size: 0.75rem;
	color: #ccc;
}

.jrn-author span {
	color: #999;
	border-bottom: 1px solid #333;
	margin-right: 0.5em;
}

.jrn-author-thumb {
	margin-right: 1vw;
	width: 3vw;
	height: 3vw;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.entry-top-mid {
	width: 30vw;
	padding-top: 4vw;
}

.entry-mid-info {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	padding-bottom: 3vw;
}

.jrn-entry-date {
	font-size: 0.75rem;
	width: 100px;
	color: #ccc;
}

.jrn-entry-abstract {
	font-size: 0.75rem;
	width: 21vw;
	margin-right: 1vw;
}

.jrn-entry-abstract p {
	line-height: 1.5;
}

.jrn-entry-year {
	font-size: 0.75rem;
	color: #999;
	display: inline-block;
	margin-top: 2.5vw;
	border-bottom: 1px solid;
}

.entry-top-right {
	width: 14vw;
	line-height: 1.6;
	color: #ccc;
}

/* JOURNAL INSIDE INFINITE TITLES */

.jrn-entry-inf {
	margin-top: -3em;
	color: #1e1e1e;
	margin-bottom: 2vw;
}

/* JOURNAL INSIDE BODY */

section#jrn-entry-body {
	width: 100%;
	padding-bottom: 4.5vw;
}

.jrn-entry-cols {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.entry-side {
	width: 8vw;
	height: 75vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.side-labels {
	font-size: 0.75rem;
	margin-top: 1vw;
}

.side-entry-name {
	color: #d5b680;
	margin-top: 1em;
	line-height: 1.3;
}

.side-return {
	font-size: 0.8rem;
}

.entry-body {
	width: 53vw;
	height: 75vh;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-right: 7.5vw;
}


#entry-top-quote {
	font-size: 2.5vw;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1;
}

#entry-body-text {
	color: #999;
	margin-top: 2.5vw;
	width: 100%;
	height: 55%;
	padding-right: 3.5vw;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-content: space-between;
	align-items: flex-start;
	alignment-baseline: 
}

#entry-body-text p {
	font-size: 0.75rem;
	width: 45%;
}

/* JOURNAL INSIDE ARCHIVE */

section#archive-inside {
	border-top: 1px solid #1e1e1e;
	padding-top: 2.5vw;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.archive-title-inside {
	display: flex;
	width: 50vw;
	justify-content: space-between;
	align-items: flex-end;
	align-self: center;
	font-weight: 100;
	margin-left: 5vw;
	margin-bottom: 4.5vw;
}

.archive-title-inside span.archive-header {
	font-size: 2.5vw;
}

.archive-title-inside a {
	padding-bottom: 0.5em;
}

/* --- COLLECTIVE ---- */

section#collective-top {
	border-top: 1px solid #1e1e1e;
	padding-top: 4.5vw;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ctv-cols{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.ctv-left {
	width: auto;
}

.ctv-label {
	margin-top: 0.5em;
	font-size: 0.8rem;
	font-weight: 300;
	text-transform: uppercase;
}

.ctv-mid {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 40vw;
	margin-left: 12vw;
}

.ctv-top-desc {
	margin-top: 5vw;
	font-size: 3vw;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 300;
}

.ctv-mid-text {
	margin-top: 4vw;
	margin-left: 5vw;
	width: 15vw;
	color: #999;
}

.ctv-right {
	width: 22vw;
}

.ctv-right img {
	margin-bottom: 1.5vw;
}

.ctv-corner-img {
	margin-top: -13.5vw;
	margin-left: -7vw;
	margin-bottom: 4.5vw;
	width: 18vw;
	padding-bottom: 12.5vw;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* COLLECTIVE MID */

section#collective-mid {
	border-top: 1px solid #1e1e1e;
	padding-top: 3.5vw;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.serv-label {
	font-size: 0.8rem;
	font-weight: 300;
	text-transform: uppercase;
}

.serv-list-wrap {
	width: 100%;
	padding-left: 7.5vw;
	margin-top: 4vw;
}

ol.serv-list {
	line-height: 1;
	font-size: 4.6vw;
	font-weight: 300;
	text-transform: uppercase;
	counter-reset: service;
}

ol.serv-list li {
	display: inline-block;
	transition: all 0.5s ease;
	cursor: pointer;
}

ol.serv-list li::before {
	font-size: 1.2rem;
	margin-right: 0.5rem;
	color: #999;
	counter-increment: service;
	content: "0" counter(service) ".";
	transition: all 0.5s ease;
}

ol.serv-list li:hover, ol.serv-list li:hover::before{
	color: #d5b680;
	transition: all 0.5s hover;
}

.serv-desc-wrap {
	margin-top: 5.5vw;
	margin-left: -8vw;
	width: 22vw;
	align-self: center;
	display: flex;
	justify-content: space-between;
}

.serv-desc-title, .serv-index {
	font-size: 1.2rem;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 1em;
}

.serv-desc {
	width: 65%;
}

.serv-desc p {
	color: #999;
}
