@font-face {
  font-family: 'Main';
  src: url(/static/fonts/Jura-Regular.woff2) format("woff2"), url(/static/fonts/Jura-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Main';
  src: url(/static/fonts/Jura-Bold.woff2) format("woff2"), url(/static/fonts/Jura-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal; }

body {
  font-family: 'Main', Arial, sans-serif;
  color: #FFFFFF;
  font-size: 1rem; }

h1 {
  font-size: 2rem;
  color: #3388AA; }

@media screen and (max-width: 1000px) {
  h1 {
    font-size: 1.5rem; } }

a {
  color: #FF9900;
  text-decoration: none; }
  a:hover {
    color: #FFCC00; }

footer > .top > .start .player-1,
footer > .top > .start .player-2, footer > .top > .player-1 .action,
footer > .top > .player-2 .action, footer > .top > .player-1 .joystick .handle,
footer > .top > .player-2 .joystick .handle, footer > .bottom .coin-slot {
  border-style: none;
  background-color: transparent;
  padding: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer; }

body {
  background-color: #111111;
  color: white;
  margin: 0;
  padding: 0; }

#ad-container-left,
#ad-container-right {
  position: absolute;
  top: 200px; }

#ad-container-left {
  left: 0;
  right: calc(50% + 700px); }

#ad-container-right {
  left: calc(50% + 700px);
  right: 0; }

#container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }

header {
  margin-left: 50px;
  margin-right: 50px;
  height: 200px;
  background-image: url(/static/img/header-middle.svg);
  background-size: calc(100% - 170px) 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }
  header img {
    height: 75%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    filter: saturate(100%);
    transition: filter 0.2s ease-in-out; }
    header img:hover {
      filter: saturate(150%); }
  header:before, header:after {
    content: "";
    position: absolute;
    top: 0;
    width: 85px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
  header:before {
    left: 0;
    background-image: url(/static/img/header-left.svg); }
  header:after {
    right: 0;
    background-image: url(/static/img/header-right.svg); }

#body {
  margin-left: 105px;
  margin-right: 105px;
  box-sizing: border-box;
  border: solid 30px #000000;
  border-top-width: 0;
  border-bottom-width: 0;
  background-color: #111111;
  padding: 30px 30px 60px 30px; }
  #body #content {
    background-color: #222222;
    border-radius: 50px;
    padding: 30px 50px;
    box-sizing: border-box; }
  #body h1 {
    margin-top: 0; }

footer > .top > .start .player-1,
footer > .top > .start .player-2, footer > .top > .player-1 .action,
footer > .top > .player-2 .action {
  width: 90px;
  height: 45px;
  background-position: 0 0;
  background-size: cover; }
  footer > .top > .start .player-1:active,
  footer > .top > .start .player-2:active, footer > .top > .player-1 .action:active,
  footer > .top > .player-2 .action:active {
    background-position: 100% 0; }

footer {
  width: 100%;
  position: relative; }
  footer > .top {
    height: 250px;
    background-image: url(/static/img/footer-middle.svg);
    background-size: calc(100% - 270px) 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    text-align: center;
    display: flex; }
    footer > .top:before, footer > .top:after {
      flex: 1 0 auto;
      content: "";
      width: 135px;
      background-size: contain;
      background-repeat: no-repeat; }
    footer > .top:before {
      background-position: 0 center;
      background-image: url(/static/img/footer-left.svg); }
    footer > .top:after {
      background-position: 100% center;
      background-image: url(/static/img/footer-right.svg); }
    footer > .top > .start {
      flex: 0 0 auto;
      margin: 10px 10px 0 10px;
      transform-origin: center 0; }
      footer > .top > .start .player-1 {
        background-image: url(/static/img/player-1-button.svg); }
      footer > .top > .start .player-2 {
        margin-left: 20px;
        background-image: url(/static/img/player-2-button.svg); }
    footer > .top > .player-1,
    footer > .top > .player-2 {
      flex: 0 0 auto;
      margin-top: 30px;
      position: relative;
      z-index: 2; }
      footer > .top > .player-1 .action,
      footer > .top > .player-2 .action {
        vertical-align: top;
        display: inline-block;
        background-image: url(/static/img/button.svg); }
      footer > .top > .player-1 .action:first-of-type,
      footer > .top > .player-2 .action:first-of-type {
        margin-top: 30px; }
      footer > .top > .player-1 .action:nth-of-type(3),
      footer > .top > .player-2 .action:nth-of-type(3) {
        margin-left: 10px; }
      footer > .top > .player-1 .joystick,
      footer > .top > .player-2 .joystick {
        vertical-align: top;
        display: inline-block;
        width: 85px;
        height: 145px;
        margin-top: -50px;
        margin-left: 10px;
        position: relative; }
        footer > .top > .player-1 .joystick .handle,
        footer > .top > .player-2 .joystick .handle {
          width: 85px;
          height: 85px;
          top: 0;
          left: 0; }
        footer > .top > .player-1 .joystick .base,
        footer > .top > .player-1 .joystick .shaft-base,
        footer > .top > .player-1 .joystick .shaft,
        footer > .top > .player-1 .joystick .handle,
        footer > .top > .player-2 .joystick .base,
        footer > .top > .player-2 .joystick .shaft-base,
        footer > .top > .player-2 .joystick .shaft,
        footer > .top > .player-2 .joystick .handle {
          background-image: url(/static/img/joystick.svg);
          background-size: 193.5px 90px;
          background-position: 0 0;
          background-repeat: no-repeat;
          position: absolute; }
        footer > .top > .player-1 .joystick .shaft-base,
        footer > .top > .player-2 .joystick .shaft-base {
          background-position-x: -113px;
          width: 18px;
          height: 7.2px;
          top: 130.4px;
          left: 33.5px; }
        footer > .top > .player-1 .joystick .shaft-container,
        footer > .top > .player-2 .joystick .shaft-container {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 134px;
          overflow: hidden; }
        footer > .top > .player-1 .joystick .shaft,
        footer > .top > .player-2 .joystick .shaft {
          background-position-x: -90px;
          width: 18px;
          height: 90px;
          top: 54px;
          left: 33.5px;
          transform-origin: 50% 80px; }
        footer > .top > .player-1 .joystick .base,
        footer > .top > .player-2 .joystick .base {
          background-position-x: -136px;
          width: 57.5px;
          height: 23px;
          top: 122px;
          left: 14px; }
    footer > .top > .player-1 {
      transform-origin: 100% 0; }
    footer > .top > .player-2 {
      transform-origin: 0 0; }
  footer > .bottom {
    position: relative;
    background-color: #111111;
    border: solid black;
    border-width: 0 30px;
    margin-left: 55px;
    margin-right: 55px;
    min-height: 200px;
    padding: 50px;
    box-sizing: border-box;
    color: #666666;
    text-align: center; }
    footer > .bottom .coin-slots {
      padding: 20px;
      text-align: center; }
    footer > .bottom .coin-slot {
      width: 140px;
      height: 145px;
      background-position: 0 0;
      background-size: cover;
      background-image: url(/static/img/coin-slot.svg); }
      footer > .bottom .coin-slot:active {
        background-position: 100% 0; }
      footer > .bottom .coin-slot:last-of-type {
        margin-left: 40px; }
    footer > .bottom .social {
      display: block;
      position: absolute;
      bottom: 20px;
      right: 20px;
      white-space: nowrap; }
      footer > .bottom .social a {
        width: 60px;
        height: 60px;
        display: inline-block;
        transition: filter 0.3s ease-in-out;
        margin-left: 10px; }
        footer > .bottom .social a:hover {
          filter: brightness(150%); }

