.image {
  position: relative;
  z-index: auto;
}

.nav-link {
  font-family: Oswald, sans-serif;
}

.nav-link-2 {
  font-family: Oswald, sans-serif;
}

.nav-link-3 {
  font-family: Oswald, sans-serif;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ada191;
  background-image: url('../images/Jmi_paint.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  background-clip: border-box;
  -o-object-fit: fill;
  object-fit: fill;
}

.section:active {
  box-shadow: inset 5px 5px 3px 0 #000;
}

.image-2 {
  width: 0px;
  min-width: 142px;
  margin: -1px 10px 40px;
  padding-left: 0px;
  opacity: 1;
  color: #0e0e0e;
}

.text-block {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: 'Delirium ncv', sans-serif;
  color: hsla(0, 0%, 100%, 0.29);
  font-size: 4rem;
  text-align: center;
  letter-spacing: 1.5vh;
  text-indent: 10px;
}

.text-block.spacemore {
  letter-spacing: 2.8vh;
}

.text-block.design {
  margin-top: -35px;
  font-family: Exo, sans-serif;
  color: hsla(0, 0%, 100%, 0.36);
  font-size: 1rem;
  letter-spacing: 1.45vh;
}

.text-block.designer {
  color: hsla(0, 0%, 100%, 0.29);
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1rem;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  min-width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/lost.jpg');
  background-position: 100vw 100vh;
  background-size: cover;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
  text-align: center;
  background-clip: border-box;
}

.heading {
  font-family: Exo, sans-serif;
  color: #e2cfcf;
  font-size: 4rem;
  line-height: 4.5rem;
  letter-spacing: 0.2vw;
}

.text-span {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 0px;
  font-family: Exo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

._404-button {
  margin-top: 10px;
  border: 2px solid #eedfce;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.36);
  opacity: 0.4;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  font-weight: 400;
  background-clip: border-box;
}

._404-button:hover {
  opacity: 1;
}

._404-button:active {
  border-width: 2px;
  border-color: #eedfce;
  box-shadow: inset 1px 1px 7px 0 #2c142c;
}

.button {
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #df393b;
  border-radius: 5px;
  background-color: #df393b;
  -webkit-transition: color 300ms ease, border-color 400ms ease;
  transition: color 300ms ease, border-color 400ms ease;
  font-family: Exo, sans-serif;
  color: #c2a8a8;
  font-size: 0.8rem;
  line-height: 6px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2rem;
}

.button:hover {
  border-style: solid;
  border-color: #c03537;
  border-radius: 5px;
  background-color: #df393b;
  color: #ece1e1;
}

.button:active {
  border-color: #aa5a46;
  box-shadow: inset 1px 1px 4px 1px #964545;
  color: #df393b;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-block {
  margin-left: 0px;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
  .text-block {
    margin-top: 0px;
  }

  .section-2 {
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
  }
}

@font-face {
  font-family: 'Delirium ncv';
  src: url('../fonts/DELIRIUM-NCV.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}