@font-face {
  font-family: Black Asylum;
  src: url('../fonts/BlackAsylumDEMO-KCFonts.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Think Nothing;
  src: url('../fonts/ThinkNothing.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

:root {
  --crimson: #da2a2d;
  --white: white;
  --black: black;
}

body {
  color: #fff;
  background-color: #000;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.window {
  width: 100%;
  min-height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.lamp {
  z-index: -2;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.menu {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.the-end {
  color: #da2a2d;
  text-align: center;
  margin-top: 100px;
  font-family: Black Asylum, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.button {
  letter-spacing: 5px;
  cursor: pointer;
  background-color: #0000;
  padding: 20px 30px;
  font-family: Black Asylum, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.button.small {
  font-size: 20px;
}

.button.large {
  text-align: center;
  font-size: 50px;
}

.button.smaller {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}

.introduction {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.story {
  color: #fff;
  text-align: left;
  width: 700px;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 30px;
}

.content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.home-button {
  position: relative;
}

.rush-inside {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.catch-your-breath, .sneak-out-the-back, .take-it-downstream, .take-cover, .sneak-away, .wait-it-out, .row-left, .row-right, .grab-the-gun, .shoot-it, .crawl-out {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.div-block {
  display: none;
  overflow: visible;
}

.blood {
  z-index: -2;
  width: 100%;
  height: 100vh;
}

.link {
  color: var(--crimson);
  text-decoration: underline;
}

.twitter {
  cursor: pointer;
  background-image: url('../images/Twitter.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  transition: all .4s;
}

.twitter:hover {
  transform: scale(1.2);
}

.facebook {
  cursor: pointer;
  background-image: url('../images/FB.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 70px;
  width: 100px;
  height: 100px;
  margin-left: 20px;
  transition: all .4s;
}

.facebook:hover {
  transform: scale(1.2);
}

.wrapper {
  display: flex;
}

.tweet {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.contact {
  cursor: pointer;
  background-image: url('../images/Hand.png');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: auto 90px;
  width: 100px;
  height: 100px;
  margin-left: 20px;
  margin-right: 20px;
  transition: all .4s;
}

.contact:hover {
  transform: scale(1.2);
}

.blood-wrapper {
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.overlay {
  background-color: #000c;
  position: absolute;
  inset: 0%;
}

.cheers {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.share {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.cheers-text {
  color: #da2a2d;
  text-align: center;
  margin-top: 100px;
  font-family: Black Asylum, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.cheers-text.pad {
  margin-bottom: 50px;
}

._404_wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

._404_content {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

._404-title {
  color: #ffcb40;
  cursor: default;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

._404-subtitle {
  cursor: default;
  margin-top: .5rem;
  margin-bottom: 2rem;
}

.protocore_button {
  text-align: center;
  background-color: #0000;
  border: 1px solid #cdac5a4d;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .9rem;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.protocore_button:hover {
  background-color: #b19549;
  border-color: #cdac5a80;
}

.protocore_button:active {
  background-color: #dfbf6c;
}

._404_cloud {
  z-index: 1;
  color: #000;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
  grid-auto-columns: auto;
  justify-content: center;
  place-items: center;
  width: 200rem;
  font-size: 4rem;
  line-height: 3;
  display: flex;
  position: absolute;
}

._404_cloud-item {
  filter: blur(5px);
  cursor: default;
  margin-left: 5rem;
  margin-right: 5rem;
  transition: filter .4s;
}

._404_cloud-item:hover {
  filter: blur(1px);
}

._404_light {
  z-index: -1;
  filter: blur(90px);
  background-color: #fff;
  border-radius: 100%;
  width: 10rem;
  height: 10rem;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .window {
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .menu {
    display: flex;
  }

  .story {
    width: 90%;
  }

  .wrapper {
    justify-content: center;
  }

  .cheers {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .the-end {
    text-align: center;
    min-width: 70px;
    max-width: none;
    font-size: 75px;
    line-height: 70px;
  }
}


@font-face {
  font-family: 'Black Asylum';
  src: url('../fonts/BlackAsylumDEMO-KCFonts.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Think Nothing';
  src: url('../fonts/ThinkNothing.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}