/*!
Theme Name: ambienttv
Theme URI: http://underscores.me/
Author: wtfs.works
Author URI: https://wtfs.works
Description: A custom theme based on _underscores
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ambienttv
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ambienttv is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
@font-face {
	font-family: 'Mortal-Ghost';
	src: url(../fonts/Mortal-Ghost.woff);
}

.mortal {
	font-family: 'Mortal-Ghost';
}

.inter {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.inter-100 {
	font-weight: 100;
}

.inter-200 {
	font-weight: 200;
}

.inter-300 {
	font-weight: 300;
}

.inter-400 {
	font-weight: 400;
}

.inter-500 {
	font-weight: 500;
}

.inter-600 {
	font-weight: 600;
}

.inter-700 {
	font-weight: 700;
}

.inconsolata {
	font-family: "Inconsolata", monospace;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-variation-settings:
		"wdth" 100;
}

:root {
	--black: #000;
	--offblack: #131313;
	--white: #FFF;
	--offwhite: #c1c1c1;
	--red: #eb0000;
	--green: #01e550;

	--sm: 80%;
	--lg: 125%;
	--xl: 168%;
	--xxl: 240%;

	--cubeSize: 300px;
	--swiper-theme-color: var(--green);
	--swiper-bullet-width: 32px;
}

.offblack {
	color: var(--offblack);
}

.text-sm {
	font-size: var(--sm);
}

.text-xl {
	font-size: var(--xl);
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--offwhite);
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.25;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Mortal-Ghost';
}

strong,
b {
	font-weight: 600;
}

p {
	margin-bottom: 1.15em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.site-title {
	display: flex;
	line-height: 1;
	font-size: var(--xxl) !important;
	font-family: 'Mortal-Ghost';
	text-decoration: none !important;
	margin: 0 !important;
	width: 100%;
}

/* Elements
--------------------------------------------- */
body {
	background: var(--black);
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a,
a:visited {
	color: var(--offwhite);
}

a:hover,
a:focus,
a:active {

	color: var(--red);
	cursor: crosshair;
}

a:focus,
a:hover,
a:active {
	outline: 0;
}

h1 a,
h2 a,
.site-header a,
.site-footer a {
	text-decoration: none;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100vh;
	cursor: none;
}

.site-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.home .site-header {
	position: absolute;
	top: 90%;

}

.site-main {
	flex: 1;
}



/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Scrollbars
--------------------------------------------- */
html {
	scrollbar-width: none;
}

body {
	-ms-overflow-style: none;
}

body::-webkit-scrollbar {
	display: none;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;

}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	font-size: var(--sm);
	position: fixed;
	right: 2rem;
	top: 8rem;
	min-width: 200px;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	margin-bottom: .5rem;
}

.main-navigation a {
	display: inline;
	text-decoration: none;
	background-color: var(--black);
	color: var(--offwhite);
	padding: 4px;
	text-transform: uppercase;
	font-style: italic;
}

.main-navigation a:hover {
	font-style: normal;
	color: var(--green);
}

/* Small menu. */
.menu-toggle {
	background-color: var(--green);
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	font-size: var(--sm);
	position: fixed;
	right: 1.5rem;
	top: 3rem;
	line-height: 1;
	z-index: 1000;
	mix-blend-mode: difference;
	opacity: .9;

}




.main-navigation.toggled ul {
	display: flex;
	flex-direction: column;

}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
	padding: 2px 8px 2px 12px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	text-transform: none;
	border: 0;
	margin: 0;
	overflow: visible;
	color: var(--offblack);
}

.hamburger::before {
	content: 'MENU';
	padding-right: 10px;
	font-size: var(--sm);
	font-weight: 700;
	line-height: 1;
}

.hamburger:hover {
	opacity: 0.7;
}

.hamburger.is-active:hover {
	opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #000;
}

