@charset "UTF-8";
/* CSS Document */
html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
}
.clearfix {
	clear: both;
}

/*TYPOGRAPHY*/
h1 {
	font-size: 24px;
	font-family: 'Archivo', sans-serif;
	font-weight: 600;
	line-height: 34px;
	color: #191717;
	display: inline;
}
h2 {
	font-size: 16px;
	font-family: 'Archivo', sans-serif;
	font-weight: 600;
	color: #191717;
	margin: 0;
}
p {
	font-size: 16px;
	font-family: 'Archivo', sans-serif;
	font-weight: 400;
	line-height: 28px;
	color: #191717;
}
a {
	font-family: 'Archivo', sans-serif;
	text-decoration: none;
	color: #191717;
}
.p-small {
	display: inline;
	font-size: 14px;
	line-height: 24px;
}
hr {
	border-top: none;
	margin: 0 0 18px 0;
	border-bottom: 1px solid #191717;
	display: none;
}
.nav-link, .nav-link:visited, .link, .link:visited {
	position: relative;
}
.nav-link:after, .nav-link:visited:after, .link:after, .link:visited:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #191717;
	transition: .2s;
}
.nav-link:hover:after, .nav-link:visited:hover:after, .link:hover:after, .link:visited:hover:after {
	width: 100%;
}
.active:after {
	width: 100%;
}
.dropdown-item:hover .nav-link:after, .dropbtn:hover .nav-link:after, .link-right:hover .nav-link:after {
	width: 100%;
}
#disclaimer {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}

/*NAV*/
.nav {
	position: fixed;
	top: 0;
	left: 0;
	height: 54px;
	width: 100%;
	background-color: #FFFFFF;
	border-bottom: 1px solid #191717;
	-webkit-transition: top 0.6s;
	transition: top 0.6s;
}
.nav-content {
	position: relative;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.nav.off-canvas {
	top: -57px;
}
.nav.fixed {
	top: 0;
	z-index: 1;
}
.nav-right {
	float: right;
	display: block;
	width: 240px;
	text-align: center;
	overflow: hidden;
}
.nav-link {
	margin: 0;
}
.link-left img {
	position: absolute;
	left: 0;
	max-width: 48px;
	padding: 3px;
}
.link-right {
	display: inline-block;
	position: relative;
	width: 118.5px;
	padding: 15px 0;
	border-left: 1px solid #191717;
	border-right: 1px solid #191717;
}
.link-top {
	border-top: 1px solid #191717;
}

/*DROPDOWN*/
.dropdown {
	float: left;
	overflow: hidden;
}
.dropbtn {
	display: inline-block;
	width: 118.5px;
	padding: 15px 0;
	background-color: #FFFFFF;
	border: none;
	border-radius: 0;
	border-left: 1px #191717 solid;
}
.dropdown:hover .dropbtn .nav-link:after {
	width: 100%;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
}
.dropdown-item {
	display: block;
	padding: 14px 0;
	width: 238px;
	border-left: 1px #191717 solid;
	border-right: 1px #191717 solid;
	border-bottom: 1px #191717 solid;
}
.dropdown:hover .dropdown-content {
	display: block;
}

/*OVERLAY*/
.overlay-open {
	display: none;
	padding: 20px 21px;
	cursor: pointer;
}
.overlay-open img {
	height: 16px;
}
.overlay-close img {
	height: 16px;
	float: right;
	padding: 19.5px 22.5px;
}
.overlay {
	position: fixed;
	overflow: hidden;
	left: 0;
	height: 0;
	width: 100%;
	transition: .2s;
	z-index: 2;
	background-color: rgba(25,23,23,.7);
}
.overlay-top {
	display: block;
	width: 100%;
	height: 54px;
	background-color: #FFFFFF;
}
.overlay-content {
	position: relative;
	width: 100%;
	top: 0;
	text-align: center;
	background-color: #FFFFFF;
}

/*BLOCKS*/
.content {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 7.5%;
}
.media {
	clear: both;
    overflow: auto;
	padding: 30px 0px;
}
.spacer-large {
	height: 120px;
}
.spacer-medium {
	height: 60px;
}
.spacer-small {
	height: 30px;
}

/*TEXT*/
.title {
	max-width: 600px;
	margin: 0 12px;
	padding-right: inherit;
}
.paragraph {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
}
.paragraph-about {
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
}
#name {
	margin-right: 3px;
	font-size: 27.69px;
	font-family: 'apple_garamonditalic', serif;
	font-weight: normal;
	line-height: 34px;
}
#place {
	margin-left: 3px;
	font-size: 27.69px;
	font-family: 'apple_garamonditalic', serif;
	font-weight: normal;
	line-height: 34px;
}
.team {
    display: table;
    width: 100%;
    table-layout: fixed;
	border-spacing: 12px;
	margin-bottom: -12px;
}
.team-title {
	margin: 0 12px 0 12px;
}
.team-column {
    display: table-cell;
}

