@charset "UTF-8";
/*
Theme Name: The Lexicon Archives 2021
 */
 
 
 @font-face {
    font-family: 'trash';
    src: url('fonts/Trash.eot');
    src: url('fonts/Trash.eot?#iefix') format('embedded-opentype'),
        url('fonts/Trash.woff2') format('woff2'),
        url('fonts/Trash.woff') format('woff'),
        url('fonts/Trash.ttf') format('truetype'),
        url('fonts/Trash.svg#Trash') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'walsh';
    src: url('fonts/GTWalsheimProRegular.eot');
    src: url('fonts/GTWalsheimProRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/GTWalsheimProRegular.woff2') format('woff2'),
        url('fonts/GTWalsheimProRegular.woff') format('woff'),
        url('fonts/GTWalsheimProRegular.ttf') format('truetype'),
        url('fonts/GTWalsheimProRegular.svg#GTWalsheimProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



*,:after,:before {
    box-sizing: border-box
}

:root {
    font-size: 15px
}
body {
    margin: 0;
    --color-content-bg:#0057ff;
    --color-number:#f3f3f3;
    --color-reveal-bg:#0057ff;
    --color-text:#f3f3f3;
    --color-bg:#0057ff;
    --color-link:#f3f3f3;
    --color-link-hover:#f3f3f3;
    --color-line:rgba(82,77,73,0.38);
    color: var(--color-text);
    background-color:#0057ff;
    font-family: walsh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f3f3f3;
    background-color: var(--color-bg);
    text-rendering: optimizeLegibility;
    /* font-family:trash */
}

.demo-2 {
    --color-text:#f3f3f3;}

.js .loading:after,.js .loading:before {
    content: "";
    position: fixed;
    z-index: 1000
}

.js .loading:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-bg)
}

.js .loading:after {
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    opacity: 1;
    background-image:url(img/lexicon.png);
    background-size:contain;
    animation: loaderAnim .4s linear infinite alternate forwards
}

@keyframes loaderAnim {
    to {
        opacity: 1;
        transform: scale3d(.5,.5,1)
    }
}

a {
    text-decoration: underline;
    color: var(--color-link);
    outline: none
}

a:focus,a:hover {
    color: var(--color-link-hover);
    outline: none;
    text-decoration: none
}

main {
    text-align: center;
    padding: 2rem
}

main:before {
    animation: grain 8s steps(10) infinite;
    background-image: url(img/noise.png);
    content: "";
    height: 300%;
    left: -50%;
    opacity: .5;
    position: fixed;
    top: -100%;
    width: 300%;
    pointer-events: none;
    z-index: 1;

}

.main:before {
    animation: grain 8s steps(10) infinite;
    background-image: url(img/noise.png);
    content: "";
    height: 300%;
    left: -50%;
    opacity: .5;
    position: fixed;
    top: -100%;
    width: 300%;
    pointer-events: none;
    z-index: 1;
}

@keyframes grain {
    0%,to {
        transform: translate(0)
    }

    10% {
        transform: translate(-5%,-10%)
    }

    20% {
        transform: translate(-15%,5%)
    }

    30% {
        transform: translate(7%,-25%)
    }

    40% {
        transform: translate(-5%,25%)
    }

    50% {
        transform: translate(-15%,10%)
    }

    60% {
        transform: translate(15%)
    }

    70% {
        transform: translateY(15%)
    }

    80% {
        transform: translate(3%,35%)
    }

    90% {
        transform: translate(-10%,10%)
    }
}

.logo {
    grid-area: logo;
    text-decoration: none;
    font-size: 3rem;
    font-weight: 700;
    align-self: auto;
    justify-self: inherit;
    background:url(img/lexicon.png);
    background-size:cover;
    display: block;
    height: 175%;
    width: 175%;
    margin-left:1vw
}

.about__subtitle {
    grid-area: aboutsub;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    transform: rotate(180deg);
    align-self: start;
    justify-self: start;
    writing-mode: vertical-rl;
    font-family: 'trash';
    letter-spacing: 2px;
    text-transform: lowercase;
}

.page-title {
    grid-area: pagetitle;
    margin: 0;
    font-weight: 600;
    font-size: 1.4rem;
    padding: 1rem 0;
    font-family: 'trash';
}

.page-title div {
    clip-path: polygon(0 0,var(--clip) 0,var(--clip) 100%,0 100%)
}

.demos {
    grid-area: demos
}

.links {
    grid-area: links;
    padding-top: 1rem
}

.demos div:not(:first-child),.links div:not(:first-child) {
    margin-left: 1rem
}

.frame__demo {
    display: inline-block
}

.frame__demo--current {
    opacity: .8;
    text-decoration: none
}

.bigtitle {
    grid-area: title;
    font-family: trash;
    font-weight: 700;
    font-size: 11.25vw;
    margin: 0;
    line-height: .9;
    text-indent: -.9vw;
}

.subtitle {
    grid-area: subtitle;
    font-size: 4vw;
    margin: .5rem 0 0;
    line-height: 1;
    font-weight: 200;
    text-indent: -.4vw
}

.menu {
    grid-area: menu;
    align-self: start
}

.menu__inner {
    font-family: trash;
    font-weight: 700;
    line-height: 1;
    font-size: 1.5rem;
    padding: 1rem 0;
    display: block
}


.content {
    margin: 0;
    font-size: 1.15rem;
    font-size: 2vw;
    grid-area: content;
    padding: 2rem 0;
}

.content span {
    clip-path: polygon(0 0,100% 0,100% var(--clip),0 var(--clip))
}

.bottom {grid-area:content; align-self:end; text-align:justify; padding:0px 5px 40px 5px; font-size:.9em;}
.play {
    grid-area: play;
    font-size: 12vw;
    align-self: center;
    justify-self: center;
    cursor: pointer;
    display: block;
  
}

.play:hover {font-size:11.3vw; color:#038fff;     -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;}

.year {
    grid-area: year;
    font-family: 'trash';
    padding-top: 8px;
    font-weight: 600;
    padding-left: 10px;
}

.credits--site {
    grid-area: credits-1;
    font-weight: 600;
    text-decoration: none;
    font-family: 'trash';
    padding-top: 8px;
}

.credits--author {
    grid-area: credits-2;
    font-family: 'trash';
    padding-top: 8px;
}

.credits--author div {
    clip-path: polygon(0 0,var(--clip) 0,var(--clip) 100%,0 100%)
}

@media screen and (min-width: 60em) {
    main {
        text-align:left;
        padding: 0;
        overflow: hidden;
        height: 100vh;
        display: grid;
        grid-template-columns: 8rem 12vh 9rem 1fr 1fr;
        grid-template-rows: 4rem 4rem min-content min-content 1fr 2.5rem;
        grid-template-areas: "logo ... ... pagetitle links" "logo ... ... demos ..." "... ... ... title title" "... ... ... ... subtitle" "... menu aboutsub content play" "year ... credits-1 credits-2 ..."
    }

    .line {
        position: relative
    }

    .line:before {
        content: "";
        position: absolute;
        background: var(--color-line)
    }

    .line--vertical:before {
        left: 0;
        width: 1px;
        height: 500vh;
        top: -250vh
    }

    .line--horizontal:before {
        left: -250vw;
        width: 500vw;
        top: 0;
        height: 1px
    }

    .content {
        width: 90%;
        padding: 0
    }

    .menu__inner {
        writing-mode: vertical-lr;
        transform: rotate(180deg);
        font-size: 12vh;
        padding: 0
    }
}

.webgl {
    position: fixed;
    top: -25vh;
    left: -60vw;
    z-index: -1;
    filter: blur(20px) hue-rotate(200deg) opacity(8%);
    width: 220vw;
    height:150vh !important;
    mix-blend-mode:overlay;
}

.oh {
    overflow: hidden
}

.dib {
    display: inline-block
}

.db {
    display: block
}




.main {
	position: relative;
	min-height: 100vh;
	margin-top:0px;
	margin-left:0px;
}

.frame {
	padding: 3rem 5vw 0;
	text-align: center;
	position: relative;
	z-index: 0;
}

.topframe {
	padding: 3rem 15vw 0;
	text-align: center;
	position: relative;
	z-index: 1;
	width: 30%;
	height: 30%;
	margin-top:20px;
}

.gallery-logo {display:block;background:url(img/lexicon.png);background-size:contain;width: 80%;height:80%;background-repeat:no-repeat;}

.frame__title {
	font-size: 1rem;
	margin: 0 0 1rem;
	/* text-decoration: underline; */
}

.frame__title a{text-decoration:none !important;}

.frame_title after{
	text-decoration:none !important;
}

.frame__links a {
	margin: 0 0.5rem;
}

.frame__mode {
	margin: 1rem auto;
	display: flex;
	justify-content: center;
}

.frame__mode-item {
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0 0.25rem;
	pointer-events: auto;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
	border: 1px solid var(--color-text);
}

.frame__mode-item--dark {
	background: #000;
}

.frame__mode-label,
.frame__mode-input {
	font-size: 0;
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.gallery-content {
	position: relative;
}

.content__item {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 80vh;
	color: var(--color-content);
	/* background: var(--color-content-bg); */
}

.js .content__item {
	opacity: 0;
	pointer-events: none;
}

.js .content__item--current {
	opacity: 1;
	pointer-events: auto;
	top: 16rem;
}

.content__item-header {
	padding: 2rem 2rem 0;
	position: relative;
}

.content__item-header-title {
	font-family: trash;
	font-weight: 600;
	font-size: 3rem;
	margin: 0;
	color: var(--color-content-title);
}

.content__item-header-meta {
	text-indent: 0.25rem;
	display: block;
	color: var(--color-content-meta);
}

.dark-mode .content__item-header-meta {
	mix-blend-mode: difference;
}

.content__item-header-meta::before {
	content: '---------';
	margin: 0 0.5rem 0 0;
	letter-spacing: -0.15rem;
}

.content__item-copy {
	padding: 100% 2rem 2rem 2rem;
	font-family: walsh;
	height: 100vh;
	overflow: scroll;
}

.content__item-copy img {width:100%; height:auto;}

.revealer {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	transform: rotate(-8deg);
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.revealer__inner {
	background-color: var(--color-reveal-bg);
	width: 200%;
	height: 200%;
	position: relative;
	flex: none;
}

.grid {
	position: absolute;
	display: grid;
	height: 400px;
	width: 100%;
	left: 0;
	top: 0;
	grid-template-columns: 30% 30% 30%;
	grid-column-gap: 5%;
	grid-template-areas: 'griditem-left griditem-center griditem-right';
}

.grid--slideshow,
.grid--interaction {
	left: -5%;
	width: 110%;
	pointer-events: none;
}

.grid--slideshow {
	top: 17rem;
	transform: rotate(-8deg);
}

.grid--titles {
	align-items: center;
	text-align: center;	
	cursor: default;
}

.titles-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
	pointer-events: none;
	transform: rotate(16deg);
}

.grid__item {
	display: flex;
	justify-content: center;
	position: relative;
	pointer-events: none;
	opacity: 0;
	grid-area: griditem-center;
}

.grid__item--slide {
	flex-direction: column;
	width: 100%;	
}

.grid__item--title {
	font-size: 5vw;
	margin: 0;
	font-family: trash;
	font-weight: 600;
	color: var(--color-title);
}

.grid__item--title span {
	display: inline-block;
}

.grid__item--center,
.grid__item--left,
.grid__item--right {
	opacity: 1;
	cursor: pointer;
}

.grid__item--left {
	grid-area: griditem-left;
}

.grid__item--center {
	grid-area: griditem-center;
}

.grid__item--right {
	grid-area: griditem-right;
}

.grid__item--cursor {
	pointer-events: auto;
}

.content-open .grid__item--cursor {
	display: none;
}

.number {
	font-size: 2rem;
	-webkit-text-stroke: .5px #0043ff;
	text-stroke: -0.5px var(--color-number);
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	color: transparent;
	line-height: 1;
	margin: 0 0 0.5rem 0;
	font-weight: 700;
}

.img-wrap {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 100%;
}

.img-wrap--content {
	height: 200px;
}

.img {
	width: calc(100% + 40px);
	height: 100%;
	left: -20px;
	top: 0;
	background-size: contain;
	background-position: 50% 50%;
	position: absolute;
	pointer-events: none;
	background-repeat: no-repeat;
}

.img--content {
	background-position: center;
}

.caption {
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	font-size: 0.75rem;
	font-weight: 400;
	margin: 0.75rem 0 0 0;
	color: var(--color-caption);
}

.caption::before {
	content: '---------';
	margin: 0 0.5rem 0 0;
	letter-spacing: -0.15rem;
}

.img-wrap,
.img--content,
.caption,
.number,
.grid__item--title,
.grid__item--title span,
.revealer__inner,
.content__item-header-title {
	will-change: transform;
}

.grid__item--cursor.grid__item--left::after,
.grid__item--cursor.grid__item--right::after,
.img-wrap--content::after {
	position: absolute;
	left: calc(50% - 30px);
	cursor: pointer;
}

.grid__item--cursor.grid__item--left::after {
	top: 70%;
}

.grid__item--cursor.grid__item--right::after {
	top: 20%;
}

.grid__item--cursor.grid__item--left::after {
	content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='61px' height='44px' viewBox='0 0 61 44' style='enable-background:new 0 0 61 44;' xml:space='preserve'%3E %3Cpath d='M.613 21.671L21.584.7l5.642 5.642-11.74 11.74H60.45v7.978H15.487l11.74 11.739-5.643 5.642L.613 22.469a.57.57 0 0 1 0-.798z'/%3E %3C/svg%3E");
}

.grid__item--cursor.grid__item--right::after {
	content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='61px' height='44px' viewBox='0 0 61 44' style='enable-background:new 0 0 61 44;' xml:space='preserve'%3E %3Cpath d='M60.287 21.671L39.316.7l-5.642 5.642 11.74 11.74H.45v7.978h44.963l-11.74 11.739 5.643 5.642 20.971-20.972a.57.57 0 0 0 0-.798z'/%3E %3C/svg%3E");
}

.img-wrap--content::after {
	top: 0.5rem;
	right: 0.5rem;
	left: auto;
	transform: scale(0.5);
	content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='52px' height='52px' viewBox='0 0 52 52' style='enable-background:new 0 0 52 52;' xml:space='preserve'%3E %3Cpath  d='M20.921 26.67L5.791 41.75C5.485 41.743.23 36.488.224 36.18L15.32 21.073.098 5.86 5.74.22l15.19 15.24L36.161.22l5.64 5.64-15.27 15.22 15.097 15.15c-.006.307-5.262 5.562-5.569 5.568L20.921 26.67z'/%3E %3C/svg%3E");
}

@media screen and (min-width: 53em) {
	body {
		overflow: hidden; 
	}
	.frame {
		position: fixed;
		bottom: 0;
		right: 0;
		padding: 1rem;
		transition: 0.3s opacity;
	}
	.topframe {
		position: fixed;
		top: 0;
		left: 0;
		padding: 1rem;
		transition: 0.3s opacity;
	}
	.content-open + .frame {
		opacity: 0;
		pointer-events: none;
	}
	.frame__title-wrap {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.frame__title {
		margin: 0;
	}
	.frame__links {
		margin: 0 1.5rem;
	}
	.frame__mode {
		margin: 0;
	}
	.frame a {
		pointer-events: auto;
	}
	.grid {
		height: 100vh;
		grid-template-columns: repeat(3, calc((100% - 36vw) / 3));
		grid-column-gap: 18vw;
	}
	.grid--slideshow {
		top: 0;
	}
	.grid--interaction {
		grid-template-columns: repeat(3, calc(100% / 3));
		grid-column-gap: 0;
	}
	.number {
		font-size: 10.25vw;
		color: #f3f3f3 !important;
	}
	.img-wrap {
		height: 35vw;
	}
	.img-wrap--content {
		height: 100%;
		grid-area: 1 / 2 / 2 / 3;
	}
	.gallery-content {
		top: 0;
		position: absolute;
		height: 100vh;
		width: 100%;
	}
	.content__item {
		height: 100vh;
		display: grid;
		align-items: center;
		grid-template-columns: 30% 40% 30%;
		grid-column-gap: 0;
	}
	.js .content__item {
		height: 98vh;
	}
	.js .content__item--current {
		top: 0;
	}
	.img-wrap--content {
		height: 100vh;
		overflow: visible;
	}
	.content__item-header {
		justify-self: center;
		grid-area: 1 / 1 / 2 / 3;
		pointer-events: none;
	}
	.content__item-header-title {
		font-size: 8vw;
	}
	.content__item-copy {
		max-width: 440px;
		justify-self: end;
		text-align: right;
	}
	.grid__item--cursor.grid__item--left::after,
	.grid__item--cursor.grid__item--right::after,
	.img-wrap--content::after {
		display: none;
	}
	.grid__item--cursor.grid__item--left {
		cursor: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='61px' height='44px' viewBox='0 0 61 44' style='enable-background:new 0 0 61 44;' xml:space='preserve'%3E %3Cpath d='M.613 21.671L21.584.7l5.642 5.642-11.74 11.74H60.45v7.978H15.487l11.74 11.739-5.643 5.642L.613 22.469a.57.57 0 0 1 0-.798z'/%3E %3C/svg%3E") 30 22, sw-resize;
	}
	.grid__item--cursor.grid__item--center {
		cursor: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='52px' height='52px' viewBox='0 0 52 52' style='enable-background:new 0 0 52 52;' xml:space='preserve'%3E %3Cpath d='M29.889 30.05l-.036 21.361c-.222.213-7.654.213-7.876 0l-.007-21.358-21.52.007v-7.978l21.518.036L21.96.571h7.978l-.037 21.56 21.388.037c.213.222.213 7.654 0 7.876l-21.401.007z'/%3E %3C/svg%3E") 26 26, crosshair;
	}
	.grid__item--cursor.grid__item--right {
		cursor: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='61px' height='44px' viewBox='0 0 61 44' style='enable-background:new 0 0 61 44;' xml:space='preserve'%3E %3Cpath d='M60.287 21.671L39.316.7l-5.642 5.642 11.74 11.74H.45v7.978h44.963l-11.74 11.739 5.643 5.642 20.971-20.972a.57.57 0 0 0 0-.798z'/%3E %3C/svg%3E") 30 22, ne-resize;
	}
	.dark-mode .grid__item--cursor.grid__item--left {
		cursor: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='61px' height='44px' viewBox='0 0 61 44' style='enable-background:new 0 0 61 44;' xml:space='preserve'%3E %3Cpath fill='%23bb3a3a' d='M.613 21.671L21.584.7l5.642 5.642-11.74 11.74H60.45v7.978H15.487l11.74 11.739-5.643 5.642L.613 22.469a.57.57 0 0 1 0-.798z'/%3E %3C/svg%3E") 30 22, sw-resize;
	}
	.dark-mode .grid__item--cursor.grid__item--center {
		cursor: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='52px' height='52px' viewBox='0 0 52 52' style='enable-background:new 0 0 52 52;' xml:space='preserve'%3E %3Cpath fill='%23bb3a3a' d='M29.889 30.05l-.036 21.361c-.222.213-7.654.213-7.876 0l-.007-21.358-21.52.007v-7.978l21.518.036L21.96.571h7.978l-.037 21.56 21.388.037c.213.222.213 7.654 0 7.876l-21.401.007z'/%3E %3C/svg%3E") 26 26, crosshair;
	}
	.dark-mode .grid__item--cursor.grid__item--right {
		cursor: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='61px' height='44px' viewBox='0 0 61 44' style='enable-background:new 0 0 61 44;' xml:space='preserve'%3E %3Cpath fill='%23bb3a3a' d='M60.287 21.671L39.316.7l-5.642 5.642 11.74 11.74H.45v7.978h44.963l-11.74 11.739 5.643 5.642 20.971-20.972a.57.57 0 0 0 0-.798z'/%3E %3C/svg%3E") 30 22, ne-resize;
	}
	.img-wrap--content {
		cursor: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='52px' height='52px' viewBox='0 0 52 52' style='enable-background:new 0 0 52 52;' xml:space='preserve'%3E %3Cpath  d='M20.921 26.67L5.791 41.75C5.485 41.743.23 36.488.224 36.18L15.32 21.073.098 5.86 5.74.22l15.19 15.24L36.161.22l5.64 5.64-15.27 15.22 15.097 15.15c-.006.307-5.262 5.562-5.569 5.568L20.921 26.67z'/%3E %3C/svg%3E") 21 21, pointer;
	}
	.dark-mode .img-wrap--content {
		cursor: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='52px' height='52px' viewBox='0 0 52 52' style='enable-background:new 0 0 52 52;' xml:space='preserve'%3E %3Cpath fill='%23bb3a3a' d='M20.921 26.67L5.791 41.75C5.485 41.743.23 36.488.224 36.18L15.32 21.073.098 5.86 5.74.22l15.19 15.24L36.161.22l5.64 5.64-15.27 15.22 15.097 15.15c-.006.307-5.262 5.562-5.569 5.568L20.921 26.67z'/%3E %3C/svg%3E") 21 21, pointer;
	}
}


.fade-in {
animation: fadeIn ease .9s;
-webkit-animation: fadeIn ease .9s;
-moz-animation: fadeIn ease .9s;
-o-animation: fadeIn ease .99s;
-ms-animation: fadeIn ease .9s;
}
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

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

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

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

.active {font-weight:700}

.mobile-logo {display:none;}
@media (max-width: 480px) {
 body {width:100vw;/* overflow-x:hidden; */}
 .about__subtitle {writing-mode:inherit; transform:rotate(0deg) !important; margin-top:-10px; margin-bottom:40px;}
 .db {font-size:2.5em}
 .play {font-size:50vw;}
 .frame__title {font-family:trash; font-size:1.4em; margin-top:20px; margin-bottom:30px;}
 .content__item-copy {padding:2em; overflow:visible; height:auto;}
 .content__item {margin-top:100px; }
 .mobile-logo {display:block; width:100px; height:100px; background-image:url(img/lexicon.png); background-size:contain; margin-left:50%; transform:translateX(-50%)}
 .main {height:100vh;width: 100vw;}
 .webgl {width: 100vw !important;overflow:hidden;}
 main {width:100vw;}
}