.test-layout .row > .col,
.test-layout .row > [class^="col-"],
.test-layout .example-content-main,
.test-layout .example-content-secondary {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2);
}

.test-layout h2 {
  font-size: 30px !important;
  margin-bottom: 15px !important;
}

.test-layout .container.example .row > .col,
.test-layout .container.example .row > [class^="col-"] {
  background-color: transparent;
  border: none;
  padding-bottom: 50px;
}

body .loader {
  background-color: white;
}

body.preload .loader {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  z-index: 9999;
}

body.preload * {
  display: none !important;
  transition: none !important;
  animation-name: none !important;
}

body.preload .loader {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

@keyframes pulsate {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

.loader {
  background-color: white;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s ease-in-out 0.25s;
  visibility: hidden;
  z-index: 999999999;
}

.loader-loading {
  background-color: black;
  animation: pulsate 1.5s infinite ease-in-out;
  border-radius: 30px;
  height: 30px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  width: 30px;
}

@font-face {
  font-family: "'Calibre Regular Web', 'Helvetica Neue', Helvetica, Arial, sans-serif";
  src: url("_assets/fonts/CalibreWeb-Regular.eot");
  src: url("_assets/fonts/CalibreWeb-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("_assets/fonts/CalibreWeb-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "'Calibre Regular Italic Web', 'Helvetica Neue', Helvetica, Arial, sans-serif";
  src: url("_assets/fonts/CalibreWeb-RegularItalic.eot");
  src: url("_assets/fonts/CalibreWeb-RegularItalic.eot?#iefix")
      format("embedded-opentype"),
    url("_assets/fonts/CalibreWeb-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "'Super Display Light Web', 'Times New Roman'";
  src: url("_assets/fonts/GT-Super-Display-Light-v1.eot");
  src: url("_assets/fonts/GT-Super-Display-Light-v1.eot?#iefix")
      format("embedded-opentype"),
    url("_assets/fonts/GT-Super-Display-Light-v1.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "'Super Display Super Web', 'Times New Roman'";
  src: url("_assets/fonts/GT-Super-Display-Super-v1.eot");
  src: url("_assets/fonts/GT-Super-Display-Super-v1.eot?#iefix")
      format("embedded-opentype"),
    url("_assets/fonts/GT-Super-Display-Super-v1.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "'America Mono Regular Web', Courier";
  src: url("_assets/fonts/GT-America-Mono-Regular.eot");
  src: url("_assets/fonts/GT-America-Mono-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("_assets/fonts/GT-America-Mono-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "'America Mono Regular Italic Web', Courier";
  src: url("_assets/fonts/GT-America-Mono-Regular-Italic.eot");
  src: url("_assets/fonts/GT-America-Mono-Regular-Italic.eot?#iefix")
      format("embedded-opentype"),
    url("_assets/fonts/GT-America-Mono-Regular-Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "'Calibre Regular Web', 'Helvetica Neue', Helvetica, Arial, sans-serif";
  color: #00052a;
  font-size: 20px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body em {
  font-family: "'Calibre Regular Italic Web', 'Helvetica Neue', Helvetica, Arial, sans-serif";
}

body b,
body strong {
  font-family: "'Super Display Super Web', 'Times New Roman'";
}

body a {
  text-decoration: none;
}

body a:visited {
  color: inherit;
}

body * {
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "'Super Display Light Web', 'Times New Roman'";
  letter-spacing: 2px;
  line-height: 1;
  font-size: 32px;
  color: #00052a;
  margin: 0;
  padding: 0;
  text-transform: none;
}

p,
li {
  font-family: "'Calibre Regular Web', 'Helvetica Neue', Helvetica, Arial, sans-serif";
  letter-spacing: 0.03em;
  line-height: 1.4;
  font-size: 20px;
  color: #00052a;
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
  text-transform: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style-position: inside;
}

a {
  color: inherit;
  text-decoration: none;
}

a:active a:focus,
a:visited,
a:hover {
  outline: 0;
  opacity: 0.65;
  color: inherit;
  text-decoration: none;
}

blockquote {
  font-family: "'Calibre Regular Italic Web', 'Helvetica Neue', Helvetica, Arial, sans-serif";
  padding: 0;
  margin: 0;
}

code,
pre {
  font-family: "'America Mono Regular Web', Courier";
  color: #00052a;
}

pre {
  background: #e3e7e1;
  width: 100%;
  overflow-x: scroll;
}

hr {
  background: transparent;
  border-top: 1px solid #00052a;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table * {
  font-family: "'America Mono Regular Web', Courier";
  text-align: left;
}

table tr {
  height: 50px;
}

h1.t-set,
.t-set h1,
h2.t-set,
.t-set h2,
h3.t-set,
.t-set h3,
h4.t-set,
.t-set h4,
h5.t-set,
.t-set h5,
h6.t-set,
.t-set h6 {
  font-family: "'Calibre Regular Web', 'Helvetica Neue', Helvetica, Arial, sans-serif";
  line-height: 1;
}

h1.t-set,
.t-set h1 {
  font-size: 100px;
}

@media screen and (min-width: 800px) {
  h1.t-set,
  .t-set h1 {
    font-size: 80px;
  }
}

h2.t-set,
.t-set h2 {
  font-size: 40px;
}

@media screen and (min-width: 800px) {
  h2.t-set,
  .t-set h2 {
    font-size: 70px;
  }
}

h3.t-set,
.t-set h3 {
  font-size: 32px;
}

@media screen and (min-width: 800px) {
  h3.t-set,
  .t-set h3 {
    font-size: 40px;
  }
}

h4.t-set,
.t-set h4 {
  font-size: 25px;
}

@media screen and (min-width: 800px) {
  h4.t-set,
  .t-set h4 {
    font-size: 32px;
  }
}

h5.t-set,
.t-set h5 {
  font-size: 20px;
}

@media screen and (min-width: 800px) {
  h5.t-set,
  .t-set h5 {
    font-size: 80px;
  }
}

h6.t-set,
.t-set h6 {
  font-size: 12px;
}

@media screen and (min-width: 800px) {
  h6.t-set,
  .t-set h6 {
    font-size: 80px;
  }
}

p.t-set,
.t-set p,
.t-set li,
li.t-set {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1;
}

@media screen and (min-width: 2000px) {
  p.t-set,
  .t-set p,
  .t-set li,
  li.t-set {
    font-size: 100px;
  }
}

p.t-set > a,
.t-set p > a,
.t-set li > a,
li.t-set > a {
  border-bottom: 1px solid #00052a;
}

p.t-set > a:active,
.t-set p > a:active,
.t-set li > a:active,
p.t-set > a:target,
.t-set p > a:target,
.t-set li > a:target,
li.t-set > a:active,
li.t-set > a:target {
  color: inherit;
  text-decoration: none;
}

p.t-set > a:hover,
.t-set p > a:hover,
.t-set li > a:hover,
li.t-set > a:hover {
  text-decoration: none;
}

p.t-set > a:visited,
.t-set p > a:visited,
.t-set li > a:visited,
li.t-set > a:visited {
  border: 0;
  text-decoration: line-through;
  color: inherit;
}

ol.t-set,
.t-set ol,
ul.t-set,
.t-set ul {
  margin-bottom: 0;
}

ol.t-set ol,
.t-set ol ol,
ol.t-set ul,
.t-set ol ul,
ul.t-set ol,
.t-set ul ol,
ul.t-set ul,
.t-set ul ul {
  margin-left: 50px;
}

ol.t-set,
.t-set ol {
  list-style: decimal;
}

ol.t-set ol li,
.t-set ol ol li {
  list-style: lower-roman;
}

ol.t-set ul li,
.t-set ol ul li {
  list-style: disc;
}

ul.t-set,
.t-set ul {
  list-style: disc;
}

ul.t-set ol li,
.t-set ul ol li {
  list-style: decimal;
}

ul.t-set ul li,
.t-set ul ul li {
  list-style: circle;
}

a.t-set,
.t-set a {
  text-decoration: none;
}

blockquote.t-set,
.t-set blockquote {
  font-family: "'Super Display Super Web', 'Times New Roman'";
  font-size: 25px;
  padding: 50px;
}

hr.t-set,
.t-set hr {
  margin: 50px 0;
  background: transparent;
  border-top: 2px solid #00052a;
}

.t-set img {
  margin: 50px 0;
  max-width: 100%;
  width: 100%;
}

.t-set small {
  font-size: 80%;
}

.t-set sup {
  font-family: "'Super Display Light Web', 'Times New Roman'";
  margin-left: 6px;
  font-size: 40%;
  vertical-align: super;
}

.t-set sup a {
  text-decoration: none;
}

.t-set table {
  margin: 50px 0;
}

.t-set table thead {
  border-top: 1px solid #00052a;
  border-bottom: 1px solid #00052a;
}

.t-set table tbody {
  border-bottom: 1px solid #00052a;
}

.t-set table tr {
  height: 50px;
  border-bottom: 1px solid #00052a;
}

.t-set table th,
.t-set table td {
  border-right: 1px solid #00052a;
  padding: 10px;
}

.t-set table th:last-child,
.t-set table td:last-child {
  border-right: none;
}

.t-reading h1,
.t-reading h2,
.t-reading h3,
.t-reading h4,
.t-reading h5,
.t-reading h6 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.t-reading p {
  margin-bottom: 25px;
}

.t-reading p:last-of-type {
  margin-bottom: 0;
}

.t-reading p em {
  font-family: "'Calibre Regular Italic Web', 'Helvetica Neue', Helvetica, Arial, sans-serif";
}

.t-reading p strong {
  font-family: "'America Mono Regular Web', Courier";
}

.t-reading p em strong {
  font-family: "'America Mono Regular Web', Courier";
}

.t-reading em {
  font-family: "'Calibre Regular Italic Web', 'Helvetica Neue', Helvetica, Arial, sans-serif";
}

.t-reading strong {
  font-family: "'Super Display Super Web', 'Times New Roman'";
}

.t-reading em strong {
  font-family: "'Super Display Super Web', 'Times New Roman'";
}

.t-reading ul,
.t-reading ol {
  margin-bottom: 25px;
}

.t-reading ul ul,
.t-reading ul ol,
.t-reading ol ul,
.t-reading ol ol {
  margin-bottom: 0;
}

.t-reading a {
  text-transform: uppercase;
}

.t-reading blockquote {
  font-size: 32px;
}

.t-disabled {
  color: #e3e7e1;
}

.t-disabled a {
  pointer-events: none;
  cursor: not-allowed;
}

.t-indented {
  text-indent: 25px;
}

.t-indented p,
p .t-indented {
  text-indent: 25px;
}

.t-indented-none .t-indented-0 {
  text-indent: 0;
}

.t-indented-none .t-indented-0 p,
p .t-indented-none .t-indented-0 {
  text-indent: 0;
}

.font-primary {
  font-family: "'Calibre Regular Web', 'Helvetica Neue', Helvetica, Arial, sans-serif";
}

.font-primary-italic {
  font-family: "'Calibre Regular Italic Web', 'Helvetica Neue', Helvetica, Arial, sans-serif";
}

.font-secondary {
  font-family: "'Super Display Light Web', 'Times New Roman'";
}

.font-secondary-heavy {
  font-family: "'Super Display Super Web', 'Times New Roman'";
}

.font-tertiary {
  font-family: "'America Mono Regular Web', Courier";
}

.font-tertiary-italic {
  font-family: "'America Mono Regular Italic Web', Courier";
}

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

.below-fold {
  position: absolute;
  top: 100vh;
  width: 100%;
  min-height: 100vh;
  padding-top: 150px;
  background: #fcf1e8;
  color: #00052a !important;
}

.philosophy p {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}

@media screen and (min-width: 800px) {
  .philosophy p {
    font-size: 32px;
  }
}

.big {
  font-size: 40px !important;
  margin-bottom: 50px !important;
}

.caption-container {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 100;
  line-height: 40px;
}

.tagline {
  font-size: 32px;
  color: #aa8b2e !important;
  position: absolute;
}

@media screen and (min-width: 800px) {
  .tagline {
    font-size: 32px;
  }
}

.tagline-one {
  top: 20vh;
  text-align: center;
}

@media screen and (min-width: 800px) {
  .tagline-one {
    top: 50vh;
    text-align: right;
  }
}

.tagline-two {
  bottom: 25px;
  text-align: center;
}

@media screen and (min-width: 800px) {
  .tagline-two {
    top: calc(50vh - 20px);
    text-align: left;
    display: flex;
  }
}

@media screen and (min-width: 1800px) {
  .tagline-two {
    top: 50vh;
  }
}

.comingsoon {
  margin-bottom: 25px;
  margin-top: 50px;
}

@media screen and (min-width: 800px) {
  .comingsoon {
    margin-bottom: 50px;
    margin-top: 100px;
  }
}

.sign-up {
  display: inline-flex;
  border: 2px solid #00052a;
  width: 100%;
}

.sign-up input {
  height: 60px;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 15px;
  color: #00052a;
  border-radius: 0;
}

.sign-up input:last-of-type {
  border-right: none;
}

.sign-up input.femail {
  flex-grow: 4;
  border-right: 2px solid #00052a;
  max-width: 60%;
}

@media screen and (min-width: 800px) {
  .sign-up input.femail {
    max-width: none;
  }
}

.sign-up .fsubmit {
  flex-grow: 1;
  text-align: center;
  cursor: pointer;
}

@media screen and (min-width: 800px) {
  .sign-up .fsubmit {
    flex-grow: 2;
  }
}

.sign-up .fsubmit input:hover {
  cursor: pointer;
}

.sign-up .fsubmit:hover {
  background-color: #00052a;
}

.sign-up .fsubmit:hover input {
  color: #fcf1e8;
}

.nav,
.footer {
  width: 100%;
  position: absolute;
  z-index: 1002;
  height: 50px;
  padding-top: 10px;
}

@media screen and (min-width: 800px) {
  .nav,
  .footer {
    padding-top: 25px;
    padding-left: 25px;
  }
}

.nav .inner,
.footer .inner {
  width: 100%;
  padding: 10px;
}

.nav p,
.nav h1,
.footer p,
.footer h1 {
  font-size: 20px;
}

.nav a.active,
.footer a.active {
  border-bottom: 1px solid #00052a;
}

.logo {
  width: 100%;
  height: 78px;
  background-image: url("_assets/images/endless_west-logo.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 800px) {
  .logo {
    width: 84px;
    height: 78px;
  }
}

#universe {
  z-index: 1;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-position: center 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

#galaxy {
  position: relative;
  width: 100%;
  height: 100%;
}

#solar-system {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}

#bottle,
.glyph {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  transform-style: preserve-3d;
}

#mr-west {
  z-index: 7;
}

#hand {
  z-index: 6;
}

#candle {
  z-index: 5;
}

#science {
  z-index: 4;
}

#key {
  z-index: 3;
}

#leaf {
  z-index: 2;
}

#bottle {
  z-index: 1;
}

.view-3D #solar-system {
  transform: rotateX(75deg) rotateY(0deg) translateZ(-10em);
}

@media screen and (min-width: 800px) {
  .view-3D #solar-system {
    transform: rotateX(75deg) rotateY(0deg) translateZ(0em);
  }
}

