:root {
  --menu-height: 60px;
  --menu-height-mobile: 45px;
  --main-title-height: 40vh;
  --main-title-height-mobile: 22vh;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 14px;
  background-color: #2A1543;
}

html.wf-loading body {
  display: none;
}

body {
  line-height: 1.35;
  background-color: #2A1543;
  /* background-color: #fcfcff; */
  color: white;
  font-family: 'Poppins';
  font-weight: 300;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.2rem;
}

.container {
  height: 100vh;
  flex: 1;
  flex-direction: column;
  /* margin: auto; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-container {
  flex: 1;
}

.inner-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 0rem;
}

.links {
  display: flex;
  flex: 1;
  align-items: flex-end;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 2rem;
}

h1 {
  font-size: 4rem;
  margin: 1.5rem 0 1.5em 0;
}

h2 {
  font-size: 2.5vh;
  font-weight: 400;
}

a {
  font-weight: 300;
  color: #e9e2ff;
  text-decoration: none;
}

a#discord {
  font-weight: 300;
}

.links a {
  font-weight: 300;
  color: hsl(245, 16%, 60%);
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-size: 0.95rem;
}

.prototype {
  justify-self: flex-end;
}

.mainMenu {
  height: var(--menu-height);
  background-color: #220e37;
  display: flex;
}

.mainMenuContent {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.mainMenuItems {

  /* margin: 0 auto;
  height: 100%;
  max-width: 1400px; */
  width: 100%;
  /* display: inline-block; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 1.5rem;
  /* z-index: 2; */
}

.logoContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0;
}

.logoContainer img {
  width: calc(var(--menu-height) - 10px);
  height: calc(var(--menu-height) - 10px);
}

a.logoLink {
  display: flex;
}

.mainMenu a.menuItem {
  display: inline-block;
  font-size: 1.1rem;
  color: #a385f3;
  line-height: var(--menu-height);
  padding: 0 1.5rem;
  margin: 0 1rem;

}

.mainContainer {
  width: 100vw;
  height: 100vh;
}

canvas {
  width: 100vw;
  height: calc(100vh - var(--menu-height));
  object-fit: contain;
}

.animatable {
  position: fixed;
  opacity: 0;
  z-index: 2;
  color: white;
}

.page {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: white;
}

.title {
  width: 40vw;
  line-height: 1.4;
  font-size: 2.75vw;
  font-weight: 400;
  letter-spacing: 1px;
  word-wrap: normal;
  color: #fdfcff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  margin: 0;
}

.title.center {
  width: 25vw;
  top: 50%;
  left: 50%;
  margin-left: -20vw;
  transform: translate(-100%, -50%);
  text-align: right;
}

.title.right {
  top: 42%;
  left: 53%;
  text-align: left;
}

.title.left {
  top: 42%;
  left: 47%;
  transform: translate(-100%, 0%);
  text-align: right;
}

#title6 {
  width: 30vw;
  left: 63%;
  text-align: left;
  transform: translate(0%, -20%);
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  line-height: 1.35;
}

#title1.title {
  font-weight: 600;
}
#title6.title {
  font-size: 2.5vw;
  line-height: 1.25;
  font-weight: 600;
}

#content6 {
  width: 30vw;
  left: 63%;
  align-items: flex-start;
  text-align: left;
  transform: translate(0%, 20px);
}
.content {
  line-height: 1.6;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  width: 100%;
  display: flex;
  flex-direction: column;

}

.content.center {
  width: 28vw;
  top: 62%;
  left: 70%;
  text-align: left;
}

.content.center .description {
  text-align: left;
}

.content.right {
  width: 40vw;
  top: 52%;
  left: 53%;
  text-align: left;
  align-items: flex-start;
}

.content.right .description {
  text-align: left;
}

.content.left {
  width: 40vw;
  top: 52%;
  left: 47%;
  transform: translate(-100%, 0%);
  text-align: right;
  align-items: flex-end;
}

.content.left .description {
  text-align: right;
}

.subtitle {
  font-size: 1.6vw;
  line-height: 1.3;
  font-weight: 200;
  letter-spacing: 0.35px;
  /* color: #ffa718; */
  /* color: #d0bce6; */
  color: #d1bce9;
}

