@font-face {
  font-family: Gotham Ultra;
  src: url(gotham-ultra.otf);
}

@font-face {
  font-family: Gotham Medium;
  src: url(gotham-medium.otf);
}

canvas {
  height:  100vh;
}
html,
body {
  margin: 0;
  overflow: hidden;
  font-family: Gotham Medium;
  color: #fff;
  /*   color: #000; */
}

header {
  position: fixed;
  overflow: hidden;
  font-family: Gotham Ultra;
}

h1 {
  font-weight: 900;
  text-align: center;
  font-size: 100px;
  margin-top: 10%;
}

.section img{
  z-index:  5;
  overflow:  hidden;
  position: fixed;
}

a {
  color: #fff;
  /*     color: #000; */
}

.contact {
  position: fixed;
  top: 30px;
  left: 27px;
}

.about {
  position: fixed;
  top: 52px;
  right: 5px;
  transform: rotate(90deg);
}

.shop {
  font-size: 17px;
  position: fixed;
  bottom: 40px;
  left: 8px;
  transform: rotate(-90deg);
}

.follow {
  position: fixed;
  bottom: 20px;
  right: 28px;
}

.contact-page {
  background-color: #da3487;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  transition: transform 0.5s ease;
  transform: translateY(-100%);
}

.about-page {
  background-color: #92e949;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  transition: transform 0.5s ease;
  transform: translateX(100%);
}

.follow-page {
  background-color: #f4e353;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  transition: transform 0.5s ease;
  transform: translateY(100%);
}

.highlight {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}

.open {
  transform: translateX(0%);
}

.close {
  transform: translateX(-100%);
}

.inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
}

.inner a {
  text-decoration: underline;
}

.larger {
  font-family: Gotham Ultra;
  text-decoration: none;
  font-size: 80px;
  margin-bottom: 25px;
}

.link {
  margin-bottom: 30px;
}

.link li {
  margin-bottom: 30px;
}

h1 span {
  transition: color 1s;
}

h1 span:hover {
  transition: color 0s;
  opacity: 0.8;
}

h1 span:nth-child(1n):hover {
  color: #66ff66;
}

h1 span:nth-child(2n):hover {
  color: #87ff2a;
}

h1 span:nth-child(3n):hover {
  color: #a7f432;
}

h1 span:nth-child(4n):hover {
  color: #50bfe6;
}

h1 span:nth-child(5n):hover {
  color: #ffcc33;
}

h1 span:nth-child(6n):hover {
  color: #ff9933;
}

h1 span:nth-child(7n):hover {
  color: #ff007c;
}

h1 span:nth-child(8n):hover {
  color: #ff355e;
}

h1 span:nth-child(9n):hover {
  color: #ff00cc;
}

h1 span:nth-child(10n):hover {
  color: #ff6eff;
}

@media (max-width: 414px) {
  header {
    margin-top: 150px;
  }
  h1 {
    font-size: 49px;
    top: 25%;
  }

  .larger {
    font-size: 25px;
  }

  p,
  .inner,
  a {
    font-size: 20px;
  }
}

@media (max-width: 376px) {
  h1 {
    font-size: 46px;
  }
}

@media (max-width: 320px) {
  header {
    margin-top: 200px;
  }
  h1 {
    font-size: 38px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  h1 {
    font-size: 55px;
  }

  .larger {
    font-size: 25px;
  }

  p,
  .inner,
  a {
    font-size: 20px;
  }
}