.view-3D #bottle {
  transform: rotateX(-90deg) rotateZ(0deg) translateZ(-100px)
    translateX(-0.35em) !important;
}

@media screen and (min-width: 800px) {
  .view-3D #bottle {
    transform: rotateX(-90deg) rotateZ(0deg) translateZ(-200px)
      translateX(-0.35em) !important;
  }
}

.zoom-large.view-3D .scale-stretched #solar-system {
  font-size: 60%;
}

@media screen and (max-width: 299px) {
  #universe {
    font-size: 25%;
  }
}

@media screen and (min-width: 300px) {
  #universe {
    font-size: 25%;
  }
}

@media screen and (min-width: 500px) {
  #universe {
    font-size: 32%;
  }
}

@media screen and (min-width: 600px) {
  #universe {
    font-size: 32%;
  }
}

@media screen and (min-width: 800px) {
  #universe {
    font-size: 58%;
  }
}

@media screen and (min-width: 1000px) {
  #universe {
    font-size: 73%;
  }
}

.glyph {
  height: 1em;
  background-color: rgba(255, 160, 60, 0);
  background-repeat: no-repeat;
  background-size: cover;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  opacity: 0.65;
}

#bottle {
  height: 2.5em;
  width: 2em;
  background-color: rgba(255, 160, 60, 0);
  background-repeat: no-repeat;
  background-size: contain;
}

