a {
  text-decoration: none;
  color: #FFF8F3;
}

nav {
  background-color: #F06038;
}
nav a {
  color: #FFF8F3;
}
nav img {
  width: 50px;
}

body {
  background-color: #8C9EFF;
  font-family: "Futura PT", sans-serif;
  color: #FFF8F3;
  font-size: 10px;
}
body header h6 {
  margin-top: 1em;
  line-height: 1.3em;
}
body h1 {
  color: #D6F74C;
  font-family: "Anton", sans-serif;
  font-size: 10.5em;
}
body h2 {
  color: #D6F74C;
  font-family: "Anton", sans-serif;
  font-size: 6.5em;
}
body h3 {
  font-family: "Lexia VF", serif;
  font-size: 2.2em;
  line-height: 1.3em;
}
body h4 {
  font-family: "Lexia VF", serif;
  font-size: 1.3em;
}
body h5 {
  font-size: 1.3em;
}
body h6 {
  font-weight: lighter;
  font-size: 1.2em;
}
body p {
  font-size: 1.5em;
  background-color: rgb(114.5, 136.4913043478, 255);
  padding: 0.5em;
}
body .poster h1 {
  font-size: 5em;
  line-height: 1.1em;
}
body .intro h1 {
  font-size: 5em;
  line-height: 1.1em;
}
body .intro h5 {
  font-size: 1.7em;
  font-weight: lighter;
  margin-top: 1.4em;
  margin-bottom: -0.05em;
}
body .intro h6 {
  margin-top: 2em;
}
body .head h1 {
  font-size: 9.85em;
}
body .item {
  margin-bottom: 7em;
}
body .item img {
  width: 340px;
}
body .item h3 {
  margin-top: 1em;
  background-color: rgb(89, 114.9826086957, 255);
  padding: 0.5em;
  width: -moz-fit-content;
  width: fit-content;
}
body .item:first-child {
  margin-top: 7em;
}
body .overview img {
  width: 520px;
  align-items: center;
  margin-top: -2em;
  margin-bottom: 2em;
}
body .bottom-nav h4 {
  margin-top: 4em;
}
body .me {
  margin-bottom: 7em;
}
body .me h3 {
  margin-top: 1em;
  background-color: rgb(89, 114.9826086957, 255);
  padding: 0.5em;
  width: -moz-fit-content;
  width: fit-content;
}
body .carousel-item {
  padding-top: 3em;
}
body .image img {
  width: 90%;
  margin-top: 3em;
  background-color: #fff;
  margin-bottom: 1em;
}

footer {
  background-color: #F06038;
}
footer h2 {
  padding-top: 0.5em;
}
footer h3 {
  margin-top: -0.2em;
  margin-bottom: 3.4em;
}
footer h4 {
  margin-top: 5.5em;
  margin-bottom: 5.5em;
}
footer h6 {
  padding-bottom: 1em;
}
footer .back-image {
  background-image: url("image/west-footer-logo.png");
  background-size: cover;
}
footer .about-footer h5 {
  padding-top: 4em;
}

@media (min-width: 992px) {
  header h6 {
    padding-top: 20em;
  }
  body h1 {
    font-size: 15em;
  }
  body h2 {
    font-size: 12em;
  }
  body h3 {
    font-size: 3em;
  }
  body h4 {
    font-size: 2.4em;
  }
  body h5 {
    font-size: 2.4em;
  }
  body h6 {
    font-size: 1.6em;
  }
  body p {
    font-size: 3em;
  }
  body nav img {
    width: 4em;
  }
  body header {
    margin-bottom: 3em;
  }
  body .item:first-child {
    margin-top: 1em;
  }
  body .item {
    margin-top: 1em;
  }
  body .item img {
    width: 100%;
  }
  body .item .bottom img {
    height: 32.5em;
  }
  body .intro h1 {
    font-size: 9em;
    line-height: 1.1em;
  }
  body .intro h5 {
    font-size: 2.5em;
  }
  body .head h5 {
    font-size: 2em;
  }
  body .sticky-image {
    position: sticky;
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
  }
  body .scroll-column {
    max-height: 100vh;
    overflow-y: auto;
  }
  body .poster h2 {
    font-size: 9em;
    line-height: 1.1em;
  }
}/*# sourceMappingURL=custom.css.map */