.hamburger-box {
	width: 20px;
	height: 10px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 20px;
	height: 2px;
	background-color: #000;
	border-radius: 0;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -4px;
}

.hamburger-inner::after {
	bottom: -4px;
}

/* Minus  */
.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
	transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
	opacity: 0;
	transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
	top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
	bottom: 0;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



/*--------------------------------------------------------------
# Mouse
--------------------------------------------------------------*/
#canvas {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	z-index: -1;
	opacity: .15;
}

.trail {
	/* className for the trail elements */
	position: absolute;
	height: 96px;
	width: 96px;
	border-radius: 50%;
	background: green;
	border: 0;
	z-index: 100;
	backdrop-filter: blur(1px);
	mix-blend-mode: color-dodge;
	pointer-events: none;
	transition: 40ms ease-in-out;
	opacity: .75;
}

/*--------------------------------------------------------------
# Noise
--------------------------------------------------------------*/
.noise {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;
}

.noise-inner {
	position: absolute;
	inset: -200%;
	background-image: url("img/noise.png");
	opacity: 15%;
	animation: shift 0.2s linear infinite both;
}

@keyframes shift {
	0% {
		transform: translateX(10%) translateY(10%);
	}

	100% {
		transform: translateX(-10%) translateY(-10%);
	}
}

/*--------------------------------------------------------------
# Cube
--------------------------------------------------------------*/



.cube-container {
	perspective: 1000px;
	position: absolute;
	top: 25%;
	left: 20%;
}

.cube {
	position: relative;
	height: var(--cubeSize);
	width: var(--cubeSize);
	transform-style: preserve-3d;
	animation: rotateCube 15s infinite linear;
}


.face {
	position: absolute;
	width: var(--cubeSize);
	height: var(--cubeSize);
	background-color: var(--offblack);
	border: 1px solid var(--offwhite);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
}

.front {
	transform: translateZ(100px);
}

.back {
	transform: rotateY(180deg) translateZ(100px);
}

.left {
	transform: rotateY(-90deg) translateZ(100px);
}

.right {
	transform: rotateY(90deg) translateZ(100px);
}

.top {
	transform: rotateX(90deg) translateZ(100px);
}

.bottom {
	transform: rotateX(-90deg) translateZ(100px);
}

.matrix {
	width: var(--cubeSize);
	height: var(--cubeSize);
}

@keyframes rotateCube {
	0% {
		transform: rotateX(0deg);
	}

	25% {
		transform: rotateX(90deg) rotateY(90deg);
	}

	50% {
		transform: rotateX(180deg) rotateY(180deg);
	}

	75% {
		transform: rotateX(270deg) rotateY(270deg);
	}

	100% {
		transform: rotateX(360deg) rotateY(360deg);
	}
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

.section {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100vh;
	justify-content: center;
	transition: 150ms ease-in-out;
}

.section-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;
	pointer-events: none;
	opacity: .15;
	overflow: hidden;
}

.section-background > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.sections .section .section-background {
	opacity: 1;
	z-index: 0;
}

.sections .section .section-content {
	z-index: 1;
	font-family: "Inconsolata", monospace;
}

.sections .section .section-content .entry-title span.more {
	font-size: 200%;
}

.sections .section .section-content p {
	display: inline;
}

.sections .section.art-film-production .section-content .entry-title {
	position: absolute;
	right: 3rem;
	bottom: 1rem;
}

.sections .section.art-film-production .section-content .entry-title a {
	animation: blinker 1s linear infinite;
}

.sections .section.art-film-production .section-content .entry-title a:hover {
	animation: none;
	color: var(--green);
}

.sections .section.research {
	justify-content: start;
	padding-bottom: 5rem;
}

.sections .section.research .section-background img {
	filter: blur(5px) sepia(1) hue-rotate(180deg);
}

.sections .section.research h2.entry-title {
	margin-top: 3rem
}

.sections .section.research .section-content .entry-title a {
	animation: blinker 1s linear infinite;
}

