body, html {
  background-color: #FFFFFF;
  color: #000000;
  font-family: monospace;
  font-size: 12px;
  width: 100%;
  height: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
@media (prefers-color-scheme: dark) {
  body, html {
    background-color: #000000;
    color: #FFFFFF;
    font-family: monospace;
    font-size: 12px;
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
}

#container {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #FFFFFF;
}
@media (prefers-color-scheme: dark) {
  #container {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #000000;
  }
}

#container_lobby {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #FFFFFF;
}
@media (prefers-color-scheme: dark) {
  #container_lobby {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 20px 100px 20px;
    background-color: #000000;
  }
}

#index_padding {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 5px;
  padding-bottom: 200px;
}

.index_padding {
  padding-left: 100px;
  padding-right: 100px;
}

.index_padding-less {
  padding-left: 20px;
  padding-right: 20px;
}

.index_padding-top {
  padding-top: 40px;
}

#container_padded_index {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 18px;
  padding-bottom: 50px;
}

#container_padded {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}

#container_padded-less {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 15px;
  padding-bottom: 100px;
}

.container_padding {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}

#container-fixed-width-left {
  max-width: 700px;
  position: absolute;
  top: 150px;
  left: 0px;
  margin: 0px 0px;
  padding: 0px 0px;
  text-align: left
}

#container-fixed-width-right {
  max-width: 700px;
  position: absolute;
  top: 150px;
  right: 0px;
  margin: 0px 0px;
  padding: 0px 0px;
  text-align: right
}

.left_aligned_text {
  text-align: left;
}

.right_aligned_text {
  text-align: right;
}

.padding_left {
  padding-left: 10px;
}

.padding_right {
  padding-right: 10px;
}

.left_aligned_text {
  text-align: left;
}

.lobby_alt_font {
  color: #303030;
  font-family: monospace;
  font-size: 10px;
}

.index_small_font {
  font-size: 8pt;
}

.enlargened_font {
  font-size: 18pt;
}

.centred_content {
  margin: 0px auto;
  padding: 0px 0px;
  text-align: center;
}
  
.strikethrough_text {
  text-decoration: line-through;
}

.inverted_text {
  color: white;
  mix-blend-mode: difference;
}

.footnote {
  margin: 0px auto;
  padding: 0px 0px;
  position: relative;
  font-size: 9px;
}

@media screen and (min-device-width: 1151px) {
  #playground_box {
    position: absolute;
    top: 2250px;
    right: 25px;
    /* clip-path: circle(80%); */
  }
}
@media screen and (min-width: 950px) and (max-width: 1150px) {
  #playground_box {
    position: relative;
  }
}

@media screen and (min-device-width: 1151px) {
  #playground {
    width: 120px;
    height: 120px;
    background: url("../images/lobby/portal_resized.jpg");
    background-size: contain;
  }
}
@media screen and (min-device-width: 1151px) and (prefers-color-scheme: dark) {
  #playground {
    width: 120px;
    height: 120px;
    background: url("../images/lobby/portal_dark_resized.jpg");
    background-size: contain;
  }
}
@media screen and (min-width: 950px) and (max-width: 1150px) {
  #playground {
    position: absolute;
    bottom: -80px;
    right: 25px;
    width: 120px;
    height: 120px;
    background: url("../images/lobby/portal_resized.jpg");
    background-size: contain;
  }
}
@media screen and (min-width: 950px) and (max-width: 1150px) and (prefers-color-scheme: dark) {
  #playground {
    position: absolute;
    bottom: -80px;
    right: 25px;
    width: 120px;
    height: 120px;
    background: url("../images/lobby/portal_dark_resized.jpg");
    background-size: contain;
  }
}

@media screen and (min-device-width: 1151px) {
  #computer_operation_box {
    position: absolute;
    top: 2200px;
    left: 20px;
  }
}
@media screen and (min-width: 950px) and (max-width: 1150px) {
  #computer_operation_box {
    position: relative;
  }
}