.description {
  font-size: 1.1vw;
  font-weight: 200;
  letter-spacing: 0.5px;
  margin-top: 2.5rem;
  color: #9376b1;
  /* color: #8f6bb6; */
  /* #b787ea; */
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; */
}

#description3 {
  width: 35vw;
}

.mainCanvas {
  position: relative;
}

.logo {
  /* position: absolute; */
  /* top: 50%; */
  /* left: 75%; */
  /* transform: translate(-50%, -65%); */
  /* opacity: 0; */
  width: 6vw;
  height: 6vw;
  margin-right: 1.5vw;
}

.appstore {
  /* margin-top: 2rem; */
}

.appstore img {
  width: 6vw;
}


h1.subtitle {
  margin: 0;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

  canvas {
    height: calc(100vh - var(--menu-height-mobile));
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1rem;
  }

  .links {
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: flex-end;
  }

  .links a {

    font-size: .9rem;
  }

  /* img.logo {
    height: 5vw;
    width: 5vw;
  } */

  .mainMenu {
    height: var(--menu-height-mobile);
    /* padding: 0 0.75rem */
  }

  .logoContainer {
    margin-left: 1rem;
  }

  .logoContainer img {
    width: calc(var(--menu-height-mobile) - 10px);
    height: calc(var(--menu-height-mobile) - 10px);
  }

  .mainMenuItems {
    /* justify-content: space-between; */
    padding: 0;
  }

  .mainMenu a.menuItem {
    font-size: 1rem;
    padding: 0 0.5rem;
    /* margin: 0 1rem; */
  }
  .mainTitle {
    position: relative;
    height: var(--main-title-height-mobile);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 2rem;
  }

  .mainContent {
    position: relative;
    height: calc(100vh - 56.25vw - var(--main-title-height-mobile) - var(--menu-height-mobile));
    display: flex;
    align-items: center;
  }

  .animatable {
    position: absolute;
  }

  .title.center, .title.left, .title.right,
  .title {
    font-size: 8vw;
    width: 100%;
    text-align: center;
    top: auto;
    left: auto;
    margin-left: 0;
    transform: none;
    padding: 0 1rem;

  }

  .subtitle {
    font-size: 5vw;
  }

  .description {
    font-size: 3.5vw;
  }

  .content {
    padding: 0.5rem 2rem;
  }

  #content6 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  canvas {
    width: 100vw;
    height: 56.25vw;
    object-fit: contain;
  }

  .content.right, .content.left, .content.center {
    width: 100%;
    top: auto;
    left: auto;
    text-align: center;
    transform: none;
  }

  .content.right .description, .content.left .description, .content.center .description {
    text-align: center;
  }

  #description3 {
    width: 100%;
  }

  #title6 {
    width: 100vw;
    left: auto;
    display: flex;
    justify-content: center;
    text-align: left;
    transform: translate(0%, 0%);
  }

  #title6.title {
    font-size: 6vw;
    line-height: 1.25;
    font-weight: 600;
  }

  #content6 {
    left: auto;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    transform: translate(0%, 20px);
  }

  #content6 {
    width: 100vw;
    align-items: center;
    text-align: center;
    transform: translate(0%, 0px);
  }

  .logo {
    width: 15vw;
    height: 15vw;
    margin-right: 2.5vw;
  }


  .appstore img {
    width: 27.5vw;
  }


}
@media only screen and (max-width: 600) {
  .logoContainer {
    margin-left: 1rem;
  }
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.1rem;
  }


  img.logo {
    /* height: 140px; */
    /* width: 140px; */
  }

  .logoContainer {
    margin-left: 2rem;
  }

}



/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.6rem;
  }

  h2 {
    font-size: 1.2rem;
  }

  img.logo {
    /* height: 160px; */
    /* width: 160px; */
  }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 2.8rem;
  }

  h2 {
    font-size: 1.3rem;
  }

  img.logo {
    /* height: 180px; */
    /* width: 180px; */
  }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 3.1rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  img.logo {
    /* height: 180px; */
    /* width: 180px; */
  }

}

