article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before, q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

*::-moz-selection {
  color: #6a6f75;
  background-color: gold;
}

*::selection {
  color: #6a6f75;
  background-color: gold;
}

html,
body {
  background: #02040f;
}

body {
  font-family: 'Roboto', 'Montserrat', 'Arial', sans-serif;
  color: #6a6f75;
}

p {
  margin: 0;
}

main {
  height: 100vh;
}

main .welcome-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

main .welcome-screen__logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

main .welcome-screen__logo h1 {
  position: absolute;
  bottom: 0;
  padding: 1rem 2rem;
  font-size: 3rem;
  color: gold;
  font-family: 'PressStart2P-Regular', sans-serif;
  letter-spacing: 0.06em;
  -webkit-filter: drop-shadow(3px 3px 0 #916b03);
          filter: drop-shadow(3px 3px 0 #916b03);
  -webkit-animation: MoveUpDown 2s ease-in-out infinite;
          animation: MoveUpDown 2s ease-in-out infinite;
}

@media (max-width: 560px) {
  main .welcome-screen__logo h1 {
    font-size: 1.2rem;
  }
}

main .welcome-screen__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  background: #090c1a;
  border-radius: 10px;
}

main .welcome-screen__details #usernameInput {
  padding: 8px 12px 8px 0;
  background: transparent;
  color: white;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #6a6f75;
}

main .welcome-screen__details #usernameInput:focus {
  border-color: #fff;
}

main .welcome-screen__details #usernameInput::-webkit-input-placeholder {
  color: #6a6f75;
}

main .welcome-screen__details #usernameInput:-ms-input-placeholder {
  color: #6a6f75;
}

main .welcome-screen__details #usernameInput::-ms-input-placeholder {
  color: #6a6f75;
}

main .welcome-screen__details #usernameInput::placeholder {
  color: #6a6f75;
}

main .welcome-screen__details__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

main .welcome-screen__details__bottom .c-button {
  padding: 12px 20px;
  background: transparent;
  border: 0;
  color: inherit;
  font-weight: 500;
  font-size: 16px;
  color: gold;
  border: 1px solid gold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main .welcome-screen__details__bottom .c-button:hover, main .welcome-screen__details__bottom .c-button:focus {
  color: #000;
}

main .welcome-screen__details__bottom .c-button:focus {
  outline: 0;
}

main .welcome-screen__details__bottom .creategame-button {
  border-color: #c81d25;
  background-color: #c81d25;
  color: white;
  margin-top: 1rem;
  border-radius: 4px;
  width: 100%;
}

main .welcome-screen__details__bottom .creategame-button:hover, main .welcome-screen__details__bottom .creategame-button:focus {
  color: white;
  background-color: #9b171d;
}

@media (max-width: 560px) {
  main .welcome-screen__details__bottom .creategame-button {
    font-size: 1.1rem;
  }
}

main .welcome-screen__details__bottom .join-button {
  padding: 8px 12px;
  color: #0073cc;
  border: 1px solid;
  border-radius: 4px;
  border-color: #0073cc;
}

main .welcome-screen__details__bottom .join-button:hover, main .welcome-screen__details__bottom .join-button:focus {
  background: #0073cc;
}

main .welcome-screen__details__bottom .form-group {
  margin-bottom: 1rem;
}

main .welcome-screen__details__bottom .form-group input {
  padding: 8px 12px 8px 0;
  margin-right: 1rem;
  background: transparent;
  color: white;
  outline: 0;
  border: 0;
  border-bottom: 1px dashed #6a6f75;
}

main .welcome-screen__details__bottom .form-group input:focus {
  border-color: #fff;
}

main .welcome-screen__details__bottom .form-group input::-webkit-input-placeholder {
  color: #6a6f75;
}

main .welcome-screen__details__bottom .form-group input:-ms-input-placeholder {
  color: #6a6f75;
}

main .welcome-screen__details__bottom .form-group input::-ms-input-placeholder {
  color: #6a6f75;
}

main .welcome-screen__details__bottom .form-group input::placeholder {
  color: #6a6f75;
}

#gameSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100vh;
}

#gameSection h2 {
  color: whitesmoke;
}

#gameSection .game-container {
  position: relative;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

#gameSection .game-container #statsBoard {
  position: absolute;
  top: 4rem;
  left: -7.5rem;
  text-align: right;
}

#gameSection .game-container #statsBoard span {
  font-size: 1.2rem;
  font-weight: 500;
}

#gameSection .game-container #statsBoard #power {
  color: chartreuse;
}

#gameSection .game-container #statsBoard #stamina {
  color: #ffdd53;
}

#gameSection .game-container #statsBoard #health {
  color: #c81d25;
}

#gameSection #startVote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#gameSection #startVote .start-vote-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#gameSection #startVote .start-vote-inner p {
  color: #6a6f75;
  margin: 0.5rem 0;
  font-weight: 300;
}

#gameSection #startVote .start-vote-inner .user-count,
#gameSection #startVote .start-vote-inner .vote-count {
  margin: .25rem 0;
  color: white;
}

#gameSection #startVote .start-vote-inner .user-count span,
#gameSection #startVote .start-vote-inner .vote-count span {
  font-weight: 600;
}

#gameSection #startVote .start-vote-inner .vote-count {
  font-size: 1.4rem;
  font-weight: 500;
}

#gameSection #startVote .start-vote-inner button {
  padding: 12px 32px;
  margin: 1.5rem auto;
  width: 100%;
  border: 0;
  border-radius: 50px;
  background-color: #c81d25;
  color: white;
  font-size: 1.3rem;
  font-weight: 500;
}

#gameSection #startVote .start-vote-inner button:hover {
  background-color: #b21a21;
}

#gameSection #startVote .start-vote-inner button:focus {
  outline: 0;
}

#gameSection #startVote .start-vote-inner .voted {
  pointer-events: none;
  cursor: not-allowed;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@-webkit-keyframes MoveUpDown {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: 2rem;
  }
}

@keyframes MoveUpDown {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: 2rem;
  }
}
/*# sourceMappingURL=main.css.map */