/*IMAGES*/
.row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 12px;
	margin-bottom: -12px;
}
.column {
    display: table-cell;
}
.column-content {
	display: block;
	transition: .5s;
}
.column-content img {
	width: 100%;
	margin-bottom: -4px;
}
.column:after {
	width: 0 !important;
}
.column:hover {
	cursor: pointer;
}
.column:hover .column-content {
	transform: translateY(-1.5px);
	box-shadow: 0 1px 6px 0 rgba(25,23,23,.1);
}
.image-about {
	display: block;
	width: 570px;
	margin-bottom: 48px;
	margin-left: auto;
	margin-right: auto;
	cursor: default;
}
.video {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 25px;
	padding-bottom: 53.85%;
	margin: 12px 0px;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*PROJECT LINKS*/
.project-image .column-content {
	background-color: #191717;
}
.project-image img {
	opacity: 1;
	transition: .2s;
	transition-timing-function: ease;
}
.project-image:hover img {
	opacity: .7;
}
.project-name {
	margin-top: 18px;
}
.project-name p {
	margin-top: 6px;
	margin-bottom: 0;
}
.project-spacer {
	display: none;
}

/*NEXT/PREV PROJECT*/
.next-project {
	width: 50%;
	height: 54px;
}
.next-project.left {
	float: left;
}
.next-project.right {
	float: right;
}
.next-project h2 {
	width: calc(100% - 72px);
	margin-top: 13px;
}
.next-project.left h2 {
	float: right;
	text-align: left;
}
.next-project.right h2 {
	float: left;
	text-align: right;
}
.next-project img {
	height: 16px;
	margin-top: 14px;
	transition: .25s;
	transition-timing-function: ease;
}
.next-project.left img {
	float: left;
}
.next-project.right img {
	float: right;
}
.next-project.left:hover img {
	transform: translateX(-12px);
}
.next-project.right:hover img {
	transform: translateX(12px);
}

/*CONTACT*/
.contact {
	display: block;
	width: 140px;
	margin: 0 auto;
}
.contact i {
	border: 1px solid #191717;
	border-radius: 50%;
	transition: .2s;
}
.fa-linkedin-in {
	padding: 9px 10px;
}
.fa-behance {
	padding: 9px 8px;
}
.fa-envelope {
	padding: 9px;
}
.contact a {
	margin: 0 4px;
}
.contact i:hover {
	color: #FFFFFF;
	background-color: #191717;
}
.contact-25 {
	display: inline-block;
	width: 27%;
}
.contact-50 {
	display: inline-block;
}

/*LIGHTBOX*/
.lightbox {
	display: none;
	position: fixed;
    overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: 5;
	background-color: rgba(25,23,23,.7);
}
.lightbox-close {
	position: block;
	float: right;
	padding: 19px 16px;
	cursor: pointer;
}
.lightbox-close img {
	height: 16px;
}
.lightbox-content {
	position: relative;
	margin: auto;
	height: 85vh;
	width: 120vh;
	top: 46%;
	transform: translateY(-48%);
}
.slides {
	display: none;
}
.cursor {
	cursor: pointer;
}
.next-image {
	position: block;
	width: 50%;
	cursor: pointer;
}
.next-image img {
	height: 16px;
	padding: 24.5px 16px;
	transition: .25s;
	transition-timing-function: ease;
}
.next-image.left {
	float: left;
}
.next-image.right {
	float: right;
}
.next-image.left img {
	float: left;
}
.next-image.right img {
	float: right;
}
.next-image.left:hover img {
	transform: translateX(-12px);
}
.next-image.right:hover img {
	transform: translateX(12px);
}

/*SCROLL TO TOP*/
#scroll-top {
	display: none;
	position: fixed;
	bottom: 24px;
	right: 30px;
	width: 60px;
	height: 60px;
	z-index: 3;
	border: 1px solid #191717;
	border-radius: 50%;
	outline: none;
	background-color: #FFFFFF;
	cursor: pointer;
	transition: .2s;
}
#scroll-top svg {
	fill: #191717;
	width: 16px;
	padding: 8px 24.16%;
}
#scroll-top:hover {
	background-color: #191717;
}
#scroll-top:hover svg {
	fill: #FFFFFF;
}

/*MEDIA QUERIES*/
@media screen and (max-width: 480px) {
	.next-project h2 {
		display: none;
	}
}
@media screen and (max-width: 666px) {
	.title {
		width: 360px;
		margin: 0 !important;
	}
	.row {
		display: block;
		margin-bottom: 0;
	}
	.column {
		display: block;
		margin-top: 12px !important;
	}
	.team {
		display: block;
	}
	.team-title {
		margin: 0;
	}
	.team-column {
		display: block;
	}
	#team-column-right {
		margin-top: -16px;
	}
	.project-spacer {
		display: block;
	}
	.image-about {
		width: 100%;
	}
	.contact-25, .contact-100 {
		width: 100%;
		margin-bottom: 14.5px;
	}
	hr {
		display: block;
	}
	#blank-column {
		display: none;
	}
}
@media screen and (max-width: 900px) {
	.nav a:not(:first-child), .dropdown .dropbtn {
		display: none;
	}
	.nav-right {
		width: 60px;
	}
	.link-right {
		display: none;
	}
	.overlay-open {
		display: block;
	}
	.overlay-links {
		display: block;
	}
	.dropdown-item {
		display: block;
		width: 100%;
		border-left: none;
	}
	.video {
		padding-bottom: 49%;
	}
	.video-small {
		width: 560;
		height: 315;
	}
	.lightbox-content {
		top: 65vh;
		max-width: 85%;
	}
}
@media screen and (max-width: 1200px) {
	.link-right, .dropdown-item {
		border-right: 1px solid #FFFFFF;
	}
}