/* LESS Document */
@import url("https://use.typekit.net/vhq0rzk.css");
.font-script {
  font-family: ff-market-web, sans-serif;
  font-style: normal;
}
.font-body {
  font-family: sys-tt, sans-serif;
  font-style: normal;
}
.font-spookey {
  font-family: escoffier-capitaux, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font-spookey2 {
  font-family: shlop, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font-spookey3 {
  font-family: shlop-shloppy, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.f-script-bold {
  font-family: ff-market-web, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.f-script-reg {
  font-family: ff-market-web, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.f-reg {
  font-family: sys-tt, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.f-bold {
  font-family: sys-tt, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.f-e1 {
  font-family: vortice-concept, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.bg-fade {
  background: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 30s ease infinite;
  -moz-animation: AnimationName 30s ease infinite;
  animation: AnimationName 30s ease infinite;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 96% 0%;
  }
  50% {
    background-position: 5% 100%;
  }
  100% {
    background-position: 96% 0%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 96% 0%;
  }
  50% {
    background-position: 5% 100%;
  }
  100% {
    background-position: 96% 0%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 96% 0%;
  }
  50% {
    background-position: 5% 100%;
  }
  100% {
    background-position: 96% 0%;
  }
}
.pad-t-1 {
  padding-top: 1em;
}
.text-shadow {
  text-shadow: 0.25rem 0.25rem 0.25em rgba(0, 0, 0, 0.5);
}
.trapped-body {
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background-image: url("/images/ReadyElementOne_game.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  font-family: sys-tt, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 576px) {
  .trapped-body {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .trapped-body {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .trapped-body {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .trapped-body {
    font-size: 24px;
  }
}
.trapped-body .death {
  height: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (min-width: 576px) {
  .trapped-body .death {
    background-size: 100%;
  }
}
@media (min-width: 768px) {
  .trapped-body .death {
    background-size: 90%;
  }
}
@media (min-width: 992px) {
  .trapped-body .death {
    background-size: 80%;
  }
}
@media (min-width: 1200px) {
  .trapped-body .death {
    background-size: 70%;
  }
}
.trapped-body .death .welcome {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}
.trapped-body .death .welcome h1 {
  font-family: vortice-concept, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 255, 255, 0.65);
  text-shadow: 0.25rem 0.25rem 0.25em rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 2.25em;
  mix-blend-mode: color-dodge;
}
.trapped-body .death .welcome h1 strong,
.trapped-body .death .welcome h1 b {
  font-family: vortice-concept, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25em;
  color: gold;
}
.trapped-body .death .welcome p {
  color: #ffffff;
  text-align: center;
  font-size: 1em;
}
.trapped-body .death .instructions {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 0.5rem;
}
@media (min-width: 576px) {
  .trapped-body .death .instructions {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .trapped-body .death .instructions {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .trapped-body .death .instructions {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .trapped-body .death .instructions {
    width: 50%;
  }
}
.trapped-body .death .cta-btn {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 1em 0;
}
.trapped-body .death .cta-btn h3 {
  text-align: center;
  color: #ffffff;
  font-family: vortice-concept, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0.25rem 0.25rem 0.25em rgba(0, 0, 0, 0.5);
  color: gold;
  font-size: 2em;
}
.trapped-body .death .cta-btn .btn.btn-primary {
  margin-left: auto;
  margin-right: auto;
  background-color: #C01215;
  border-color: #8A0D0F !important;
  font-family: vortice-concept, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.trapped-body .death .challenges.load {
  min-height: calc(100vh - 13.5em);
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .trapped-body .death .challenges.load {
    min-height: calc(100vh - 6.5em);
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .trapped-body .death .challenges.load {
    min-height: calc(100vh - 6em);
    max-width: 70%;
  }
}
@media (min-width: 992px) {
  .trapped-body .death .challenges.load {
    min-height: calc(100vh - 6em);
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  .trapped-body .death .challenges.load {
    min-height: calc(100vh - 6em);
    max-width: 50%;
  }
}
.trapped-body .death .challenges .loaded {
  color: #fff;
  font-family: sys-tt, sans-serif;
  font-style: normal;
  font-weight: 700;
  max-width: 90%;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
  border: 3px solid crimson;
}
.trapped-body .death .challenges .loaded .questions {
  text-align: center;
  font-size: 1.25em;
}
.trapped-body .death .challenges .loaded .questions small {
  font-size: 1.25em;
}
.trapped-body .death .challenges .loaded .questions h1 {
  mix-blend-mode: screen;
  color: #dc143c;
  font-size: 1.5em;
}
.trapped-body .death .challenges .loaded .questions h2 {
  mix-blend-mode: color-dodge;
  color: rgba(0, 255, 0, 0.75);
  font-size: 1em;
}
.trapped-body .death .challenges h1 {
  font-family: vortice-concept, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.trapped-body .death .task {
  margin-bottom: 1em;
  border-bottom: 3px solid crimson;
  text-shadow: 0 0 0.325rem rgba(0, 0, 0, 0.5);
}
.trapped-body .death .task p {
  font-size: 1em;
}
.trapped-body .death .task img {
  max-height: 10em;
}
.trapped-body .death .worior h2 {
  font-family: vortice-concept, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.trapped-body .lifeline {
  text-align: center;
  margin-top: 1em;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.trapped-body .lifeline button.btn.btn-primary.fate {
  background-color: orange;
  color: #333;
  border: none;
  font-size: 0.5em;
  font-family: sys-tt, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.trapped-body .lifeline .card.card-body {
  background-color: rgba(0, 0, 0, 0.5);
}
.trapped-body .lifeline .card.card-body h5,
.trapped-body .lifeline .card.card-body p {
  font-size: 0.75em;
  color: #fff;
}