.scale-stretched #bottle {
  font-size: 45em;
}

@media screen and (min-width: 800px) {
  .scale-stretched #bottle {
    font-size: 25em;
  }
}

.scale-stretched #mr-west .glyph {
  font-size: 15em;
}

@media screen and (min-width: 800px) {
  .scale-stretched #mr-west .glyph {
    font-size: 10em;
  }
}

.scale-stretched #hand .glyph {
  font-size: 15em;
}

@media screen and (min-width: 800px) {
  .scale-stretched #hand .glyph {
    font-size: 10em;
  }
}

.scale-stretched #candle .glyph {
  font-size: 15em;
}

@media screen and (min-width: 800px) {
  .scale-stretched #candle .glyph {
    font-size: 10em;
  }
}

.scale-stretched #science .glyph {
  font-size: 15em;
}

@media screen and (min-width: 800px) {
  .scale-stretched #science .glyph {
    font-size: 10em;
  }
}

.scale-stretched #key .glyph {
  font-size: 15em;
}

@media screen and (min-width: 800px) {
  .scale-stretched #key .glyph {
    font-size: 10em;
  }
}

.scale-stretched #leaf .glyph {
  font-size: 15em;
}

@media screen and (min-width: 800px) {
  .scale-stretched #leaf .glyph {
    font-size: 10em;
  }
}

