* {
  font-family: Lato, sans-serif;
  font-weight: 100; }

.game-container {
  width: 100vw;
  max-width: 800px;
  margin: 20vh auto 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media only screen and (max-width: 600px) {
    .game-container {
      margin: 5vh auto 0; } }

.player-form {
  text-align: center;
  margin: 38vh auto 0; }
  @media only screen and (max-width: 600px) {
    .player-form {
      margin: 10vh auto 0; } }
  .player-form h1 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 4em; }
    @media only screen and (max-width: 600px) {
      .player-form h1 {
        font-size: 2.8em; } }

@media only screen and (max-width: 600px) {
  #players-button {
    display: block;
    margin: 10% auto 0; } }

.game-board {
  font-size: 0;
  background: #1abc9c;
  color: #fff; }
  .game-board div {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    width: 45.9%;
    padding: 2%;
    height: 200px; }
    .game-board div:last-child {
      border-left: 1px dotted #fff; }
    @media only screen and (max-width: 600px) {
      .game-board div {
        width: 45%;
        height: 150px; } }
  .game-board p {
    font-size: 60px;
    text-align: center;
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 600px) {
      .game-board p {
        font-size: 20px; } }
  .game-board h1 {
    font-size: 40px;
    border-bottom: 1px dotted #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase; }
    @media only screen and (max-width: 600px) {
      .game-board h1 {
        font-size: 20px; } }
  .game-board h2 {
    font-size: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase; }

.button {
  width: 120px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  padding: 5px;
  background: #f39c12;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2em; }

.players-array div {
  display: inline-block;
  font-size: 0px;
  font-size: 0;
  text-align: center;
  margin: 20px 0;
  padding: 1% 0;
  position: relative; }
.players-array h1 {
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 2% 0;
  border-bottom: 1px dotted #fff; }
.players-array p {
  font-size: 30px;
  color: #fff;
  margin: 0;
  padding: 2%; }

.selected::after {
  right: 47%;
  bottom: 100%;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  content: " ";
  position: absolute; }

.controls {
  text-align: center; }
  @media only screen and (max-width: 600px) {
    .controls div {
      margin: 5px; } }

.players-array div:nth-child(8n+1) {
  background: #1abc9c; }
  .players-array div:nth-child(8n+1)::after {
    border-bottom: 12px solid #1abc9c; }

.players-array div:nth-child(8n+2) {
  background: #3498db; }
  .players-array div:nth-child(8n+2)::after {
    border-bottom: 12px solid #3498db; }

.players-array div:nth-child(8n+3) {
  background: #9b59b6; }
  .players-array div:nth-child(8n+3)::after {
    border-bottom: 12px solid #9b59b6; }

.players-array div:nth-child(8n+4) {
  background: #e74c3c; }
  .players-array div:nth-child(8n+4)::after {
    border-bottom: 12px solid #e74c3c; }

.players-array div:nth-child(8n+5) {
  background: #2ecc71; }
  .players-array div:nth-child(8n+5)::after {
    border-bottom: 12px solid #2ecc71; }

.players-array div:nth-child(8n+6) {
  background: #34495e; }
  .players-array div:nth-child(8n+6)::after {
    border-bottom: 12px solid #34495e; }

.players-array div:nth-child(8n+7) {
  background: #f1c40f; }
  .players-array div:nth-child(8n+7)::after {
    border-bottom: 12px solid #f1c40f; }

.players-array div:nth-child(8n+8) {
  background: #f39c12; }
  .players-array div:nth-child(8n+8)::after {
    border-bottom: 12px solid #f39c12; }

/*# sourceMappingURL=style.css.map */
