@font-face {
	font-family: 'mailart_graphics';
	src: url('../fonts/mailg___.woff2') format('woff2'), url('../fonts/mailg___.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/*@font-face {
	font-family: 'Cooper Black';
	src: url('../fonts/Cooper-Black-Regular.woff2') format('woff2'), url('../fonts/Cooper-Black-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}*/
body, html {
	height: 100%;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	position: relative;
}
img {
	margin: 0 auto;
	display: block;
	width: 100%;
	height: auto;
}

/*VIDEO---------------------------------------------------------- */

video {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	width: auto;
	height: 100% !important;
	object-fit: cover;
	overflow: hidden;
}
.col-66 video, .col-33 video, .col-45 video, .col-55 video {
	position: relative !important;
	width: 100% !important;
	height: auto !important;
	transform: none !important;
	top: 0% !important;
	left: 0% !important;
}
/*PRELOADING------------ */
#overlayer {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000000;
	object-fit: cover;
	overflow: hidden;
}
/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */
*::-webkit-media-controls-panel {
	display: none!important;
	-webkit-appearance: none;
}
/* Old shadow dom for play button */
*::-webkit-media-controls-play-button {
	display: none!important;
	-webkit-appearance: none;
}
/* New shadow dom for play button */
/* This one works! */
*::-webkit-media-controls-start-playback-button {
	display: none!important;
	-webkit-appearance: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	position: absolute;
	z-index: 0;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none !important;
	height: 0;
}
[hidden] {
	display: none;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
a:focus {
	outline: thin dotted;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	border-top: 1px solid var(--color-heading);
	-webkit-animation: colorchange-fill 20s infinite alternate;
}
mark {
	background: #ff0;
	color: #000;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre-wrap;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 25%;
	line-height: 0;
	position: relative;
	vertical-align: super;
	font-family: 'Inter', sans-serif;
	font-style: italic;
}
sup {
    top: -7px;
    left: 1px;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before {
	box-sizing: border-box;
}
:root {
	font-size: 14px;
}
body {
	--color-text: #272222;
	--color-bg: #000000;
	--color-link: #e2af68;
	--color-link-hover: #333;
	--color-content-link: #000;
	--color-content-link-hover: #000;
	--color-heading: #d1cfcf;
	--font-content: Cardo;
	color: var(--color-text);
	background-color: #000000;
	font-family: 'Inter', sans-serif;
}
.baddy {
	display: none !important;
}
h1 {
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 50px;
    letter-spacing: -1px;
	margin: 0px;
}
.row h1{ font-family: 'Anton', sans-serif; font-weight: 300; text-align: left; padding-left: 3%;}
.row h2{ font-family: 'Inter', sans-serif; font-weight: 300; text-align: left; padding-left: 3%;}
.row p{
	text-align: left;
    padding-left: 3%;
    font-weight: lighter;
    line-height: 24px;
}
.demo-2 {
	--color-text: #faf6f1;
	--color-bg: #191817;
	--color-link: #c3846e;
	--color-link-hover: #fff;
	--color-content-link: #FAF6F1;
	--color-content-link-hover: #FAF6F1;
	--color-heading: #4c4742;
	--font-content: 'Antic Didone';
}
.demo-3 {
	--color-text: #000000;
	--color-bg: #ffffff !important;
	--color-link: #c3846e;
	--color-link-hover: #ff0000;
	--color-content-link: #FAF6F1;
	--color-content-link-hover: #FAF6F1;
	--color-heading: #4c4742;
	--font-content: 'Antic Didone';
}
.details{
	width:33% !important;
	float: left;
	padding: 3%;
	display: inline-block;
	}
.description{
	width:66% !important;
	float: left;
	padding: 3%;
	display: inline-block;
	}
.right30 {
	position: absolute !important;
	right: 30px;
	top: 0;
	line-height: 58px !important;
	height: 50px !important;
	overflow: hidden;
	vertical-align: text-top;
}
.stamp1 {
	font-family: 'mailart_graphics';
	font-size: 65px;
	line-height: 0px;
	height: 65px;
	position: absolute;
	margin-top: 27px;
	margin-left: 0px;
	color: var(--color-text);
	-webkit-animation: colorchange-fill 20s infinite alternate;
	font-weight: normal;
}
.stamp2 {
	display: none;
	height: 0px;
	width: 0px;
	font-size: 0px;
	overflow: hidden;
	-webkit-animation: colorchange-fill 20s infinite alternate;
}
.contact-title {
	margin-top: 15%;
	color: #fff;
	font-size: 28px;
	font-family: 'Anton', sans-serif;
	font-weight: 300;
	transition: all 4s ease-in-out;
}
form {
	margin-top: 50px;
	transition: all 4s ease-in-out;
}
.form-control {
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background: transparent;
	border: none;
	outline: none;
	border-bottom: 1px solid gray;
	color: #fff;
	font-size: 18px;
	margin-bottom: 16px;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
}
input {
	height: 45px;
}
form .submit {
	background: #ff5722;
	border-color: transparent;
	color: #fff;
	font-size: 30px;
    letter-spacing: -1px;
	height: 50px;
	margin-top: 20px;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
}
form .submit:hover {
	background-color: #f44336;
	cursor: pointer;
}
.contact-form {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0px 20px;
}
/* Page Loader */
.js .loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}
.js .loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}
@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5, 0.5, 1);
	}
}
a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
}
a:hover, a:focus {
	color: var(--color-link-hover);
	outline: none;
}
.message {
	background: var(--color-text);
	color: var(--color-bg);
	padding: 1rem;
	text-align: center;
}
.frame {
	padding: 3rem 5vw;
	text-align: center;
	position: relative;
	z-index: 1000;
}
.frame__I {
	display: inline;
}
.frame__I a:not(:last-child), .frame__demos a:not(:last-child) {
	margin-right: 1rem;
}
.frame__links a:not(:last-child)::after {
	content: '|';
	margin: 0 0 0 1rem;
}
.frame__links a:hover:not(:last-child)::after {
	color: var(--color-link);
}
.frame__C {
	margin: 1rem 0;
}
.frame__demo--current, .frame__demo--current:hover {
	color: var(--color-text);
	text-decoration: line-through;
}
.frame__heading {
	font-weight: normal;
	margin: 0px;
	color: var(--color-heading);
	-webkit-animation: colorchange-fill 20s infinite alternate;
}
.frame__heading a {
	text-decoration: none;
	color: var(--color-heading);
	-webkit-animation: colorchange-fill 20s infinite alternate;
}
.frame__heading a:hover {
	text-decoration: none;
	color: var(--color-heading);
	-webkit-animation: colorchange-fill 20s infinite alternate;
}
.frame__bio {
	color: var(--color-heading);
}
.content {
	display: flex;
	flex-direction: column;
	width: 100vw;
	height: calc(100vh - 13rem);
	position: relative;
	justify-content: flex-start;
	align-items: center;
}
.distort {
	position: absolute;
	pointer-events: none;
	will-change: transform;
}
.distort__img {
	opacity: 0;
}
.content {
	font-family: var(--font-content), serif;
	color: var(--color-content-text);
}
.menu {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	text-align: center;
	font-size: 10vh;
	font-weight: normal;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
}
.demo-2 .menu, .demo-3 .menu {
	line-height: 1;
}
.quote {
	display: block;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 2rem;
	z-index: 999;
	font-weight: normal;
}
.quote__author {
	margin: 2rem 0 0 0;
	display: block;
	font-size: 1rem;
	color: var(--color-content-secondary);
}
.quote__author::before {
	content: '\2014';
	margin-right: 1rem;
}
.menu__link, .quote__link {
	z-index: 999;
	color: var(--color-content-link);
	position: relative;
	white-space: nowrap;
}
.menu__link:hover, .quote__link:hover {
	color: var(--color-content-link-hover);
}
.menu__link span, .quote__link span {
	display: inline-block;
}
.quote__link::after {
	content: '';
	position: absolute;
	height: 5px;
	border-width: 1px 0;
	border-style: solid;
	width: 100%;
	left: 0;
	top: calc(100% - 0.25rem);
	border-color: currentColor;
}
.message {
	display: none;
}
.frame {
	position: fixed;
	text-align: left;
	z-index: 10000;
	top: 0;
	left: 0;
	display: grid;
	align-content: space-between;
	width: 100%;
	max-width: none;
	height: 100vh;
	padding: 2rem;
	pointer-events: none;
	grid-template-columns: 30% 40% 30%;
	grid-template-rows: 2rem auto auto;
	grid-template-areas: 'A B C' 'D E F' 'G H I';
}
.frame__title-wrap {
	grid-area: title;
	display: flex;
	justify-content: flex-end;
	align-self: end;
}
.frame__title {
	margin: 0 2rem 0 0;
}
.frame__bio {
	grid-area: bio;
	font-family: 'Inter', sans-serif;
	align-self: center;
	justify-self: end;
	font-size: 11px;
	letter-spacing: 0.05em;
	width: 210px;
	text-align: justify;
	opacity: 1;
	margin-left: 70px;
	margin-top: -7px;
	color: rgba(255, 255, 255, 0);
	-webkit-transition: ease 1s;
	-moz-transition: ease 1s;
	-o-transition: ease 1s;
	transition: ease 1s;
	text-decoration: none;
	line-height: 18px;
	/*text-stroke: 1px rgba(186, 135, 114, 0.25);
    -webkit-text-stroke: 1px rgba(186, 135, 114, 0.25);
    -moz-text-stroke: 1px rgba(186, 135, 114, 0.25);
    -o-text-stroke: 1px rgba(186, 135, 114, 0.25);*/
	mix-blend-mode: screen !important;
	-webkit-animation: colorchange-fill 20s infinite alternate;
}
.frame__bio:hover {
	-webkit-transition: ease 1s;
	-moz-transition: ease 1s;
	-o-transition: ease 1s;
	transition: ease 1s;
	color: rgba(255, 255, 255, 1);
	/*text-stroke: 1px rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0);
    -moz-text-stroke: 1px rgba(255, 255, 255, 0);
    -o-text-stroke: 1px rgba(255, 255, 255, 0);*/
	mix-blend-mode: screen !important;
	-webkit-animation: colorchange-fill 0s infinite alternate;
}
.frame__A {
	grid-area: A;
}
.frame__B {
	grid-area: B;
}
.frame__C {
	margin: 0;
	grid-area: C;
	justify-self: end;
	align-self: center;
}
.frame__D {
	grid-area: D;
}
.frame__E {
	grid-area: E;
}
.frame__F {
	margin: 0;
	grid-area: F;
	justify-self: end;
}
.frame__G {
	grid-area: G;
}
.frame__H {
	grid-area: H;
	text-align: center;
}
.frame__I {
	margin: 0;
	grid-area: I;
	justify-self: end;
	align-self: center;
}
.frame a {
	pointer-events: auto;
}
.content {
	height: 100vh;
	justify-content: center;
}
.quote {
	font-size: 9vh;
}
.quote__author {
	font-size: 2.5vh;
}
.quote__link::after {
	top: calc(100% - 1vh);
}

}
@-webkit-keyframes colorchange-stroke {
	0% {
		text-stroke: 1px blue;
		-webkit-text-stroke: 1px blue;
		-moz-text-stroke: 1px blue;
		-o-text-stroke: 1px blue;
	}
	10% {
		text-stroke: 1px #8e44ad;
		-webkit-text-stroke: 1px #8e44ad;
		-moz-text-stroke: 1px #8e44ad;
		-o-text-stroke: 1px #8e44ad;
	}
	20% {
		text-stroke: 1px #1abc9c;
		-webkit-text-stroke: 1px #1abc9c;
		-moz-text-stroke: 1px #1abc9c;
		-o-text-stroke: 1px #1abc9c;
	}
	30% {
		text-stroke: 1px #d35400;
		-webkit-text-stroke: 1px #d35400;
		-moz-text-stroke: 1px #d35400;
		-o-text-stroke: 1px #d35400;
	}
	40% {
		text-stroke: 1px blue;
		-webkit-text-stroke: 1px blue;
		-moz-text-stroke: 1px blue;
		-o-text-stroke: 1px blue;
	}
	50% {
		text-stroke: 1px #34495e;
		-webkit-text-stroke: 1px #34495e;
		-moz-text-stroke: 1px #34495e;
		-o-text-stroke: 1px #34495e;
	}
	60% {
		text-stroke: 1px red;
		-webkit-text-stroke: 1px red;
		-moz-text-stroke: 1px red;
		-o-text-stroke: 1px red;
	}
	70% {
		text-stroke: 1px #2980b9;
		-webkit-text-stroke: 1px #2980b9;
		-moz-text-stroke: 1px #2980b9;
		-o-text-stroke: 1px #2980b9;
	}
	80% {
		text-stroke: 1px #f1c40f;
		-webkit-text-stroke: 1px #f1c40f;
		-moz-text-stroke: 1px #f1c40f;
		-o-text-stroke: 1px #f1c40f;
	}
	90% {
		text-stroke: 1px #2980b9;
		-webkit-text-stroke: 1px #2980b9;
		-moz-text-stroke: 1px #2980b9;
		-o-text-stroke: 1px #2980b9;
	}
	100% {
		text-stroke: 1px pink;
		-webkit-text-stroke: 1px pink;
		-moz-text-stroke: 1px pink;
		-o-text-stroke: 1px pink;
	}
}
@-webkit-keyframes colorchange-fill {
	0% {
		color: #B3291B;
	}
	10% {
		color: #E38331;
	}
	20% {
		color: #E9D347;
	}
	30% {
		color: #EAD8CB;
	}
	40% {
		color: #8fd6e1;
	}
	50% {
		color: #367ECE;
	}
	60% {
		color: #0616d2;
	}
	70% {
		color: #4fb033;
	}
	80% {
		color: #F3A73C;
	}
	90% {
		color: #e45fcb;
	}
	100% {
		color: #B3291B;
	}
}
#intro-page {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 5000;
}
#intro-page img {
	max-width: 35%;
	max-height: 35%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translateZ(1) scale(1, 1);
	-moz-transform: translateZ(1) scale(1, 1);
	-o-transform: translateZ(1) scale(1, 1);
	transform: translateZ(1) scale(1, 1);
}
.logo {
	position: fixed;
	z-index: 160;
	top: 60px;
	height: 25px;
	width: 210px;
	left: 0px;
	display: inline-block;
	font-size: 20px;
}
.logo .active {
	color: #acacac;
	font-weight: bold;
}
video {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	width: 100%
}
#projects {
	width: 100%;
	position: relative;
	top: 50px;
	left: 0;
	right: 0;
	display: block;
}
.row {
	width: 100%;
	height: auto;
	display: inline-block;
}
.col-33 {
	width: 33.33%;
	float: left;
	padding: 3%;
	display: inline-block;
}
.col-45 {
	width: 45%;
	float: left;
	padding: 3%;
	display: inline-block;
}
.col-55 {
	width: 55%;
	float: left;
	padding: 3%;
	display: inline-block;
}
.col-66 {
	width: 66%;
	float: left;
	padding: 3%;
	display: inline-block;
}
.col-80 {
	width: 80%;
	float: left;
	padding: 3%;
	display: inline-block;
}
.col-100 {
	width: 100%;
	float: left;
	padding: 0%;
	display: inline-block;
}
.col-33 img, .col-45 img, .col-55 img, .col-66 img, .col-80 img {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	display: inline-block;
}
.star {
        visibility: hidden;
}
.fadeIn {
        -webkit-animation: animat_show 0.8s;
        animation: animat_show 0.8s;
        visibility: visible !important;
}
    @-webkit-keyframes animat_show{
        0%{opacity:0}
        100%{opacity:1}
    }