#mr-west .pos {
  left: 100%;
  top: 50%;
}

#hand .pos {
  left: 50%;
  top: 100%;
}

#candle .pos {
  left: 100%;
  top: 50%;
}

#science .pos {
  left: 0%;
  top: 50%;
}

#key .pos {
  left: 0;
  top: 50%;
}

#leaf .pos {
  left: 50%;
  top: 0;
}

#bottle {
  background-image: url("_assets/images/glyph/bottle-new-3.png");
}

#mr-west .glyph {
  background-image: url("_assets/images/glyph/MrWestV2.svg");
  background-size: contain !important;
}

#hand .glyph {
  background-image: url("_assets/images/glyph/HandV2.svg");
  background-size: contain !important;
}

#candle .glyph {
  background-image: url("_assets/images/glyph/CandleV2.svg");
  background-size: contain !important;
}

#science .glyph {
  background-image: url("_assets/images/glyph/ScienceV2.svg");
  background-size: contain !important;
}

#key .glyph {
  background-image: url("_assets/images/glyph/keyV2.svg");
  background-size: contain !important;
}

#leaf .glyph {
  background-image: url("_assets/images/glyph/leafV2.svg");
  background-size: contain !important;
}

.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-style: preserve-3d;
  animation-name: orbit;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#science.orbit {
  animation-name: science-orbit;
}

