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

#top_left_clock {
  position: absolute;
  top: 0px;
  left: 0px;
}

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

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

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

.padding_left {
  padding-left: 10px;
}

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

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

@media screen and (min-device-width: 1151px) {
  #playground_box {
    position: absolute;
    /*clip-path: circle(80%);*/
    top: 2000px;
    right: 25px;
  }
}
@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: -30px;
    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: -30px;
    right: 25px;
    width: 120px;
    height: 120px;
    background: url("../images/lobby/portal_dark_resized.jpg");
    background-size: contain;
  }
}

@media screen and (min-device-width: 1151px) {
  #stepI_first_you_shoot_meth {
    position: absolute;
    /*clip-path: circle(80%);*/
    bottom: 2px;
    left: 2px;
  }
}
@media screen and (min-width: 950px) and (max-width: 1150px) {
  #stepI_first_you_shoot_meth {
    position: relative;
  }
}
/*
@media screen and (min-device-width: 1151px) {
  #stepII_and_then_you_win {
  }
}
@media screen and (min-device-width: 1151px) and (prefers-color-scheme: dark) {
  #stepII_and_then_you_win {
  }
}
*/
@media screen and (min-width: 950px) and (max-width: 1150px) {
  #stepII_and_then_you_win {
    position: absolute;
    bottom: 2px;
    left: 25px;
  }
}
@media screen and (min-width: 950px) and (max-width: 1150px) and (prefers-color-scheme: dark) {
  #stepII_and_then_you_win {
    position: absolute;
    bottom: 2px;
    left: 2px;
  }
}

@media screen and (min-device-width: 1151px) {
  #computer_operation_box {
    position: absolute;
    top: 2000px;
    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: 2300px;
    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: 2600px;
    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: 3100px;
    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;
    bottom: -600px;
    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: absolute;
    top: 200px;
    right: 0px;
    bottom: 0px;
    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: absolute;
    top: 310px;
    right: 250px;
    width: 330px;
  }
}

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

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

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

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

/*
#imgI { position: absolute; top: 12px; left: 12px; opacity: 0.5; }
#imgII { position: absolute; top: 800px; left: 8px; opacity: 0.5; }
#imgIII { position: absolute; top: 600px; left: 36px; opacity: 0.5; }
#imgIV { position: absolute; top: 400px; left: 36px; opacity: 0.5; }
#imgV { position: absolute; top: 200px; left: 36px; opacity: 0.5; }
#imgVI { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
#imgVII { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
#imgVIII { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
#imgIX { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
#imgX { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
#imgXI { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
#imgXII { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
#imgXIII { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
#imgXIV { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
#imgXV { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
#imgXVI { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
#imgXVII { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
#imgXVIII { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
#imgXIX { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
#imgXX { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
#imgXXI { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
#imgXXII { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
#imgXXIII { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
#imgXXIV { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
#imgXXV { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
#imgXXVI { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
#imgXXVII { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
#imgXXVIII { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
#imgXXIX { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
#imgXXX { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
#imgXXXI { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
#imgXXXII { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
#imgXXXIII { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
#imgXXXIV { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
#imgXXXV { position: absolute; top: 36px; left: 36px; opacity: 0.5; }
*/

#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-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;
}

#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);
   }
}