@media screen and (min-device-width: 1151px) {
  #computer_operation {
    width: 150px;
    height: 180px;
    background: url("../images/lobby/hack_the_system.gif");
    background-size: contain;
  }
}
@media (prefers-color-scheme: dark) {
  #computer_operation {
    width: 150px;
    height: 180px;
    background: url("../images/lobby/hack_the_system.gif");
    background-size: contain;
  }
}
@media screen and (min-width: 950px) and (max-width: 1150px) {
  #computer_operation {
    position: absolute;
    top: 200px;
    left: 20px;
    width: 150px;
    height: 180px;
    background: url("../images/lobby/hack_the_system.gif");
    background-size: contain;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 950px) and (max-width: 1150px) and (prefers-color-scheme: dark) {
  #computer_operation {
    position: absolute;
    top: 200px;
    left: 20px;
    width: 150px;
    height: 180px;
    background: url("../images/lobby/hack_the_system.gif");
    background-size: contain;
    margin-bottom: 20px;
  }
}

@media screen and (min-device-width: 1151px) {
  #breach_the_peace_box {
    position: absolute;
    top: 2450px;
    left: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 950px) and (max-width: 1150px) {
  #breach_the_peace_box {
    position: relative;
  }
}

@media screen and (min-device-width: 1151px) {
  #breach_the_peace {
    width: 300px;
    height: 158px;
    background: url("../images/lobby/breach_the_peace.jpg");
    background-size: contain;
  }
}
@media (prefers-color-scheme: dark) {
  #breach_the_peace {
    width: 300px;
    height: 158px;
    background: url("../images/lobby/breach_the_peace_light.jpg");
    background-size: contain;
  }
}
@media screen and (min-width: 950px) and (max-width: 1150px) {
  #breach_the_peace {
    position: absolute;
    top: 200px;
    left: 20px;
    width: 300px;
    height: 158px;
    background: url("../images/lobby/breach_the_peace.jpg");
    background-size: contain;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 950px) and (max-width: 1150px) and (prefers-color-scheme: dark) {
  #breach_the_peace {
    position: absolute;
    top: 200px;
    left: 20px;
    width: 300px;
    height: 158px;
    background: url("../images/lobby/breach_the_peace_light.jpg");
    background-size: contain;
    margin-bottom: 20px;
  }
}

@media screen and (min-device-width: 1151px) {
  #baclofest_box {
    position: absolute;
    top: 2690px;
    left: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 950px) and (max-width: 1150px) {
  #baclofest_box {
    position: relative;
  }
}

@media screen and (min-device-width: 1151px) {
  #baclofest {
    width: 300px;
    height: 130px;
    background: url("../images/index/free_rave.png");
    background-size: contain;
  }
}
@media (prefers-color-scheme: dark) {
  #baclofest {
    width: 300px;
    height: 130px;
    background: url("../images/index/free_rave.png");
    background-size: contain;
  }
}
@media screen and (min-width: 950px) and (max-width: 1150px) {
  #baclofest {
    position: absolute;
    top: 200px;
    left: 20px;
    width: 300px;
    height: 130px;
    background: url("../images/index/free_rave.png");
    background-size: contain;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 950px) and (max-width: 1150px) and (prefers-color-scheme: dark) {
  #baclofest {
    position: absolute;
    top: 200px;
    left: 20px;
    width: 300px;
    height: 130px;
    background: url("../images/index/free_rave.png");
    background-size: contain;
    margin-bottom: 20px;
  }
}

@media screen and (min-device-width: 1151px) {
  #other_worlds_box {
    position: absolute;
    top: 3000px;
    left: 20px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 950px) and (max-width: 1150px) {
  #other_worlds_box {
    position: relative;
  }
}

@media screen and (min-device-width: 1151px) {
  #other_worlds {
    width: 150px;
    height: 150px;
    background: url("../images/lobby/exploration_of_space.gif");
    background-size: contain;
  }
}
@media (prefers-color-scheme: dark) {
  #other_worlds {
    width: 150px;
    height: 150px;
    background: url("../images/lobby/exploration_of_space.gif");
    background-size: contain;
  }
}
@media screen and (min-width: 950px) and (max-width: 1150px) {
  #other_worlds {
    position: absolute;
    top: 200px;
    left: 20px;
    width: 150px;
    height: 150px;
    background: url("../images/lobby/exploration_of_space.gif");
    background-size: contain;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 950px) and (max-width: 1150px) and (prefers-color-scheme: dark) {
  #other_worlds {
    position: absolute;
    top: 200px;
    left: 20px;
    width: 150px;
    height: 150px;
    background: url("../images/lobby/exploration_of_space.gif");
    background-size: contain;
    margin-bottom: 20px;
  }
}