#hand.orbit {
  animation-name: hand-orbit;
}

#candle.orbit {
  animation-name: candle-orbit;
}

#leaf.orbit {
  animation-name: leaf-orbit;
}

#key.orbit {
  animation-name: key-orbit;
}

.pos {
  position: absolute;
  top: 50%;
  width: 1em;
  height: 1em;
  margin-top: -1em;
  margin-left: -1em;
  transform-style: preserve-3d;
  animation-name: invert;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#candle .pos {
  animation-name: candle-invert;
}

.scale-stretched #mr-west.orbit {
  width: 102.2em;
  height: 102.2em;
  margin-top: -51.1em;
  margin-left: -51.1em;
}

@media screen and (min-width: 800px) {
  .scale-stretched #mr-west.orbit {
    width: 116.8em;
    height: 116.8em;
    margin-top: -58.4em;
    margin-left: -58.4em;
  }
}

.scale-stretched #hand.orbit {
  width: 117.6em;
  height: 117.6em;
  margin-top: -58.8em;
  margin-left: -58.8em;
}

@media screen and (min-width: 800px) {
  .scale-stretched #hand.orbit {
    width: 134.4em;
    height: 134.4em;
    margin-top: -67.2em;
    margin-left: -67.2em;
  }
}

.scale-stretched #candle.orbit {
  width: 70em;
  height: 70em;
  margin-top: -35em;
  margin-left: -35em;
}

