/*
Theme Name: Amber
Author: Code by Ricardo Juárez
Author URI: http://rjvv.com/
Version: 1.3
License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html
Copyright: (c) 2022 Ricardo Juárez
*/

@font-face {
	font-family: 'apercu-light';
	src: url('fonts/apercu-light.woff2') format('woff2'),
		url('fonts/apercu-light.woff') format('woff'),
		url('fonts/apercu-light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body.projects-template-default .content_section > ul,
body.projects-template-default .content_section > ul ul {
list-style: disc !important;
padding-left: 18px;
padding-bottom: 30px !important;
}
body.projects-template-default .cover_content h1 {
	line-height: 1.1 !important;
}
body.projects-template-default .content_section > ul li {
list-style: disc !important;
}
.gallery .gallery-item {
	padding: 10px;
}
.gallery .gallery-item img {
border: none !important;
}
.image.content_section .outside.full_width .image_caption {
padding: 0 20px;
}

::selection {
	background: #000 !important;
	color: #fff !important;
}
::-moz-selection {
	background: #000;
	color: #fff;
}

body {
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

/* 
   * variables
   */
/* Default Equations */
/* Penner Equations (approximated) originally created by @robpenner */
/* 
   * mixins
   */
/*
   * keyframe animation
   */
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes scaleUp {
	100% {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

@-moz-keyframes scaleUp {
	100% {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

@keyframes scaleUp {
	100% {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

@-webkit-keyframes backgroundError {
	0% {
		background: #FBFFE8;
	}

	20% {
		background: #D5F2F2;
	}

	40% {
		background: #EAEDFE;
	}

	60% {
		background: #FFF0F0;
	}

	80% {
		background: #CDF0FE;
	}

	100% {
		background: #FBFFE8;
	}
}

@-moz-keyframes backgroundError {
	0% {
		background: #FBFFE8;
	}

	20% {
		background: #D5F2F2;
	}

	40% {
		background: #EAEDFE;
	}

	60% {
		background: #FFF0F0;
	}

	80% {
		background: #CDF0FE;
	}

	100% {
		background: #FBFFE8;
	}
}

@keyframes backgroundError {
	0% {
		background: #FBFFE8;
	}

	20% {
		background: #D5F2F2;
	}

	40% {
		background: #EAEDFE;
	}

	60% {
		background: #FFF0F0;
	}

	80% {
		background: #CDF0FE;
	}

	100% {
		background: #FBFFE8;
	}
}

/* 
   * global
   */
/*
  * {
      -webkit-overflow-scrolling: touch;
  }
  */
body {
	font-family: 'apercu-light', helvetica, arial, sans-serif;
	font-feature-settings: "liga", "kern";
}



h1,
h2,
h3,
p,
a,
span,
ul li,
input {
	font-family: 'apercu-light', helvetica, arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	color: inherit;
	font-size: 13px;
	line-height: 20px;
	color: #555;
}

a {
	color: inherit;
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

ul {
	list-style: none;
}

img {
	max-width: 100%;
}

img,
video {
	-moz-user-select: -moz- none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	-moz-user-drag: -moz- none;
	-webkit-user-drag: none;
	user-drag: none;
}

main,
section,
aside,
div {
	position: relative;
}

/* 
   * layout
   */
body {
	overscroll-behavior: none;
}

body:before {
	content: '';
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.2);
	pointer-events: none;
	z-index: 4;
	opacity: 0;
	-webkit-transition: opacity 0.7s ease-out;
	-moz-transition: opacity 0.7s ease-out;
	-ms-transition: opacity 0.7s ease-out;
	-o-transition: opacity 0.7s ease-out;
	transition: opacity 0.7s ease-out;
}

body>div#loader {
	position: fixed;
	width: 0;
	height: 5px;
	top: 0;
	left: 0;
	background: #fff;
	display: block;
	z-index: 5;
	pointer-events: none;
}

body>header a {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	writing-mode: vertical-rl;
	z-index: 2;
	color: #555;
	-moz-user-select: -moz- none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}

body>header a.index {
	left: 13px;
	transform: translateY(-50%) rotate(180deg);
}

body>header a.about {
	right: 13px;
}

body main {
	background-color: #fff;
}

body main article {
	position: relative;
	z-index: 4;
	overflow: hidden;
}

body main article header {
	-webkit-transition: opacity 0.6s cubic-bezier(0, 0, 0.58, 1);
	-moz-transition: opacity 0.6s cubic-bezier(0, 0, 0.58, 1);
	-ms-transition: opacity 0.6s cubic-bezier(0, 0, 0.58, 1);
	-o-transition: opacity 0.6s cubic-bezier(0, 0, 0.58, 1);
	transition: opacity 0.6s cubic-bezier(0, 0, 0.58, 1);
}

body main article header h1,
body main article header span,
body main article header a {
	position: fixed;
	top: 50%;
	z-index: 2;
	color: #AAA;
	mix-blend-mode: difference;
	writing-mode: vertical-rl;
	-moz-user-select: -moz- none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}

body main article header h1,
body main article header a,
body main article header span {
	-webkit-transition: opacity 0.6s cubic-bezier(0, 0, 0.58, 1);
	-moz-transition: opacity 0.6s cubic-bezier(0, 0, 0.58, 1);
	-ms-transition: opacity 0.6s cubic-bezier(0, 0, 0.58, 1);
	-o-transition: opacity 0.6s cubic-bezier(0, 0, 0.58, 1);
	transition: opacity 0.6s cubic-bezier(0, 0, 0.58, 1);
}

body main article header h1,
body main article header span {
	left: 13px;
	transform: translateY(-50%) rotate(-180deg);
}

body main article header h1 {
	text-align: center;
}

body main article header span {
	opacity: 0;
}

body main article header a {
	right: 13px;
	transform: translateY(-50%);
}

body main article header.fade h1 {
	opacity: 0;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

body main article footer {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	cursor: pointer;
}

body main article section:not(.about):nth-of-type(1) {
	/* width: 100vw; */
	height: 100vh;
	overflow: hidden;
}

body main article section:not(.about):nth-of-type(1) div {
	width: 100%;
	height: 100%;
	transform-origin: top left;
}

body main article section:not(.about):nth-of-type(1) div.active {
	-webkit-transition: all 1.2s cubic-bezier(0.83, 0, 0.17, 1);
	-moz-transition: all 1.2s cubic-bezier(0.83, 0, 0.17, 1);
	-ms-transition: all 1.2s cubic-bezier(0.83, 0, 0.17, 1);
	-o-transition: all 1.2s cubic-bezier(0.83, 0, 0.17, 1);
	transition: all 1.2s cubic-bezier(0.83, 0, 0.17, 1);
}

body main article section:not(.about):nth-of-type(1) video,
body main article section:not(.about):nth-of-type(1) img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body main article section:not(.about):nth-of-type(1) video.top-left,
body main article section:not(.about):nth-of-type(1) img.top-left {
	object-position: top left;
}

body main article section:not(.about):nth-of-type(1) video.top-center,
body main article section:not(.about):nth-of-type(1) img.top-center {
	object-position: top center;
}

body main article section:not(.about):nth-of-type(1) video.top-right,
body main article section:not(.about):nth-of-type(1) img.top-right {
	object-position: top right;
}

body main article section:not(.about):nth-of-type(1) video.center-left,
body main article section:not(.about):nth-of-type(1) img.center-left {
	object-position: center left;
}

body main article section:not(.about):nth-of-type(1) video.center-center,
body main article section:not(.about):nth-of-type(1) img.center-center {
	object-position: center center;
}

body main article section:not(.about):nth-of-type(1) video.center-right,
body main article section:not(.about):nth-of-type(1) img.center-right {
	object-position: center right;
}

body main article section:not(.about):nth-of-type(1) video.bottom-left,
body main article section:not(.about):nth-of-type(1) img.bottom-left {
	object-position: bottom left;
}

body main article section:not(.about):nth-of-type(1) video.bottom-center,
body main article section:not(.about):nth-of-type(1) img.bottom-center {
	object-position: bottom center;
}

body main article section:not(.about):nth-of-type(1) video.bottom-right,
body main article section:not(.about):nth-of-type(1) img.bottom-right {
	object-position: bottom right;
}

/* body main article section:not(.about):nth-of-type(1).peek {
	-webkit-transition: height 1.2s cubic-bezier(0.83, 0, 0.17, 1);
	-moz-transition: height 1.2s cubic-bezier(0.83, 0, 0.17, 1);
	-ms-transition: height 1.2s cubic-bezier(0.83, 0, 0.17, 1);
	-o-transition: height 1.2s cubic-bezier(0.83, 0, 0.17, 1);
	transition: height 1.2s cubic-bezier(0.83, 0, 0.17, 1);
	height: 95vh;
} */

body main article section:not(.about):nth-of-type(2) {
	background: #fff;
}

body main article section:not(.about):nth-of-type(2)>p {
	text-align: center;
	margin: 0 auto;
	max-width: 600px;
	padding: 40px 60px 0;
	font-size: 18px;
	line-height: 25px;
}

body main article section:not(.about):nth-of-type(2)>div {
	padding: 20px 0;
	width: 100%;
	overflow: hidden;
}

body main article section:not(.about):nth-of-type(2)>div>div img,
body main article section:not(.about):nth-of-type(2)>div>div video {
	object-fit: contain;
	display: block;
	margin: 0 auto;
}

body main article section:not(.about):nth-of-type(2)>div>div.half,
body main article section:not(.about):nth-of-type(2)>div>div.full {
	width: 100%;
}

body main article section:not(.about):nth-of-type(2)>div>div.full img,
body main article section:not(.about):nth-of-type(2)>div>div.full video {
	width: 100%;
}

body main article section:not(.about):nth-of-type(2)>div>div.half:nth-of-type(1) {
	margin-bottom: 40px;
}

body main article section:not(.about):nth-of-type(2)>div>div.half img,
body main article section:not(.about):nth-of-type(2)>div>div.half video {
	width: 75%;
}

body main article section:not(.about):nth-of-type(2)>div:nth-of-type(1) {
	padding-top: 40px;
}

body main article section:not(.about):nth-of-type(2)>div:last-child {
	padding-bottom: 0;
}

body main article section:not(.about):nth-of-type(2)>div:last-child>div.half:last-child {
	margin-bottom: 40px;
}

body main article section.about>div:nth-of-type(1) {
	width: 100vw;
	height: 100vh;
}

body main article section.about>div:nth-of-type(1) div {
	top: 15%;
	left: 25%;
	width: 50%;
	height: 70%;
	transform-origin: top left;
}

body main article section.about>div:nth-of-type(1) div.active {
	-webkit-transition: all 1.4s cubic-bezier(0.83, 0, 0.17, 1);
	-moz-transition: all 1.4s cubic-bezier(0.83, 0, 0.17, 1);
	-ms-transition: all 1.4s cubic-bezier(0.83, 0, 0.17, 1);
	-o-transition: all 1.4s cubic-bezier(0.83, 0, 0.17, 1);
	transition: all 1.4s cubic-bezier(0.83, 0, 0.17, 1);
}

body main article section.about>div:nth-of-type(1) img,
body main article section.about>div:nth-of-type(1) video {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body main article section.about>div:nth-of-type(2) {
	padding: 0 0 100px;
}

body main article section.about>div:nth-of-type(2)>h1 {
	text-align: center;
	margin: 0 auto 40px;
	font-size: 20px;
	line-height: 28px;
	transform: matrix(0.65, 0, 0, 0.65, 0, -200);
	transform-origin: bottom;
	-webkit-transition: opacity 0.6s cubic-bezier(0, 0, 0.58, 1);
	-moz-transition: opacity 0.6s cubic-bezier(0, 0, 0.58, 1);
	-ms-transition: opacity 0.6s cubic-bezier(0, 0, 0.58, 1);
	-o-transition: opacity 0.6s cubic-bezier(0, 0, 0.58, 1);
	transition: opacity 0.6s cubic-bezier(0, 0, 0.58, 1);
}

body main article section.about>div:nth-of-type(2)>p {
	text-align: center;
	margin: 0 auto 40px;
	max-width: 600px;
	padding: 0 60px;
}

body main article section.about>div:nth-of-type(2)>div {
	padding: 0 80px;
}

body main article section.about>div:nth-of-type(2)>div div {
	margin: 0 auto 40px;
}

body main article section.about>div:nth-of-type(2)>div div p {
	text-align: center;
}

body main article section.about>div:nth-of-type(3) {
	padding: 0 40px;
	overflow: auto;
}

body main article section.about>div:nth-of-type(3) p {
	text-align: center;
	margin: 0 auto 80px;
	max-width: 600px;
	padding: 0 60px;
}

body main article section.about>div:nth-of-type(3)>div {
	float: left;
	width: 50%;
	text-align: center;
	height: calc(30vw + 100px);
}

body main article section.about>div:nth-of-type(3)>div a span:nth-of-type(1) {
	text-decoration: underline;
}

body main article section.about>div:nth-of-type(3)>div img {
	width: 100%;
	height: 30vw;
	object-fit: contain;
	mix-blend-mode: multiple;
	opacity: .5;
}

body main article section.about>div:nth-of-type(3)>div span {
	display: block;
}

@media (hover: hover) {
	body main article section.about>div:nth-of-type(3) div img {
		-webkit-transition: all 0.5s ease-out;
		-moz-transition: all 0.5s ease-out;
		-ms-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out;
	}

	body main article section.about>div:nth-of-type(3) div span {
		opacity: 0;
		-webkit-transition: all 0.5s ease-out;
		-moz-transition: all 0.5s ease-out;
		-ms-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out;
	}

	body main article section.about>div:nth-of-type(3) div:hover img {
		-webkit-transition: all 0.1s ease-out;
		-moz-transition: all 0.1s ease-out;
		-ms-transition: all 0.1s ease-out;
		-o-transition: all 0.1s ease-out;
		transition: all 0.1s ease-out;
		mix-blend-mode: initial;
		opacity: 1;
	}

	body main article section.about>div:nth-of-type(3) div:hover span {
		-webkit-transition: all 0.1s ease-out;
		-moz-transition: all 0.1s ease-out;
		-ms-transition: all 0.1s ease-out;
		-o-transition: all 0.1s ease-out;
		transition: all 0.1s ease-out;
		opacity: 1;
	}
}

body main article section.about>div:nth-of-type(4) {
	padding: 40px;
	overflow: auto;
}

body main article section.about>div:nth-of-type(4) p {
	text-align: center;
	margin: 0 auto;
	max-width: 600px;
	padding: 0 60px;
}

body main article section.about>div:nth-of-type(4) p a {
	text-decoration: underline;
}

body main article section.about>div:nth-of-type(4) p a:hover {
	text-decoration: none;
}

body main article section.slides,
body main article section.about {
	-webkit-transition: background 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	-moz-transition: background 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	-ms-transition: background 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	-o-transition: background 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	transition: background 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body main article.up header a {
	position: absolute;
	bottom: 150vh;
	top: auto;
	transform: translateY(50%);
}

body main aside {
	overscroll-behavior: none;
}

body main aside.cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	overflow: hidden;
	display: none;
	z-index: 4;
	background: #fff;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	cursor: pointer;
	flex-direction: column;
    justify-content: center;
}

body main aside.cover img,
body main aside.cover video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body main aside.cover img.top-left,
body main aside.cover video.top-left {
	object-position: top left;
}

body main aside.cover img.top-center,
body main aside.cover video.top-center {
	object-position: top center;
}

body main aside.cover img.top-right,
body main aside.cover video.top-right {
	object-position: top right;
}

body main aside.cover img.center-left,
body main aside.cover video.center-left {
	object-position: center left;
}

body main aside.cover img.center-center,
body main aside.cover video.center-center {
	object-position: center center;
}

body main aside.cover img.center-right,
body main aside.cover video.center-right {
	object-position: center right;
}

body main aside.cover img.bottom-left,
body main aside.cover video.bottom-left {
	object-position: bottom left;
}

body main aside.cover img.bottom-center,
body main aside.cover video.bottom-center {
	object-position: bottom center;
}

body main aside.cover img.bottom-right,
body main aside.cover video.bottom-right {
	object-position: bottom right;
}

/* body main aside.cover span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

body main aside.cover span img {
	-webkit-filter: blur(30px);
	-moz-filter: blur(30px);
	-ms-filter: blur(30px);
	-o-filter: blur(30px);
	filter: blur(30px);
} */

/* body main aside.cover:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.15) url(images/naaro.svg) no-repeat center center;
	background-size: 65%;
	z-index: 2;
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
} */

body main aside.cover.active {
	display: flex;
}

body main aside.projects {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100vw;
	height: 100%;
	overflow: auto;
	cursor: move;
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	background: #fff;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

body main aside.projects::-webkit-scrollbar {
	display: none;
}

body main aside.projects:active {
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

body main aside.projects nav {
	text-align: center;
	width: 200vw;
	padding: 33.33vh 33.33vw;
	transform: matrix(1, 0, 0, 1, 0, 0);
	font-size: 0;
	-webkit-transition: background 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	-moz-transition: background 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	-ms-transition: background 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	-o-transition: background 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	transition: background 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body main aside.projects nav a {
	font-size: initial;
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	will-change: transform;
	transform-origin: center;
	-webkit-transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	-ms-transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-user-select: -moz- none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	-moz-user-drag: -moz- none;
	-webkit-user-drag: none;
	user-drag: none;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

body main aside.projects nav a span:nth-of-type(1) {
	position: relative;
	display: flex;
}

body main aside.projects nav a span:nth-of-type(1) video,
body main aside.projects nav a span:nth-of-type(1) img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0;
}

body main aside.projects nav a span:nth-of-type(1) video.loaded,
body main aside.projects nav a span:nth-of-type(1) img.loaded {
	opacity: 1;
}

body main aside.projects nav a span:nth-of-type(1):before {
	position: relative;
	content: '';
	pointer-events: none;
	width: 100%;
/*	background: rgba(0, 0, 0, 0.1);*/
	padding-bottom: var(--ratio);
	z-index: -1;
}

body main aside.projects nav a span:nth-of-type(2) {
	text-align: left;
	display: block;
	/* opacity: 0;
	width: 0; */
	white-space: nowrap;
	overflow: hidden;
	margin-top: 10px;
	-webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	text-transform: uppercase;
	color: #000;
}

@media (hover: hover) {
	body main aside.projects nav a:hover span:nth-of-type(2) {
		-webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), width 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
		-moz-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), width 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
		-ms-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), width 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
		-o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), width 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), width 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
		opacity: 1;
		width: 100%;
	}
}

body main aside.projects nav a.width_200 {
	width: 100px;
}

body main aside.projects nav a.width_250 {
	width: 125px;
}

body main aside.projects nav a.width_300 {
	width: 150px;
}

body main aside.projects nav a.width_350 {
	width: 175px;
}

body main aside.projects nav a.width_400 {
	width: 200px;
}

body main aside.projects nav a.width_450 {
	width: 225px;
}

body main aside.projects nav a.width_500 {
	width: 250px;
}

body main aside.projects nav a.width_550 {
	width: 275px;
}

body main aside.projects nav a.width_600 {
	width: 300px;
}

body main aside.index {
	position: fixed;
	width: 100vw;
	height: 100%;
	top: 0;
	left: 0;
	overflow: auto;
	z-index: 3;
	display: none;
}

body main aside.index header a {
	position: fixed;
	top: 50vh;
	right: 20px;
	z-index: 2;
	color: #555;
	transform: translateY(-50%);
	writing-mode: vertical-rl;
	-moz-user-select: -moz- none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}

body main aside.index nav {
	padding: 50px 30px;
}

body main aside.index nav a {
	line-height: 30px;
	color: #555;
	display: table;
	text-decoration: none;
	-webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.58, 1);
	-moz-transition: opacity 0.3s cubic-bezier(0, 0, 0.58, 1);
	-ms-transition: opacity 0.3s cubic-bezier(0, 0, 0.58, 1);
	-o-transition: opacity 0.3s cubic-bezier(0, 0, 0.58, 1);
	transition: opacity 0.3s cubic-bezier(0, 0, 0.58, 1);
}

body main aside.helper {
	position: fixed;
	width: 100vw;
	height: 100vh;
	display: none;
	pointer-events: none;
}

body.page-template-page-project main article {
	/*	
      header{
          
          h1, span, a{
              @include transition( none );
              @include animation( fadeIn .6s $easeOut 0s forwards );
          }
          
      }
      */
}

body.page-template-page-project main article section:nth-of-type(1) {
	background: #fff;
}

body.page-template-page-project main aside.projects,
body.project main aside.projects {
	pointer-events: none;
}

body.page-template-page-about main aside.projects,
body.about main aside.projects {
	pointer-events: none;
}

body.page-template-page-about article.press header span,
body.about article.press header span {
	opacity: 1;
}

body.page-template-page-about article.up header span,
body.about article.up header span {
	position: absolute;
	bottom: 150vh;
	top: auto;
	transform: translateY(50%) rotate(-180deg);
}

body.error404 main {
	color: #555;
	-webkit-animation: backgroundError 10s linear infinite;
	-moz-animation: backgroundError 10s linear infinite;
	-o-animation: backgroundError 10s linear infinite;
	animation: backgroundError 10s linear infinite;
}

body.error404 main article section {
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.error404 main article section p {
	text-align: center;
	font-family: 'apercu-light';
	font-size: 18px;
}

body.error404 main article section p a {
	text-decoration: underline;
}

body.error404 main article section p a:hover {
	text-decoration: none;
}

body.loading header,
body.loading main {
	pointer-events: none;
}

body.loading:before {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	opacity: 1;
}

body.cover-scale aside.cover {
	/*
      top: 50%;
      left: 50%;
      @include transform( translate3d( -50%, -50%, 0) );
      */
	background: none;
	-webkit-transition: all 1.4s cubic-bezier(0.83, 0, 0.17, 1);
	-moz-transition: all 1.4s cubic-bezier(0.83, 0, 0.17, 1);
	-ms-transition: all 1.4s cubic-bezier(0.83, 0, 0.17, 1);
	-o-transition: all 1.4s cubic-bezier(0.83, 0, 0.17, 1);
	transition: all 1.4s cubic-bezier(0.83, 0, 0.17, 1);
}

body.cover-scale aside.cover:before {
	opacity: 0;
}

body.index>header {
	display: none;
}

body.index main aside.projects {
	pointer-events: none;
}

body.index main aside.projects nav a {
	mix-blend-mode: multiply;
	opacity: 0.2;
}

body.index main aside.projects nav a.sharp {
	mix-blend-mode: initial;
	opacity: 1;
	-webkit-transition: transform 0s cubic-bezier(0.215, 0.61, 0.355, 1), filter 0s cubic-bezier(0, 0, 0.58, 1);
	-moz-transition: transform 0s cubic-bezier(0.215, 0.61, 0.355, 1), filter 0s cubic-bezier(0, 0, 0.58, 1);
	-ms-transition: transform 0s cubic-bezier(0.215, 0.61, 0.355, 1), filter 0s cubic-bezier(0, 0, 0.58, 1);
	-o-transition: transform 0s cubic-bezier(0.215, 0.61, 0.355, 1), filter 0s cubic-bezier(0, 0, 0.58, 1);
	transition: transform 0s cubic-bezier(0.215, 0.61, 0.355, 1), filter 0s cubic-bezier(0, 0, 0.58, 1);
}

body.index main aside.index {
	display: block;
	opacity: 0;
	-webkit-animation: fadeIn 800ms cubic-bezier(0, 0, 0.58, 1) forwards;
	-moz-animation: fadeIn 800ms cubic-bezier(0, 0, 0.58, 1) forwards;
	-o-animation: fadeIn 800ms cubic-bezier(0, 0, 0.58, 1) forwards;
	animation: fadeIn 800ms cubic-bezier(0, 0, 0.58, 1) forwards;
}

body.about-move main aside.projects nav a:last-child {
	-webkit-transition: transform 0s cubic-bezier(0.215, 0.61, 0.355, 1), filter 0s cubic-bezier(0, 0, 0.58, 1);
	-moz-transition: transform 0s cubic-bezier(0.215, 0.61, 0.355, 1), filter 0s cubic-bezier(0, 0, 0.58, 1);
	-ms-transition: transform 0s cubic-bezier(0.215, 0.61, 0.355, 1), filter 0s cubic-bezier(0, 0, 0.58, 1);
	-o-transition: transform 0s cubic-bezier(0.215, 0.61, 0.355, 1), filter 0s cubic-bezier(0, 0, 0.58, 1);
	transition: transform 0s cubic-bezier(0.215, 0.61, 0.355, 1), filter 0s cubic-bezier(0, 0, 0.58, 1);
}


/* custom css */

.project_cover {
	position: relative;
	padding-bottom: 20px;
}

.project_cover img {
	height: 100vh;
}

.cover_content,
.cover_extras {
	position: absolute;
	height: auto !important;
	display: flex;
	padding: 20px;
	align-items: center;
	box-sizing: border-box;
	z-index: 2;
}

.type_and_year span {
	padding-right: 20px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0.32px;
}

.project_back,
.top_actions button,
.about_content button,
.cover_extras button {
	background-color: #F3EEE7;
	color: #000;
   border: 0;
   border-radius: 8px;
   padding: 10px;
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	line-height: 15px;
	letter-spacing: 0.13px;
	cursor: pointer;
	margin-right: 15px;
	font-family: 'apercu-light';
}

.top_actions button {
	margin-right: 0;
}

.projects_filter {
	display: grid;
   gap: 10px;
 	grid-template-columns: repeat(4, auto);
}

.cover_extras button {
	margin-right: 0;
}

.cover_content {
	height: 100% !important;
    display: flex;
    justify-content: center;
	z-index: 1;
}

.cover_content h1 {
	color: #FFF;
	text-align: center;
	font-family: 'apercu-light';
	font-size: 120px;
	font-style: normal;
	font-weight: 300;
	line-height: 120px;
	letter-spacing: -3.6px;
}

.content_section {
	padding: 0 20px;
	position: relative;
}

.content_section h1, 
.content_section h2, 
.content_section h3,
.content_section p,
.content_section a,
.content_section span,
.content_section ul li,
.content_section input {
	color: #000;
}

.about_page_section p {
	font-size: 15px;
}

div.text h2,
div.text p {
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: 0.32px;
}

p.big,
div.text h2,
div.text p.big {
	font-size: 25px;
	line-height: 30px;
}

.text.content_section {
    max-width: 900px;
}

div.image.content_section {
	padding: 0;
}

div.image.content_section .exact_size {
	padding: 0 20px;
}

div.image.content_section .exact_size img {
	width: auto;
}

div.image.content_section .image_caption p {
	font-family: 'apercu-light', helvetica, arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	line-height: 15px;
	letter-spacing: 0.13px;
}

div.image.content_section .outside .image_caption {
	margin-top: 10px;
}

div.image.content_section .inside {
	position: relative;
}

div.image.content_section .inside .image_caption {
    position: absolute;
    bottom: 74px;
    left: 40px;
}

div.image.content_section .inside.full_width .image_caption {
	left: 20px;
}

div.image.content_section .inside .image_caption p {
	color: #fff;
}

.project_footer {
	background-color: #F3EEE7 !important;
}

.project_footer {
	padding: 20px;
}

.project_footer p {
	color: #000;
	font-style: normal;
	font-weight: 300;
	line-height: 15px;
	letter-spacing: 0.13px;
}

.project_footer p a {
	color: #00000073;
}

.project_slider {
    position: relative;
}

.flex-slide-v {
    width: 40% !important;
    padding: var(--medpad);
    height: fit-content !important;
    transition: all 0.3s ease;
    transition-property: margin-bottom !important;
}

.swiper-wrapper {
	cursor: grab;
}

.see_more_slide {
	margin-top: 10px;
	display: block;
	color: #00000066 !important;
	font-family: 'apercu-light', helvetica, arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	line-height: 15px; /* 115.385% */
	letter-spacing: 0.13px;
}

.zero {
	padding-bottom: 0 !important;
}

.smallb {
	padding-bottom: 20px !important;
}

.mediumb {
	padding-bottom: 60px !important;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6,
.text p {
	padding-bottom: 20px !important;
}

.text > *:last-child {
	padding-bottom: 60px !important;
}
 .text > *:last-child:not(iframe) {
  margin-bottom: 0px !important;
}


.video-container iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}


/* .small-y
{
	padding-top: 20px !important;
	padding-bottom: 20px !important;
} */

.medium-y {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.project_section {
	transition-delay: 1s;
	transition-property: all;
	transition-duration: 1ms;
}

.section_loaded {
	background-color: #fff;
}

body:not(.page-template-page-project) .project_back,
body:not(.page-template-page-project) .cover_extras, 
body:not(.page-template-page-project) .cover_content h1 {
	opacity: 0;
	transition: all 1s cubic-bezier(0.83, 0, 0.17, 1);
	transition-delay: 1s;
}

.section_loaded .project_back,
.section_loaded .cover_extras,
.section_loaded .cover_content h1 {
	opacity: 1 !important;
}


.about_page_section {
	min-height: 100vh;
	padding: 20px;
}

.about_page_section a {
	color: rgba(0, 0, 0, 0.40);
	font-size: 25px;
	font-weight: 300;
	line-height: 30px; /* 120% */
	display: block;
}

.about_content button {
	margin-right: 0;
}

.about_content {
    display: flex;
	justify-content: space-between;
	gap: 30px;
}

.about_details {
	max-width: 920px;
}

body main aside.cover span,
body main aside.cover p {
	color: #000;
	text-align: center;
	font-size: 25px;
	font-weight: 300;
	line-height: 30px;
	max-width: 970px;
	margin: 0 auto;
	padding: 0 20px;
}

.countdown_cover,
.cover_click {
	color: rgba(0, 0, 0, 0.40) !important;
}

.cover_click:hover {
	text-decoration: underline;
}

.cover_intro {
	display: inline;
}

.cover_click {
	margin-top: 12px !important;
	display: inline-block;
}

.top_actions {
	position: fixed;
    z-index: 2;
	width: 100%;
}

.top_action_inner {
	display: flex;
    justify-content: space-between;
    padding: 20px;
}

.top_actions button {
	background-color: #fff;
	cursor: pointer;
}

.top_actions button:hover {
	box-shadow: inset 0px 0px 0px 1px;
}

.top_actions button:last-child {
	margin: 0;
}

.projects_filter button.filter-active {
	box-shadow: inset 0px 0px 0px 1px;
}

.about_page_section a:hover {
	color: #000;
}

.about_page_section .mediumb {
	padding-bottom: 30px !important;
}


.project_back {
	position: fixed;
    z-index: 99;
	right: 0px;
    top: 20px;
}


/* custom css */


/* 
   * media queries
   */
@media screen and (min-width: 760px) {

	h1,
	h2,
	h3,
	p,
	a,
	span,
	ul li,
	input {
		font-size: 16px;
		line-height: 25px;
	}

	body>header a.index {
		left: 20px;
	}

	body>header a.about {
		right: 20px;
	}

	body main article header h1,
	body main article header span {
		left: 20px;
	}

	body main article header a {
		right: 20px;
	}

	body main article section:not(.about):nth-of-type(2) p {
		padding: 80px 60px;
		font-size: 20px;
		line-height: 28px;
	}

	body main article section:not(.about):nth-of-type(2)>div {
		display: flex;
		height: auto;
		opacity: 0;
		-webkit-transition: opacity 0.6s ease-in-out;
		-moz-transition: opacity 0.6s ease-in-out;
		-ms-transition: opacity 0.6s ease-in-out;
		-o-transition: opacity 0.6s ease-in-out;
		transition: opacity 0.6s ease-in-out;
	}

	body main article section:not(.about):nth-of-type(2)>div>div {
		display: flex;
		justify-content: center;
		text-align: left;
		padding: 20px;
		width: calc(100vw - 40px);
		height: calc(100vh - 40px);
	}

	body main article section:not(.about):nth-of-type(2)>div>div img,
	body main article section:not(.about):nth-of-type(2)>div>div video {
		max-height: 100%;
	}

	body main article section:not(.about):nth-of-type(2)>div>div.half:nth-of-type(1) {
		margin-bottom: 0;
	}

	body main article section:not(.about):nth-of-type(2)>div>div.full.small img,
	body main article section:not(.about):nth-of-type(2)>div>div.full.small video {
		max-width: 50%;
	}

	body main article section:not(.about):nth-of-type(2)>div>div.full.medium img,
	body main article section:not(.about):nth-of-type(2)>div>div.full.medium video {
		max-width: 75%;
	}

	body main article section:not(.about):nth-of-type(2)>div>div.full.large img,
	body main article section:not(.about):nth-of-type(2)>div>div.full.large video {
		max-width: 100%;
	}

	body main article section:not(.about):nth-of-type(2)>div>div.small img,
	body main article section:not(.about):nth-of-type(2)>div>div.small video {
		height: 50%;
	}

	body main article section:not(.about):nth-of-type(2)>div>div.medium img,
	body main article section:not(.about):nth-of-type(2)>div>div.medium video {
		height: 67%;
	}

	body main article section:not(.about):nth-of-type(2)>div>div.large img,
	body main article section:not(.about):nth-of-type(2)>div>div.large video {
		height: 100%;
	}

	body main article section:not(.about):nth-of-type(2)>div>div.cover img,
	body main article section:not(.about):nth-of-type(2)>div>div.cover video {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	body main article section:not(.about):nth-of-type(2)>div>div.cover.top-left img,
	body main article section:not(.about):nth-of-type(2)>div>div.cover.top-left video {
		object-position: top left;
	}

	body main article section:not(.about):nth-of-type(2)>div>div.cover.top-center img,
	body main article section:not(.about):nth-of-type(2)>div>div.cover.top-center video {
		object-position: top center;
	}

	body main article section:not(.about):nth-of-type(2)>div>div.cover.top-right img,
	body main article section:not(.about):nth-of-type(2)>div>div.cover.top-right video {
		object-position: top right;
	}

	body main article section:not(.about):nth-of-type(2)>div>div.cover.center-left img,
	body main article section:not(.about):nth-of-type(2)>div>div.cover.center-left video {
		object-position: center left;
	}

	body main article section:not(.about):nth-of-type(2)>div>div.cover.center-center img,
	body main article section:not(.about):nth-of-type(2)>div>div.cover.center-center video {
		object-position: center center;
	}

	body main article section:not(.about):nth-of-type(2)>div>div.cover.center-right img,
	body main article section:not(.about):nth-of-type(2)>div>div.cover.center-right video {
		object-position: center right;
	}

	body main article section:not(.about):nth-of-type(2)>div>div.cover.bottom-left img,
	body main article section:not(.about):nth-of-type(2)>div>div.cover.bottom-left video {
		object-position: bottom left;
	}

	body main article section:not(.about):nth-of-type(2)>div>div.cover.bottom-center img,
	body main article section:not(.about):nth-of-type(2)>div>div.cover.bottom-center video {
		object-position: bottom center;
	}

	body main article section:not(.about):nth-of-type(2)>div>div.cover.bottom-right img,
	body main article section:not(.about):nth-of-type(2)>div>div.cover.bottom-right video {
		object-position: bottom right;
	}

	body main article section:not(.about):nth-of-type(2)>div>div:not(.cover).top-left {
		align-items: flex-start;
		justify-content: flex-start;
	}

	body main article section:not(.about):nth-of-type(2)>div>div:not(.cover).top-center {
		align-items: flex-start;
		justify-content: center;
	}

	body main article section:not(.about):nth-of-type(2)>div>div:not(.cover).top-right {
		align-items: flex-start;
		justify-content: flex-end;
	}

	body main article section:not(.about):nth-of-type(2)>div>div:not(.cover).center-left {
		align-items: center;
		justify-content: flex-start;
	}

	body main article section:not(.about):nth-of-type(2)>div>div:not(.cover).center-center {
		align-items: center;
		justify-content: center;
	}

	body main article section:not(.about):nth-of-type(2)>div>div:not(.cover).center-right {
		align-items: center;
		justify-content: flex-end;
	}

	body main article section:not(.about):nth-of-type(2)>div>div:not(.cover).bottom-left {
		align-items: flex-end;
		justify-content: flex-start;
	}

	body main article section:not(.about):nth-of-type(2)>div>div:not(.cover).bottom-center {
		align-items: flex-end;
		justify-content: center;
	}

	body main article section:not(.about):nth-of-type(2)>div>div:not(.cover).bottom-right {
		align-items: flex-end;
		justify-content: flex-end;
	}

	body main article section:not(.about):nth-of-type(2)>div.show {
		opacity: 1;
	}

	body main article section:not(.about):nth-of-type(2)>div:nth-of-type(1) {
		padding-top: 0px;
	}

	body main article section:not(.about):nth-of-type(2)>div:last-child {
		padding-bottom: 100px;
	}

	body main article section:not(.about):nth-of-type(2)>div:last-child>div.half:last-child {
		margin-bottom: 0px;
	}

	body main article section.about>div:nth-of-type(2)>h1 {
		font-size: 54px;
		line-height: 75px;
		margin: 20px auto 100px;
		transform: matrix(0.3, 0, 0, 0.3, 0, -200);
	}

	body main article section.about>div:nth-of-type(2)>p {
		margin: 0 auto 100px;
	}

	body main article section.about>div:nth-of-type(2)>div {
		display: flex;
		justify-content: center;
	}

	body main article section.about>div:nth-of-type(2)>div div {
		margin: 0;
		width: 33.3333%;
	}

	body main article section.about>div:nth-of-type(3) div {
		width: 33.3333%;
		height: calc(25vw + 100px);
	}

	body main article section.about>div:nth-of-type(3) div img {
		height: 25vw;
	}

	body main aside.cover:before {
		background-size: 45%;
	}

	body main aside.projects nav {
		width: 100vw;
		padding: 33.33vh 33.33vw;
	}

	body main aside.projects nav a.width_200 {
		width: 200px;
	}

	body main aside.projects nav a.width_250 {
		width: 250px;
	}

	body main aside.projects nav a.width_300 {
		width: 300px;
	}

	body main aside.projects nav a.width_350 {
		width: 350px;
	}

	body main aside.projects nav a.width_400 {
		width: 400px;
	}

	body main aside.projects nav a.width_450 {
		width: 450px;
	}

	body main aside.projects nav a.width_500 {
		width: 500px;
	}

	body main aside.projects nav a.width_550 {
		width: 550px;
	}

	body main aside.projects nav a.width_600 {
		width: 600px;
	}
	
}

@media screen and (min-width: 1200px) {
	body main article section.about>div:nth-of-type(3) div {
		width: 20%;
		height: calc(15vw + 100px);
	}

	body main article section.about>div:nth-of-type(3) div img {
		height: 15vw;
	}
}

@media (max-width: 767px) {
	.cover_content h1 {
		font-size: 90px;
	}
}

@media (max-width: 600px) {
	.cover_content h1 {
		font-size: 60px;
	}

	.flex-slide-v {
		width: 80% !important;
	}

	.about_content {
		flex-direction: column-reverse;
	}

	.about_button {
		position: fixed;
		bottom: 20px;
		left: 20px;
	}

	.project_back {
		left: 20px;
		bottom: 20px;
		top: inherit;
		right: inherit;
	}

}

@media (max-width: 482px) {
	.top_action_inner {
		flex-direction: column;
		/* gap: 16px; */
		align-items: center;
		padding: 15px;
	}

	body main aside.projects nav a span:nth-of-type(2),
	.project_footer p,
	div.image.content_section .image_caption p,
	.see_more_slide,
	div.text h2, 
	div.text p,
	.about_page_section p {
		font-size: 12px;
	   line-height: 15px;	
	}
	
	body main aside.cover span, 
	body main aside.cover p,
	p.big, 
	div.text h2, 
	div.text p.big,
	.about_page_section a {
		font-size: 18px;
	   line-height: 20px;
	}

	.about_page_section .mediumb {
	   padding-bottom: 20px !important;
	}

}

@media (max-width: 333px) {
	.projects_filter {
	 	grid-template-columns: 1fr 1fr;
	}
}