.sections .section.research .section-content .entry-title a:hover {
	animation: none;
	color: var(--green);
}

.sections .section.research .section-content span.type-text {
	background-color: var(--black);
}

.sections .section.the-first-ten-years .section-content .type {
	padding-left: 5rem;
}

.sections .section.the-first-ten-years .section-content .entry-title {
	background-color: transparent;
	margin-left: -3rem;
	margin-bottom: 5rem;
}

.sections .section.the-first-ten-years,
.sections .section.whats-on {
	min-height: auto;
	justify-content: flex-start;
}

.sections .section.whats-on {
	justify-content: flex-start;
	margin-top: 1rem;
}

.sections .section.whats-on .entry-title {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 1rem;
}


.sections .section.whats-on .section-content .entry-title a:hover {
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
	49% {
		color: var(--offwhite);
	}

	50% {
		color: var(--red);
	}

	100% {

		color: var(--red);

	}

}

.type-cursor {
	background-color: var(--black);
}

.project-list ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
	display: inline-flex;
	flex-direction: column;
	position: relative;

}

.project-list ul.shuffle-board {
	background-color: var(--black);
	clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 120% 120%, 0 120%);
	opacity: 0;
}

.project-list ul.shuffle-board li {
	border-bottom: 1px dashed var(--offwhite);

}

.project-list ul.shuffle-board li > span.desc {
	position: absolute;
	white-space: nowrap;
	display: none;
}

.project-list ul.shuffle-board li:last-child {
	border-bottom: 0;
}

.project-list ul li {
	padding: .25rem 1rem;
}



.project-list ul li a {
	text-decoration: none;

}

.project-grid {
	display: block;
	background-color: var(--white);
	position: relative;
	padding-bottom: 10rem;
}

.grid-item,
.grid-item img {
	clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 120% 120%, 0 120%);
}

.grid-item {
	color: var(--black);
	padding: 3rem;
	margin-bottom: 5rem;
	flex: 1 1 45%;
	line-height: 1.15;
	font-size: 1.25rem;
	opacity: 0;
	padding-right: 10% !important;

}

.grid-item .entry-content {
	width: 70%;
}

.grid-item .entry-content > span {
	color: var(--white);
	background-color: var(--offblack);
	padding: 1px 4px;
}

.marquee {
	position: absolute;
	bottom: -10px;
	width: 100%;
	z-index: 0;
	font-size: 1rem;
	color: var(--black);
	line-height: 1;
	transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Swiper
--------------------------------------------------------------*/


.section-images {
	position: relative;
	top: 4px;
	z-index: 0;
	left: 0;
	width: 100%;
	height: 80vh;
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 100px;
	margin-bottom: 0px;
	margin-top: 5rem;
	background-image: url(img/bg2.png);
}

.swiper {
	height: 100%;
	width: 100%;
	position: relative;
}

.swiper-slide {
	height: 100%;
	width: auto;
	transition: 1s ease-in-out;
	text-align: center;
	clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 60px, 120% 120%, 0 120%);
}

.swiper-slide-prev,
.swiper-slide-next {
	filter: blur(2px) grayscale(1);
	opacity: .5;
}

.swiper-slide img {
	height: 100%;
	width: auto;
	max-width: auto;
}

.slide-caption span {
	background-color: var(--offblack);
	width: auto;
	padding: 4px;
	float: left;
	color: var(--red);
}

.swiper-pagination {
	width: 100%;
	bottom: 0;
	display: flex;
	gap: 0px;
	justify-content: space-between;
	background-color: var(--black);
}

.swiper-pagination-bullet {
	border-radius: 0;
	width: var(--swiper-bullet-width);
	height: 6px;
	opacity: 1;
	background-color: var(--black);
	transition: 250ms ease-in-out;
}

.swiper-pagination-bullet-active {
	background-color: var(--green);
}