@media screen and (min-width: 800px) {
  .scale-stretched #candle.orbit {
    width: 80em;
    height: 80em;
    margin-top: -40em;
    margin-left: -40em;
  }
}

.scale-stretched #science.orbit {
  width: 105em;
  height: 105em;
  margin-top: -52.5em;
  margin-left: -52.5em;
}

@media screen and (min-width: 800px) {
  .scale-stretched #science.orbit {
    width: 120em;
    height: 120em;
    margin-top: -60em;
    margin-left: -60em;
  }
}

.scale-stretched #key.orbit {
  width: 126em;
  height: 126em;
  margin-top: -63em;
  margin-left: -63em;
}

@media screen and (min-width: 800px) {
  .scale-stretched #key.orbit {
    width: 144em;
    height: 144em;
    margin-top: -72em;
    margin-left: -72em;
  }
}

.scale-stretched #leaf.orbit {
  width: 109.2em;
  height: 109.2em;
  margin-top: -54.6em;
  margin-left: -54.6em;
}

@media screen and (min-width: 800px) {
  .scale-stretched #leaf.orbit {
    width: 124.8em;
    height: 124.8em;
    margin-top: -62.4em;
    margin-left: -62.4em;
  }
}

#mr-west .line {
  width: 25.1em;
  height: 50%;
  position: absolute;
  top: 0;
  right: 5em;
  border-bottom: 2px solid #aa8b2e;
  filter: blur(1px);
  opacity: 0.8;
}

@media screen and (min-width: 800px) {
  #mr-west .line {
    width: 32.4em;
  }
}

#hand .line {
  width: 50%;
  height: 32.8em;
  position: absolute;
  bottom: 5em;
  left: 0;
  border-right: 2px solid #aa8b2e;
  filter: blur(1px);
  opacity: 0.8;
}

@media screen and (min-width: 800px) {
  #hand .line {
    height: 41.2em;
  }
}

#candle .line {
  width: 9em;
  height: 50%;
  position: absolute;
  top: 0;
  right: 5em;
  border-bottom: 2px solid #aa8b2e;
  filter: blur(1px);
  opacity: 0.8;
}

@media screen and (min-width: 800px) {
  #candle .line {
    width: 14em;
  }
}

#science .line {
  width: 26.5em;
  height: 50%;
  position: absolute;
  top: 0;
  left: 5em;
  border-bottom: 2px solid #aa8b2e;
  filter: blur(1px);
  opacity: 0.8;
}

@media screen and (min-width: 800px) {
  #science .line {
    width: 34em;
  }
}

#key .line {
  width: 37em;
  height: 50%;
  position: absolute;
  top: 0;
  left: 5em;
  border-bottom: 2px solid #aa8b2e;
  filter: blur(1px);
  opacity: 0.8;
}

@media screen and (min-width: 800px) {
  #key .line {
    width: 46em;
  }
}

#leaf .line {
  width: 50%;
  height: 28.6em;
  position: absolute;
  top: 5em;
  right: 0;
  border-left: 2px solid #aa8b2e;
  filter: blur(1px);
  opacity: 0.8;
}

