.public-main {
  min-height: 93vh;
}
.public-main h2 {
  font-size: 1.2rem;
}
@media only screen and (min-width: 1700px) {
  .public-main {
    min-height: 95vh;
  }
  .public-main h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1700px) and only screen and (min-width: 2400px) {
  .public-main {
    min-height: 97.2vh;
  }
}
.public-view {
  background-image: url("../images/neoprene_background.jpg");
  height: fit-content;
  min-width: 100%;
  color: white;
  text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000, 1px -1px 1px #000;
  font-weight: bold;
  font-size: xxx-large;
}
@media only screen and (max-width: 2600px) {
  .public-view {
    font-size: 20px;
  }
}
.public-view .text {
  color: white;
}
.public-view .main.container {
  max-width: unset;
  padding: unset;
}
.public-view .angel {
  background-size: 125px 125px;
  height: 125px;
  width: 125px;
  text-align: center;
  line-height: 35px;
}
@media only screen and (max-width: 2600px) {
  .public-view .angel {
    background-size: 75px 75px;
    height: 75px;
    width: 75px;
  }
}
.public-view .angel span {
  color: white;
  text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000, 1px -1px 1px #000;
  font-weight: bold;
  font-size: xxx-large;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
}
.flex-vertical {
  flex-direction: column;
  max-height: 88vh;
}
.flex-horizontal {
  flex-direction: row;
}
.centered {
  text-align: center;
}
.token-spinner-container {
  background-size: 75px 75px;
  margin: 5px;
  height: 75px;
  width: 75px;
}
.token-spinner-container .bootstrap-touchspin {
  height: 100%;
}
.token-spinner-container .bootstrap-touchspin .input-group-btn-vertical > .btn {
  width: 100%;
}
.token-spinner-container .bootstrap-touchspin .input-group-btn-vertical > .btn:hover {
  opacity: 0.5;
}
.token-spinner-container .input-group .bootstrap-touchspin-down {
  line-height: 3em;
}
.token-spinner-container .input-group .input-group-btn-vertical i:before {
  font-size: 14px;
  color: black;
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff;
}
.token-spinner-container .input-group input {
  background: none;
  color: white;
  width: 100%;
  padding: unset;
  text-align: center;
  text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000, 1px -1px 1px #000;
  font-weight: bold;
  font-size: xx-large;
  line-height: 75px;
}
.flex-container {
  align-items: center;
}
.flex-container.jc {
  justify-content: center;
}
.setup-info .main-image {
  height: 60vh;
  width: auto;
  max-width: 100vw;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
@media only screen and (min-width: 2600px) {
  .setup-info .main-image {
    height: 76vh;
    max-width: 144vh;
  }
}
.setup-info .angel {
  background-size: 200px 200px;
  height: 200px;
  width: 200px;
  text-align: center;
  align-content: center;
}
.setup-info .angel span {
  opacity: 1.5;
  font-size: 80pt;
}
.battle-info .main-image {
  height: 88vh;
  width: 121vh;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
@media only screen and (max-width: 2600px) {
  .battle-info .main-image {
    height: 50vw;
    width: 68vw;
  }
}
.battle-info .angel {
  background-size: 200px 200px;
  height: 200px;
  width: 200px;
  text-align: center;
  align-content: center;
}
.battle-info .angel span {
  opacity: 1.5;
  font-size: 80pt;
}
@media only screen and (max-width: 2600px) {
  .battle-info .angel {
    background-size: 75px 75px;
    height: 75px;
    width: 75px;
  }
  .battle-info .angel span {
    font-size: 30pt;
  }
}
.battle-info .token-area {
  position: absolute;
  width: 36%;
  height: 28%;
  flex-wrap: wrap;
  align-items: unset;
}
.battle-info .battle-token-container {
  background-size: 125px 125px;
  height: 125px;
  width: 125px;
}
@media only screen and (max-width: 2600px) {
  .battle-info .battle-token-container {
    background-size: 75px 75px;
    height: 75px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-items: center;
  }
}
.battle-info .battle-token-container span {
  background: none;
  width: 100%;
  padding: unset;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000, 1px -1px 1px #000;
  font-weight: bold;
  font-size: xxx-large;
  line-height: 125px;
}
@media only screen and (max-width: 2600px) {
  .battle-info .battle-token-container span {
    font-size: xx-large;
    line-height: 75px;
    padding: 0 0 10px 0;
  }
}
.hide {
  display: none !important;
}
.btn-success,
.btn-primary,
.btn-secondary,
.btn-danger {
  margin: 5px 0;
}
.cotf-box {
  background-image: url('../images/CounciloftheFallenBox.jpg');
  height: 84vh;
  width: 84vh;
  background-size: contain;
  margin: 10px;
}
.preorder-qr {
  background-image: url('../images/Deliverance_Raid_Event_QR_Code.png');
  background-size: 40vh 40vh;
  height: 40vh;
  width: 40vh;
}
.thank-you {
  background-image: url('../images/deliverance_thankyou.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  height: 37vh;
  width: 55vh;
}
.lowen-games {
  max-height: 150px;
}
.intro-banner {
  max-width: 100%;
}
.join-qr {
  background-image: url('../images/Deliverance_Raid_Captain_Join_QR_Code.png');
  background-size: 16vh 16vh;
  height: 16vh;
  width: 16vh;
  position: relative;
}
.join-qr.left {
  float: left;
  margin-left: 12px;
}
.join-qr.right {
  float: right;
  margin-right: 12px;
}
@media only screen and (max-width: 2600px) {
  .join-qr.right {
    display: none;
  }
}
.join-qr span {
  position: absolute;
  top: -60px;
  left: 60px;
}
@media only screen and (max-width: 2600px) {
  .join-qr span {
    top: 105%;
    left: 15%;
  }
}
.raid-code-side {
  writing-mode: vertical-lr;
  text-orientation: upright;
  font-size: 235px;
}
@media only screen and (max-width: 2600px) {
  .raid-code-side {
    display: none;
  }
}
.round-info {
  color: black;
  max-height: 10vh;
  background: rgba(255, 255, 255, 0.5);
  font-size: 45px;
}
.round-info #host_note {
  color: black;
}
@media only screen and (max-width: 2600px) {
  .round-info #host_note {
    color: white;
  }
}
.round-info #good_event {
  color: green;
}
@media only screen and (max-width: 2600px) {
  .round-info #good_event {
    color: lightgreen;
  }
}
.round-info #bad_event {
  color: red;
}
@media only screen and (max-width: 2600px) {
  .round-info #bad_event {
    color: lightcoral;
  }
}
@media only screen and (max-width: 2600px) {
  .round-info {
    color: white;
    max-height: 10vh;
    background: none;
    font-size: 20px;
  }
}
/*# sourceMappingURL=public.css.map */