@font-face {
  font-family: relative;
  src: url("../data/Relative-11Pitch.otf"); }
* {
  box-sizing: border-box; }

html {
  background-color: #F7F7F7; }

body {
  width: 100vw;
  margin: 0 auto;
  font-family: "relative", monospace;
  font-size: 14pt;
  letter-spacing: 0.38pt;
  line-height: 21pt;
  color: #000;
  overflow: hidden; }

nav {
  margin: 0 auto;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 50px 50px 0; }
  nav .logo {
    width: 200px;
    height: auto; }
  nav .logo svg {
    width: 100%;
    height: auto; }
  nav menu {
    margin: 0; }
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  nav li {
    display: inline-block;
    padding: 0; }
    nav li p {
      display: inline; }
    nav li a {
      text-decoration: none;
      color: black; }
    nav li a:hover {
      cursor: pointer;
      text-decoration: underline;
      color: #4A90E2; }
    nav li p:hover {
      cursor: pointer;
      text-decoration: underline;
      color: #4A90E2; }
  nav li::after {
    content: "|";
    padding: 20px; }
  nav li:last-child::after {
    content: "";
    padding: 0; }

.brand-area-selectors {
  position: absolute;
  left: 50px;
  bottom: 50px; }
  .brand-area-selectors ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .brand-area-selectors li {
    padding: 0;
    color: #000; }

.prism-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: -999; }

.prism {
  perspective: 2000px; }

.cube {
  width: 40vw;
  height: 40vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
  animation: rotate 30s linear infinite; }

.side:hover {
  cursor: pointer; }

@keyframes rotate {
  0% {
    transform: rotateY(0DEG) rotateX(0DEG) rotateZ(0DEG); }
  100% {
    transform: rotateY(360DEG) rotateX(0) rotateZ(360DEG); } }
.side {
  position: absolute;
  width: 40vw;
  height: 10vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffe546;
  border: 0.2vw solid black;
  margin: 0 auto;
  padding: 0 auto;
  color: black;
  text-align: center;
  line-height: 2em; }

.side svg {
  width: 90%;
  height: auto;
  fill: black;
  position: absolute; }

.logotype {
  display: none; }

.catagory-names {
  display: none; }

.svg-visible {
  display: block; }

.one {
  transform: rotateY(-180deg) translateZ(11.55vw); }

.two {
  transform: rotateY(-60deg) translateZ(11.55vw); }

.three {
  transform: rotateY(60deg) translateZ(11.55vw); }

.content-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 998;
  justify-content: flex-start;
  align-items: center;
  display: none;
  opacity: 0;
  transition: opacity 1s ease-in-out; }

.content-wrapper {
  visibility: hidden;
  width: 70%;
  max-width: 1280px;
  background-color: white;
  position: absolute;
  left: -100%;
  bottom: 20vh;
  top: 15vh;
  z-index: 999;
  overflow-y: hidden;
  border-bottom: 50px solid #ffe546; }
  .content-wrapper h2 {
    font-family: "relative", monospace;
    font-size: 22pt;
    letter-spacing: 0.38pt;
    line-height: 2;
    color: #000;
    margin: 0;
    padding: 30px 50px; }
  .content-wrapper svg {
    width: 20px;
    position: absolute;
    top: 38px;
    right: 30px;
    -webkit-transition: fill 0.25s ease-in-out;
    -moz-transition: fill 0.25s ease-in-out;
    -ms-transition: fill 0.25s ease-in-out;
    transition: fill 0.25s ease-in-out; }
  .content-wrapper svg:hover {
    fill: #ccc;
    cursor: pointer; }
  .content-wrapper p {
    width: 100%;
    font-size: 14pt;
    line-height: 1.5;
    padding: 0px 50px;
    max-height: calc(65vh - 190px);
    overflow-y: auto; }
  .content-wrapper a {
    color: #4A90E2; }
  .content-wrapper p::-webkit-scrollbar-track {
    border: 0;
    background-color: transparent; }
  .content-wrapper p::-webkit-scrollbar {
    width: 0;
    background-color: transparent; }
  .content-wrapper p::-webkit-scrollbar-thumb {
    background-color: transparent; }

.btn--active {
  text-decoration: underline; }

.content-overlay--active {
  display: block; }

.content-wrapper--active {
  visibility: visible;
  animation: slideIn 1s ease-in-out;
  animation-fill-mode: forwards; }

.content-wrapper--close {
  visibility: hidden;
  transition: visibility;
  transition-delay: 1s;
  animation: slideOut 1s ease-in-out;
  animation-fill-mode: forwards; }

@keyframes slideIn {
  0% {
    left: -100%; }
  100% {
    left: 0; } }
@keyframes slideOut {
  0% {
    left: 0; }
  100% {
    left: -100%; } }
@media screen and (min-width: 1920px) {
  .content-wrapper p {
    font-size: 22pt; } }
@media screen and (max-width: 701px) {
  body {
    height: 100vh;
    overflow-y: hidden; }

  @keyframes slideIn {
    0% {
      top: 100vh; }
    100% {
      top: 68px; } }
  @keyframes slideOut {
    0% {
      top: 68px; }
    100% {
      top: 100vh; } }
  nav {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 25px;
    position: fixed; }

  menu {
    padding: 15px 0 0; }
    menu ul li {
      display: block; }
    menu ul li::after {
      content: "";
      padding: 0; }

  .brand-area-selectors {
    position: fixed;
    left: 25px;
    bottom: 25px; }

  .content-wrapper {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    bottom: 0;
    top: 100vh;
    padding: 30px 25px;
    border-bottom: 22px solid #ffe546;
    border-top: 1px solid #979797;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .content-wrapper h2 {
      font-size: 14pt; }
    .content-wrapper p {
      font-size: 14pt;
      max-height: inherit;
      overflow-y: visible; }

  .content-wrapper::-webkit-scrollbar-track {
    border: 0;
    background-color: transparent; }

  .content-wrapper::-webkit-scrollbar {
    width: 0;
    background-color: transparent; }

  .content-wrapper::-webkit-scrollbar-thumb {
    background-color: transparent; }

  .side {
    width: 60vw;
    height: 15vw; }

  .one {
    transform: rotateY(-180deg) translateZ(17.3vw); }

  .two {
    transform: rotateY(-60deg) translateZ(17.3vw); }

  .three {
    transform: rotateY(60deg) translateZ(17.3vw); } }

/*# sourceMappingURL=main.css.map */