@media screen and (min-width: 800px) {
  #leaf .line {
    height: 36.4em;
  }
}

@keyframes orbit {
  0% {
    transform: rotateZ(0deg) rotateY(0deg);
  }
  100% {
    transform: rotateZ(-360deg) rotateY(0deg);
  }
}

@keyframes science-orbit {
  0% {
    transform: rotateZ(0deg) rotateY(-5deg);
  }
  100% {
    transform: rotateZ(-360deg) rotateY(-5deg);
  }
}

@keyframes hand-orbit {
  0% {
    transform: rotateZ(0deg) rotateX(-10deg);
  }
  100% {
    transform: rotateZ(-360deg) rotateX(-10deg);
  }
}

@keyframes candle-orbit {
  0% {
    transform: rotateZ(0deg) rotateY(-30deg);
  }
  100% {
    transform: rotateZ(-360deg) rotateY(-30deg);
  }
}

@keyframes leaf-orbit {
  0% {
    transform: rotateZ(0deg) rotateX(10deg);
  }
  100% {
    transform: rotateZ(-360deg) rotateX(10deg);
  }
}

@keyframes key-orbit {
  0% {
    transform: rotateZ(0deg) rotateY(5deg);
  }
  100% {
    transform: rotateZ(-360deg) rotateY(5deg);
  }
}

@keyframes invert {
  0% {
    transform: rotateX(-90deg) rotateY(360deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
  }
}

@keyframes candle-invert {
  0% {
    transform: rotateX(-90deg) rotateY(360deg) rotateZ(30deg);
  }
  25% {
    transform: rotateX(-90deg) rotateY(270deg) rotateZ(0deg);
  }
  50% {
    transform: rotateX(-90deg) rotateY(180deg) rotateZ(-30deg);
  }
  75% {
    transform: rotateX(-90deg) rotateY(90deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(-90deg) rotateY(0deg) rotateZ(30deg);
  }
}

#mr-west.orbit,
#mr-west .pos,
#mr-west .glyph {
  animation-duration: 16s;
}

#hand.orbit,
#hand .pos,
#hand .glyph {
  animation-duration: 17s;
}

#candle.orbit,
#candle .pos,
#candle .glyph {
  animation-duration: 16s;
}

#science.orbit,
#science .pos,
#science .glyph {
  animation-duration: 30s;
}

#key.orbit,
#key .pos,
#key .glyph {
  animation-duration: 36s;
}

#leaf.orbit,
#leaf .pos,
#leaf .glyph {
  animation-duration: 34s;
}

* {
  margin: 0;
}

body {
  position: relative;
  min-height: 100vh;
  background: #00052a;
}

.touch body {
  cursor: pointer;
}

.touch body div {
  cursor: pointer;
}

.sv-badge {
  display: none !important;
}

::selection {
  background: gray;
}
@media screen and (min-width: 300px) {
  #universe {
    font-size: 35%;
  }

  .view-3D #bottle {
    transform: rotateX(-90deg) rotateZ(0deg) translateZ(-70px)
      translateX(-0.35em) !important;
  }
}

@media screen and (min-width: 500px) {
  #universe {
    font-size: 50%;
  }
}

@media screen and (min-width: 600px) {
  #universe {
    font-size: 60%;
  }
}

@media screen and (min-width: 1000px) {
  #universe {
    font-size: 80%;
  }
}

@media screen and (min-width: 2000px) {
  #universe {
    font-size: 120%;
  }
}

#galaxy {
  height: 60%;
}

@media screen and (min-width: 768px) {
  #galaxy {
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .view-3D #bottle,
  #bottle {
    font-size: 40em;
  }
  #galaxy {
    height: 70%;
  }
}

@media screen and (max-width: 768px) {
  .scale-stretched #bottle {
    font-size: 30em;
  }
}

@media screen and (min-width 1895px) {
  #univers {
    font-size: 100%;
  }
  #galaxy {
    height: 80%;
  }
}