@media screen and (max-width: 1440px) {
  #ad-container-left,
  #ad-container-right {
    display: none; }
  header {
    margin-left: 0;
    margin-right: 0;
    background-size: 100% 100%; }
    header:before, header:after {
      display: none; }
  #body {
    margin-left: 0;
    margin-right: 0;
    border-width: 0; }
  footer > .top {
    background-size: 100% 100%; }
    footer > .top:before, footer > .top:after {
      background-image: none;
      flex-shrink: 1; }
  footer > .bottom {
    margin-left: 0;
    margin-right: 0;
    border-style: none; } }

@media screen and (max-width: 1240px) {
  header {
    height: 160px; }
  footer > .top {
    height: 200px; }
    footer > .top > .start,
    footer > .top > .player-1,
    footer > .top > .player-2 {
      transform: scale(0.75, 0.75); }
    footer > .top > .start {
      margin: 15px -10px 0 -10px; }
    footer > .top > .player-1,
    footer > .top > .player-2 {
      margin-top: 25px; }
  footer > .bottom .coin-slot {
    width: 105px;
    height: 109px; }
    footer > .bottom .coin-slot:last-of-type {
      margin-left: 20px; } }

@media screen and (max-width: 1000px) {
  #body {
    padding: 20px; }
    #body #content {
      padding: 20px;
      border-radius: 20px; }
  footer > .top > .start,
  footer > .top > .player-2 {
    display: none; }
  footer > .top > .player-1 {
    transform-origin: center 0; } }

@media screen and (max-width: 640px) {
  header {
    height: 100px; }
  #body {
    padding: 0; }
    #body #content {
      border-radius: 0;
      padding: 10px; }
  footer > .top {
    height: 150px; }
    footer > .top > .player-1 {
      transform: scale(0.6, 0.6);
      margin-top: 20px; }
  footer > .bottom {
    padding: 20px; }
    footer > .bottom .coin-slot {
      width: 70px;
      height: 73px; }
      footer > .bottom .coin-slot:last-of-type {
        margin-left: 10px; }
    footer > .bottom .social {
      position: static;
      margin-bottom: 10px; }
      footer > .bottom .social a {
        width: 40px;
        height: 40px; } }

body#not-found iframe {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  max-height: 70vw; }

#view-game iframe {
  border-style: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100vw; }

#view-game .store-links {
  list-style-type: none;
  margin: 30px auto 0 auto;
  padding: 0;
  text-align: center; }
  #view-game .store-links li {
    margin: 0 0 10px 10px;
    padding: 0;
    display: inline-block;
    height: 60px; }
    #view-game .store-links li:first-of-type {
      margin-left: 0; }
    #view-game .store-links li img {
      height: 100%; }

@media screen and (max-width: 640px) {
  #view-game .store-links li {
    height: 40px; }
  #view-game iframe {
    margin-left: -10px;
    margin-right: 10px;
    width: 100vw;
    max-width: none; } }

.game-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .game-list li {
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center; }
    .game-list li img {
      max-width: 100%;
      transition: filter 0.2s ease-in-out;
      border-radius: 20px; }
    .game-list li a:hover img {
      filter: saturate(150%); }

@media screen and (max-width: 640px) {
  .game-list li {
    margin-bottom: 5px; }
    .game-list li img {
      border-radius: 10px; } }

