:root {
  --white: white;
  --black: black;
}

body {
  color: #fff;
  background-color: #161616;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.text-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.text {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Silkscreen, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  transition: opacity .25s;
}

.text.hover {
  color: #555;
  justify-content: space-between;
  display: inline-block;
}

.text.hover:hover {
  color: #0af593;
}

.text.hover:active {
  color: #06c978;
}

.text.hover2 {
  justify-content: space-between;
  display: inline-block;
}

.text.hover2:hover {
  color: #ffae00;
}

.text.small {
  color: #999;
  font-size: 1.4rem;
  line-height: 2;
}

.text.deux.hover {
  color: #555;
}

.text.deux.hover:hover {
  color: #80f;
}

.text.deux.hover:active {
  color: #6600c0;
}

.text.divider {
  background-color: #555;
  width: 80px;
  height: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 6px;
}

.text.threux.hover:hover {
  color: #ffc512;
}

.text.threux.hover:active {
  color: #d8a403;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.line-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  display: flex;
}

.body {
  color: #555;
  background-color: #f6fcff;
  font-family: Silkscreen, sans-serif;
}

.text2 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Silkscreen, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  transition: opacity .25s;
}

.text2.hover {
  color: #555;
  justify-content: space-between;
  display: inline-block;
}

.text2.hover:hover {
  color: #ffae00;
}

.text2.hover2 {
  justify-content: space-between;
  display: inline-block;
}

.text2.hover2:hover {
  color: #ffae00;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

._404-page {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hover-image-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.hover-image {
  position: relative;
}

.hover-image.mt, .hover-image.star {
  position: absolute;
}

.title {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Silkscreen, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  transition: opacity .25s;
}

.title.hover {
  color: #555;
  justify-content: space-between;
  display: inline-block;
}

.title.hover:hover {
  color: #0af593;
}

.title.hover:active {
  color: #06c978;
}

.title.hover2 {
  justify-content: space-between;
  display: inline-block;
}

.title.hover2:hover {
  color: #ffae00;
}

.title.small {
  color: #999;
  font-size: 1.8rem;
  line-height: 2;
}

.title.deux.hover {
  color: #555;
}

.title.deux.hover:hover {
  color: #80f;
}

.title.deux.hover:active {
  color: #6600c0;
}

.title.divider {
  background-color: #555;
  width: 80px;
  height: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 6px;
}

.title.threux.hover:hover {
  color: #ffc512;
}

.title.threux.hover:active {
  color: #d8a403;
}

@media screen and (max-width: 991px) {
  .text.small {
    font-size: 1.2rem;
  }

  .text.divider {
    width: 60px;
    height: 6px;
    margin-left: 5px;
  }

  .line-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .title.small {
    font-size: 1.2rem;
  }

  .title.divider {
    width: 60px;
    height: 6px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .text {
    font-size: 1.6rem;
  }

  .text.small {
    font-size: 1rem;
  }

  .text.divider {
    width: 50px;
    height: 5px;
    margin-left: 4px;
  }

  .line-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .title {
    font-size: 2rem;
  }

  .title.small {
    font-size: 1rem;
  }

  .title.divider {
    width: 50px;
    height: 5px;
    margin-left: 4px;
  }
}

@media screen and (max-width: 479px) {
  .text-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    align-items: center;
    display: flex;
  }

  .text.small {
    margin-top: 10px;
    line-height: 1.4;
  }

  .line-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .title.small {
    margin-top: 10px;
    line-height: 1.4;
  }
}


