body {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5ec5b;
  cursor: crosshair;
  font-family: 'Roboto', sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

h2 {
  font-family: 'Cormorant Garamond', serif;
  margin: 0;
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
}

p {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  font-size: 15px;
}

.sub {
  font-size: 10px;
}

.keywords {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

a {
  margin: 0;
  cursor: crosshair;
}

.title_work {
  text-transform: uppercase;
}

canvas {
  background: black;
}

#star_tunnel {
  width: 110vw;
  height: 110vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#star_tunnel_container {
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#prallax_container {
  position: fixed;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

.back_div {
  width: calc(100vw - (60px * 2));
  height: calc(100vh - (60px * 2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.back_div_box {
  width: 50%;
  height: 50%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.back_div_box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-animation: fade 2s;
          animation: fade 2s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#back_div_box_2,
#back_div_box_4 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

#back_div_box_2 div,
#back_div_box_4 div {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#back_div_box_3,
#back_div_box_4 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.back_div_box div p {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.back_div_box div a {
  text-decoration: none;
  color: black;
}

.back_div_box div:hover p {
  opacity: 1;
  cursor: crosshair;
}

.front_div {
  position: absolute;
  width: 75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.front_div a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: black;
  text-align: center;
}

.front_div a p {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.front_div a:hover p {
  opacity: 1;
  cursor: crosshair;
}

.front_div img {
  width: 100%;
  height: auto;
  -webkit-animation: logo 2s;
          animation: logo 2s;
  margin: 15px 0;
}

@-webkit-keyframes logo {
  from {
    width: 70%;
    opacity: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}

@keyframes logo {
  from {
    width: 70%;
    opacity: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}

#scale {
  z-index: 100;
  mix-blend-mode: multiply;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 15px;
  pointer-events: none;
}

#info {
  z-index: 100;
  margin: 0;
  position: fixed;
  left: 10px;
  top: 10px;
  font-size: 10px;
  font-family: 'Source Code Pro', monospace;
}

.back_div_about {
  width: calc(100vw - (60px * 2));
  height: calc(100vh - (60px * 2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.back_div_about a {
  color: black;
  text-decoration: none;
}

.links,
.links:visited {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.links:hover {
  text-decoration: underline;
}

.front_div_about {
  position: absolute;
  min-width: 600px;
  width: 50vw;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: scroll;
  pointer-events: all;
  -webkit-animation: smoothload 2s;
          animation: smoothload 2s;
  scrollbar-width: none;
}

@-webkit-keyframes smoothload {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes smoothload {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.front_div_about div {
  width: 100%;
  margin-bottom: 45px;
}

.front_div_about div img {
  height: auto;
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.front_div_about #risca {
  width: 90%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 50%, rgba(0, 0, 0, 0) 100%);
  margin-bottom: 45px;
  border-radius: 500%;
}

.front_div_about p {
  font-size: 30px;
  text-align: center;
  margin-bottom: 15px;
}

.front_div_about section {
  margin-bottom: 45px;
}

.front_div_about section p:nth-child(1) {
  text-indent: 0;
}

.front_div_about section .text {
  text-align: left;
  text-indent: 2em;
  margin-bottom: 0;
}

.front_div_about #subtitle {
  font-size: 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 45px;
}

.front_div_about .credits_big {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}

.front_div_about .credits {
  font-size: 15px;
}

.front_div_about::-webkit-scrollbar {
  display: none;
}

.front_div_about {
  -ms-overflow-style: none;
}

#tiny {
  font-size: 10px;
  margin-bottom: 0;
}

#spacer {
  display: none;
}

.they2 {
  display: none;
}

@media screen and (max-width: 600px) {
  #info {
    display: none;
  }
  h2 {
    font-size: 10vw;
    margin: 0;
  }
  #star_tunnel_container {
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: fixed;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #star_tunnel_container #star_tunnel {
    width: 110vw;
    height: 110vh;
    height: calc(var(--vh, 1vh) * 110);
  }
  #star_tunnel_container #star_tunnel canvas {
    background: black;
  }
  #prallax_container {
    height: calc(var(--vh, 1vh) * 100);
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #prallax_container .back_div {
    width: calc(100vw - (15px * 2));
    height: calc((var(--vh, 1vh) * 100) - (15px * 2));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #prallax_container .back_div #spacer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20%;
    width: 100%;
  }
  #prallax_container .back_div .back_div_box {
    width: 100%;
    height: 20%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  #prallax_container .back_div .back_div_box div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #prallax_container .back_div .back_div_box div p {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  #prallax_container .back_div .back_div_box div:focus p {
    opacity: 1;
    cursor: crosshair;
  }
  #prallax_container .back_div #back_div_box_1,
  #prallax_container .back_div #back_div_box_2,
  #prallax_container .back_div #back_div_box_3,
  #prallax_container .back_div #back_div_box_4 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  #prallax_container .back_div #back_div_box_1 div,
  #prallax_container .back_div #back_div_box_2 div,
  #prallax_container .back_div #back_div_box_3 div,
  #prallax_container .back_div #back_div_box_4 div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #prallax_container .sub {
    font-size: 8px;
    display: none;
  }
  #prallax_container .keywords {
    font-size: 8px;
    font-weight: initial;
    margin-bottom: 0;
  }
  #prallax_container .title_work {
    text-transform: uppercase;
    font-weight: bold;
  }
  #prallax_container .they2 {
    display: initial;
  }
  #prallax_container .they {
    display: none;
  }
  .front_div {
    width: calc(100vw - (15px * 2));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .front_div a #click_to_read {
    display: none;
  }
  .front_div a p {
    font-size: 12px;
    opacity: 1;
    -webkit-animation: smoothload 2s;
            animation: smoothload 2s;
  }
  .back_div_about {
    width: calc(100vw - (15px * 2));
    height: calc((var(--vh, 1vh) * 100) - (15px * 2));
  }
  .front_div_about {
    min-width: auto;
    width: calc(95vw - (15px * 2));
    height: calc((var(--vh, 1vh) * 90) - (15px * 2));
    bottom: 0px;
  }
  .front_div_about p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .front_div_about .credits_big {
    font-size: 13px;
  }
  .front_div_about .credits {
    font-size: 12px;
  }
  .front_div_about #tiny {
    margin-bottom: 15px;
  }
}
/*# sourceMappingURL=style.css.map */