#war_on_sanity {
  position: absolute;
  top: 200px;
  left: 50px;
  width: 500px;
  height: 158px;
  background: url("../images/baboons.png");
  background-size: cover;
}

#war_on_medicine {
  position: absolute;
  bottom: 500px;
  left: 50px;
  width: 500px;
  height: 158px;
  background: url("../images/mostcitizens.png");
  background-size: cover;
}

@media screen and (min-device-width: 1151px) {
  #wooaaahhhh_box {
    position: absolute;
    top: 1600px;
    right: 4px;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 950px) and (max-width: 1150px) {
  #wooaaahhhh_box {
    position: relative;
  }
}

@media screen and (min-device-width: 1151px) {
  #wooaaahhhh {
    width: 300px;
    height: 159px;
    background: url("../images/lobby/playground/md/PLUTONIAN.jpg");
    background-size: contain;
  }
}
@media screen and (min-width: 950px) and (max-width: 1150px) {
  #wooaaahhhh {
    position: relative;
    margin-right: 4px;
    margin-bottom: 4px;
    width: 300px;
    height: 159px;
    background: url("../images/lobby/playground/md/PLUTONIAN.jpg");
    background-size: contain;
  }
}

@media screen and (min-device-width: 1151px) {
  #woah_man {
    position: absolute;
    bottom: 0px;
    right: 300px;
    width: 330px;
  }
}
@media screen and (min-width: 950px) and (max-width: 1150px) {
  #woah_man {
    position: relative;
    width: 330px;
  }
}

#playground-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
}

#takeover-content {
  width: 100%;
  height: 100%;
  margin: 0px 0px;
  padding: 0px 0px;
  text-align: center;
  overflow: hidden;
}

#parliament {
  position: relative;
  margin: 0px auto;
}

#society {
  position: relative;
  margin: 0px auto;
}

#qm {
  position: absolute;
  top: -570px;
  left: 0px;
}
#md {
  position: absolute;
  bottom: 0px;
  right: 50px;
}

@media screen and (min-device-width: 1151px) {
  #container-pssyyyccchhhhh {
    width: 100%;
    height: 100%;
    margin: 0 0;
    padding: 0 0;
    text-align: center;
    overflow: hidden;
    background: url("../images/lobby/playground/md/pssyyyccchhhhh/backdrop.jpg");
    background-size: cover;
  }
}
@media screen and (min-width: 950px) and (max-width: 1150px) {
  #container-pssyyyccchhhhh {
    width: 100%;
    height: 100%;
    margin: 0 0;
    padding: 0 0;
    text-align: center;
    overflow: hidden;
    background: url("../images/lobby/playground/md/pssyyyccchhhhh/backdrop_mobile.jpg");
    background-size: cover;
  }
}

#note_text {
  position: absolute;
  bottom: 38px;
  left: 25px;
  width: 600px;
  color: grey;
}

#theme_switch {
  position: absolute;
  top: 10px;
  left: 0px;
}

.heading {
  font-size: 30px;
  text-align: center;
  color: #000000;
  padding-top: 15px;
  padding-bottom: 10px;
}
@media (prefers-color-scheme: dark) {
  .heading {
    font-size: 30px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 10px;
  }
}

.heading_smaller {
  font-size: 20px;
  text-align: center;
  color: #000000;
  padding-top: 15px;
  padding-bottom: 10px;
}
@media (prefers-color-scheme: dark) {
  .heading_smaller {
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 10px;
  }
}

.heading_red {
  font-size: 30px;
  text-align: center;
  color: #ff0000;
  padding-top: 15px;
  padding-bottom: 10px;
}

.heading_green {
  font-size: 30px;
  text-align: center;
  color: #008106;
  padding-top: 15px;
  padding-bottom: 10px;
}

.heading-white {
  font-size: 30px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 10px;
}

.heading-inverted {
  font-size: 30px;
  text-align: center;
  color: white;
  mix-blend-mode: difference;
  padding-top: 15px;
  padding-bottom: 10px;
}

.advisory_text {
  font-size: 15px;
  color: #ff0000;
}

#pssyyyccchhhhh-under-construction {
  position: absolute;
  top: 250px;
  right: 50px;
  font-size: 100px;
  text-align: center;
  color: white;
  mix-blend-mode: difference;
}

