@charset "UTF-8";
@font-face {
  font-family: "Gabriela Stencil W00 Bold";
  src: url("../fonts/368ffe166edce08259aef8608067057a.eot"); /* IE9*/
  src: url("../fonts/368ffe166edce08259aef8608067057a.eot?#iefix") format("embedded-opentype"), url("../fonts/368ffe166edce08259aef8608067057a.woff2") format("woff2"), url("../fonts/368ffe166edce08259aef8608067057a.woff") format("woff"), url("../fonts/368ffe166edce08259aef8608067057a.ttf") format("truetype"), url("../fonts/368ffe166edce08259aef8608067057a.svg#Gabriela Stencil W00 Bold") format("svg"); /* iOS 4.1- */
}
@font-face {
  font-family: "Basis Grotesque Pro Bold";
  src: url("../fonts/98a34676ba814c4848424f733521ea58.eot"); /* IE9*/
  src: url("../fonts/98a34676ba814c4848424f733521ea58.eot?#iefix") format("embedded-opentype"), url("../fonts/98a34676ba814c4848424f733521ea58.woff2") format("woff2"), url("../fonts/98a34676ba814c4848424f733521ea58.woff") format("woff"), url("../fonts/98a34676ba814c4848424f733521ea58.ttf") format("truetype"), url("../fonts/98a34676ba814c4848424f733521ea58.svg#Basis Grotesque Pro Bold") format("svg"); /* iOS 4.1- */
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  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;
}

h1 {
  font-size: 2em;
  margin: 0.67em 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;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

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: 16px;
}

body {
  --color-text: #fff;
  --color-bg: #0e0e0f;
  --color-link: #826437;
  --color-link-hover: #fff;
  color: var(--color-text);
  background-color: var(--color-bg);
  font-family: moderno-fb, "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none;
}

#gl {
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  position: absolute;
}

canvas {
  display: block;
}

/* 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;
  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;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
}

.frame {
  padding: 3rem 5vw;
  text-align: center;
  position: relative;
  z-index: 1000;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.frame > * {
  position: relative;
}

.frame__title {
  font-size: 1.25rem;
  margin: 0;
  font-weight: normal;
}

.frame__tagline {
  display: none;
  margin: 0.5rem 0 2rem;
}

.frame__links {
  margin: 1rem 0;
}

.frame a {
  text-transform: lowercase;
}

.frame__links a:not(:last-child),
.frame__demos a:not(:last-child) {
  margin-right: 1rem;
}

.frame__demos {
  margin: 1rem 0;
}

.frame__demo--current,
.frame__demo--current:hover {
  color: var(--color-text);
}

.frame__content {
  line-height: 0.8;
  margin-top: 13vh;
  font-size: 50px;
  letter-spacing: -1.5px;
  font-family: "Gabriela Stencil W00 Bold" !important;
  mix-blend-mode: exclusion;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
}

.frame__content span {
  margin-top: 34px;
  font-size: 17px;
  display: block;
  letter-spacing: 1px;
  font-family: "Basis Grotesque Pro Bold" !important;
  text-transform: uppercase;
}

.frame__content .btn {
  display: inline-block;
  border: 1px solid white;
  padding: 12px 15px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  margin-top: 75px;
  font-family: "Basis Grotesque Pro Bold" !important;
  cursor: pointer;
}

.frame__content .btn:hover {
  mix-blend-mode: overlay;
}

.frame__content {
  opacity: 0;
  pointer-events: none;
}
.frame__content.active {
  opacity: 1;
  pointer-events: auto;
}

textarea:focus, input:focus {
  outline: none;
}

.pop-up-form {
  position: absolute;
  width: 400px;
  top: 40%;
  left: 50%;
  margin-left: -200px;
  opacity: 0;
  pointer-events: none;
}
.pop-up-form.active {
  opacity: 1;
  pointer-events: auto;
}
.pop-up-form form input {
  font-family: "Basis Grotesque Pro Bold" !important;
  display: inline-block;
  width: 48%;
  border: 1px solid white;
  background: transparent;
  color: white;
  padding: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  -webkit-appearance: none;
  border-radius: 0;
}
.pop-up-form form textarea {
  font-family: "Basis Grotesque Pro Bold" !important;
  display: inline-block;
  width: 96%;
  border: 1px solid white;
  background: transparent;
  color: white;
  padding: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  -webkit-appearance: none;
  border-radius: 0;
}

.output_message {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: "Basis Grotesque Pro Bold" !important;
  letter-spacing: 1px;
}

@media screen and (min-width: 53em) {
  .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 3rem;
    grid-template-columns: 75% 25%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "title links" "content content" "github demos";
  }
  .frame__title-wrap {
    grid-area: title;
    display: flex;
  }
  .frame__title {
    font-size: 1rem;
    margin: 0;
  }
  .frame__tagline {
    margin: 0 0 0 1rem;
    padding: 0 0 0 1rem;
    opacity: 0.6;
    display: block;
  }
  .frame__github {
    grid-area: github;
    justify-self: start;
    margin: 0;
  }
  .frame__demos {
    margin: 0;
    grid-area: demos;
    justify-self: end;
  }
  .frame__links {
    grid-area: links;
    padding: 0;
    justify-self: end;
  }
  .frame__content {
    grid-area: content;
    margin: 0;
  }
  .frame a {
    pointer-events: auto;
  }
}
