.preloader {
  display: none;
}
.preloader img {
  width: 1px;
  height: 1px;
}
#wrapper {
  min-height: 100vh;
  min-width: 1170px;
  background: url("/assets/img/wastelandSmall2.jpg") center center no-repeat;
  background-size: cover;
}
#gameContainer {
  margin: 0 auto;
  width: 1170px;
  height: 768px;
  position: relative;
  overflow: visible;
}
.cat {
  width: 90px;
  height: 170px;
  position: absolute;
  bottom: 0;
  left: -50%;
  background: url("/assets/img/cat/catBasic.png") center center no-repeat;
  background-size: 100% !important;
}
.cat.hasKnife {
  background: url("/assets/img/cat/catKnife.png") center center no-repeat;
}
.cat.throwingKnife {
  background: url("/assets/img/cat/catThrow.png") center center no-repeat;
}
.groundHole {
  display: none;
  position: absolute;
  width: 203px;
  height: 26px;
  background: url("/assets/img/groundHole.png") center center no-repeat;
  background-size: 100% auto !important;
}
.groundHole.pos1 {
  left: 100px;
  top: 540px;
}
.groundHole.pos2 {
  left: 300px;
  top: 360px;
  width: 143px;
}
.groundHole.pos3 {
  left: 630px;
  top: 400px;
  width: 155px;
}
.groundHole.pos4 {
  left: 350px;
  top: 450px;
  width: 170px;
}
.groundHole.pos5 {
  left: 690px;
  top: 520px;
  width: 190px;
}
.groundHole .calendar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11px;
  margin: 0 auto;
  background-size: 100% auto !important;
  width: 120px;
  height: 0;
}
.groundHole .calendar.good {
  cursor: url("/assets/img/cursorGreen.png") 25 25, auto;
}
.groundHole .calendar.evil {
  cursor: url("/assets/img/cursor.png") 25 25, auto;
}
.groundHole .calendar.good1 {
  background: url("/assets/img/calendars/goodCal1.jpg") center center no-repeat;
}
.groundHole .calendar.good2 {
  background: url("/assets/img/calendars/goodCal2.jpg") center center no-repeat;
}
.groundHole .calendar.good3 {
  background: url("/assets/img/calendars/goodCal3.jpg") center center no-repeat;
}
.groundHole .calendar.evil1 {
  background: url("/assets/img/calendars/evilCal1.jpg") center center no-repeat;
}
.groundHole .calendar.evil2 {
  background: url("/assets/img/calendars/evilCal2.jpg") center center no-repeat;
}
.groundHole .calendar.evil3 {
  background: url("/assets/img/calendars/evilCal3.jpg") center center no-repeat;
}
.groundHole .calendar.evil4 {
  background: url("/assets/img/calendars/evilCal4.jpg") center center no-repeat;
}
.groundHole .calendar.evil5 {
  background: url("/assets/img/calendars/evilCal5.jpg") center center no-repeat;
}
div.points {
  display: none;
  position: absolute;
  right: 60px;
  top: 110px;
  font-size: 60px;
  color: #fc874b;
  text-shadow: 4px 4px 6px #292929;
  width: 220px;
  height: 160px;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
}
div.points .text {
  font-size: 32px;
}
.overlay {
  background-color: #000;
  opacity: 0.92;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
}
div.messageContainer {
  width: 100%;
  height: 100%;
  z-index: 200;
  position: absolute;
  overflow: hidden;
}
div.messageContainer div.message {
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 100px;
  top: 50%;
  font-size: 72px;
  color: #ffa500;
  text-shadow: 6px 4px 6px #fff;
  font-family: Arial;
  font-weight: bold;
  display: table;
  text-align: center;
}
div.messageContainer div.message.topMessage {
  margin-top: -105px;
  left: 100%;
}
div.messageContainer div.message.bottomMessage {
  margin-top: 5px;
  left: -100%;
}
.videoContainer {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 640px;
  height: 390px;
  z-index: 300;
}
.actionButton {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  top: 300px;
  margin: 0 auto;
  font-family: Arial;
  font-weight: bold;
  font-size: 42px;
  width: 200px;
  height: 80px;
  border: 1px solid #fff;
  color: #ffa500;
  z-index: 300;
  text-align: center;
  padding-top: 18px;
  cursor: pointer;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.actionButton:hover {
  background-color: rgba(255,255,255,0.1);
}
.kappaContainer {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 570px;
  height: 570px;
  background: url("/assets/img/kappa.jpg") center center no-repeat;
  z-index: 300;
}
.jumpscareContainer {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 920px;
  height: 570px;
  background: url("/assets/img/jumpscare.jpg") center center no-repeat;
  z-index: 300;
}