.list_heading {
  font-size: 20px;
  text-align: left;
  color: #808080;
}
@media (prefers-color-scheme: dark) {
  .list_heading {
    font-size: 20px;
    text-align: left;
    color: #A6A6A6;
  }
}

.list_subheading {
  font-size: 15px;
  text-align: left;
  color: #000000;
}
@media (prefers-color-scheme: dark) {
  .list_subheading {
    font-size: 15px;
    text-align: left;
    color: #FFFFFF;
  }
}

.list_text {
  font-size: 20px;
  text-align: left;
}

.list_text_smaller {
  font-size: 15px;
  text-align: left;
}

.list_text_larger {
  font-size: 25px;
  text-align: left;
  text-decoration: underline;
}

.black_bg {
  background-color: #000000;
}
@media (prefers-color-scheme: dark) {
  .black_bg {
    background-color: #FFFFFF;
  }
}

.black_bg_c {
  background-color: #000000;
}
@media (prefers-color-scheme: dark) {
  .black_bg_c {
    background-color: #000000;
  }
}

.black_text {
  color: black;
}
@media (prefers-color-scheme: dark) {
  .black_text {
    color: white;
  }
}

.black_text_c {
  color: black;
}
@media (prefers-color-scheme: dark) {
  .black_text_c {
    color: black;
  }
}

.webchat {
  color: orange;
  font-size: 15px;
  text-align: left;
  text-decoration: underline;
}

.shake {
  animation: shake 0.3s;
  animation-iteration-count: infinite;
}

.spiral{
  animation: spiral 360000s infinite linear;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

@keyframes spiral {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(72000000deg);
   }
}

.label:after{
  content:'CLICK';
  color: blueviolet;
  text-decoration: none;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.label:hover:after{
  content:'DO NOT CLICK';
  color: blueviolet;
  text-decoration: none;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

@media screen and (min-device-width: 1151px) {
  #bulletin_clock {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 28px;
    height: 28px;
    background: url("../images/index/bulletin-clock-100-r-black.jpg.webp");
    background-size: contain;
  }
}
@media (prefers-color-scheme: dark) {
  #bulletin_clock {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 28px;
    height: 28px;
    background: url("../images/index/bulletin-clock-100-r-black.jpg.webp");
    background-size: contain;
  }
}

@media screen and (min-device-width: 1151px) {
  #eyes_wide_shut {
    position: absolute;
    top: 0px;
    right: 10px;
    text-align: left;
    background-size: contain;
  }
}
@media (prefers-color-scheme: dark) {
  #eyes_wide_shut {
    position: absolute;
    top: 0px;
    right: 10px;
    text-align: left;
    background-size: contain;
  }
}

#disclaimer_top {
  top: 0px;
  left: 0px;
  text-align: left;
  color: #cdcdcd;
  font-size: 9px;
  width: 1400px;
}

#disclaimer_top-right {
  top: 0px;
  left: 0px;
  text-align: right;
  color: #cdcdcd;
  font-size: 9px;
  width: 1400px;
}

#disclaimer_bottom {
  bottom: 0px;
  left: 0px;
  text-align: left;
  color: #2a242c;
  font-size: 9px;
  width: 1400px;
}

#disclaimer_bottom-right {
  bottom: 0px;
  left: 0px;
  text-align: right;
  color: #2a242c;
  font-size: 9px;
  width: 1400px;
}

.disclaimer {
  font-size: 9px;
  text-align: center;
  color: #808080;
}

#disclaimer_box {
  padding-left: 100px;
  padding-right: 100px;
  bottom: 0px;
  right: 0px;
  text-align: center;
  font-size: 10px;
  color:#2a242c;
}

#advisory {
  position: fixed;
  bottom: 0px;
  left: 0px;
}

.purple_font {
  color: purple;
}

.green_font {
  color: green;
}

#purple_font {
  color: purple;
}

#green_font {
  color: green;
}

#sitemap {
  position: fixed;
  bottom: 0px;
  right: 0px;
}

.unobtrusive_define {
  color: #808080;
}

#obtrusive_box_left {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 25px;
  width: 25px;
  font-size: 20px;
  background: url("../images/misc/CATLOAF.png");
}

