body { padding: 0; margin: 0 }
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: #231F20 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }

.webgl-logo-invisible {background-image: url('webgl-logo.png'); height: 1px; display: hidden; width: 1px; float: left;}
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-mobile-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }


button.button-primary {
    background: #8cc63e;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 1.0rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .24px;
    border-radius: 20px;
    border: none;
    padding: 8px 20px;
    margin-bottom: 2rem;
    margin-right: 2rem;
    min-width: 280px;
    max-width: 100%;
    box-shadow: 0 6px 0 0 #7aab37;
}
button.button-primary:hover {
    background: #3c551a;
    box-shadow: 0 6px 0 0 #3c551a;
    color: #fff;
    cursor: pointer;
  }
  button.button-primary.button-active {
    background: #8CC63E;
    box-shadow: none;
  }
  button.button-primary:disabled {
    background: #c3ee8a;
    box-shadow: none;
    opacity: 0.35;
  }
  button.button-primary.button-warning {
    background: #C54A4B;
    color: #fff;
    box-shadow: 0 6px 0 0 #8C2D2E;
  }
  button.button-primary.button-warning:hover {
    background: #8C2D2E;
    box-shadow: 0 6px 0 0 #8C2D2E;
  }
  button.button-primary.button-warning:disabled {
    background: #C54A4B;
    box-shadow: none;
    opacity: 0.35;
  }
  button.button-primary.button-secondary {
    background: #C4C4C4;
    box-shadow: 0 6px 0 0 #767676;
  }
  button.button-primary.button-secondary:hover {
    background: #767676;
    color: #000;
    box-shadow: 0 6px 0 0 #767676;
  }
  button.button-primary.button-secondary.button-active {
    background: #767676;
    box-shadow: none;
  }
  button.button-primary.button-secondary:disabled {
    background: #E6E6E6;
    box-shadow: none;
    opacity: 0.35;
  }