@media screen and (max-width: 600px) {
	.frame__bio, .stamp {
		display: none !important;
	}
	.contact-title {
		margin-top: 25% !important;
	}
	.frame {
		max-height: 100% !important;
		overflow: hidden;
	}
	.stamp2 {
		font-family: 'mailart_graphics' !important;
		font-size: 65px !important;
		line-height: 65px !important;
		height: 65px !important;
		width: auto;
		position: absolute !important;
		margin-top: 20px !important;
		margin-left: 0px !important;
	-webkit-animation: colorchange-fill 20s infinite alternate;
		font-weight: normal !important;
		display: inline-block !important;
	}
	.stamp1 {
		display: none !important;
		height: 0px !important;
		width: 0px !important;
		font-size: 0px !important;
		overflow: hidden !important;
		color: var(--color-text);
	-webkit-animation: colorchange-fill 20s infinite alternate;
	}
	.frame__D h1 {
		display: none !important;
	}
	.frame__A h1 {
		display: inline-block !important;
		margin-top: -8px !important;
	}
	.baddy {
		display: inline-block !important;
	}
	.frame__A{width: 200px !important}
.content{
	    height: 100% !important;
    min-height: 270px !important;
    justify-content: center !important;
    vertical-align: middle !important;
    position: fixed !important;
}
.col-80 {
    width: 100% !important;
}
	.details, .description{
		width:100% !important;
	}
}
@media screen and (max-width: 769px) {
	body {
		overflow: hidden !important;
		overflow-y: auto !important;
	}
	.frame__D {
		grid-auto-columns: A !important;
	}
	.menu {
		font-size: 48px !important;
	}
}