html {
  font-family: "Times New Roman", Times, serif;
  color: #fff;
  background: linear-gradient(rgba(246, 171, 171, 0.6), rgba(246, 171, 171, 0.6)), url(../images/vapor/cloud.jpg) no-repeat center center fixed;
  background-size: cover;
}

.vapor {
  padding: 150px 0;
  margin: 0;
  background-position: -3px;
  background-size: 80px 80px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3) 3px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 3px, transparent 1px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  height: 100svh;
  width: 100svw;
}
.vapor:after {
  content: "";
  display: inline-block;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  min-height: 150px;
  background: url(../images/vapor/overlayBottom.png) no-repeat center center;
  opacity: 0.4;
}
.vapor:before {
  content: "";
  display: inline-block;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  min-height: 150px;
  background: url(../images/vapor/overlayTop.png) no-repeat center center;
  opacity: 0.4;
}
.vapor a {
  text-decoration: underline;
}
.vapor #header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  width: 100%;
  color: #15f4ff;
  background-color: #fedde8;
}
.vapor #header .header-right {
  max-width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.vapor #header .header-right a {
  color: #B967FF;
  font-family: "w95";
  font-weight: bold;
  letter-spacing: 0.5rem;
  word-break: keep-all;
}
.vapor .banner {
  padding: 150px 30px 20px;
  display: flex;
  align-items: center;
  background: #FF71CE;
  background: linear-gradient(0deg, #B967FF 0%, #B967FF 60%, rgba(185, 103, 255, 0.2) 100%);
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.vapor .banner .banner-content {
  max-width: 80%;
  color: #fedde8;
}
.vapor .banner figure {
  position: absolute;
  margin-right: 50px;
  left: 0;
}

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