body {
  width: 100%;
  height: 100%;
  background-color: #DBFFEA; }

#title h1 {
  margin-top: 40px;
  font-family: 'Montserrat Subrayada', sans-serif;
  font-size: 60px;
  color: #00595e;
  text-shadow: 2px 2px #f18b4f; }

#name {
  font-family: 'Architects Daughter', Helvetica, sans-serif;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  width: 100%;
  height: 40px; }
  #name button,
  #name button:hover,
  #name button:active,
  #name button:visited {
    text-decoration: none !important;
    outline: none !important; }
  #name a,
  #name a:hover,
  #name a:active,
  #name a:visited {
    color: #f18b4f;
    text-decoration: none !important;
    outline: none !important; }

li {
  list-style: none; }

.outer-container {
  background: #f18b4f;
  box-shadow: inset -1px 1px 7px rgba(0, 0, 0, 0.2), inset 1px -1px 7px rgba(0, 0, 0, 0.2), 1px 12px 5px rgba(0, 0, 0, 0.4), 4px 3px 8px rgba(0, 0, 0, 0.4), 5px 10px 10px rgba(0, 0, 0, 0.2), -5px 10px 10px rgba(0, 0, 0, 0.4);
  position: relative;
  width: 430px;
  height: 430px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 0; }

.board-container {
  background: #282828 -webkit-radial-gradient(center, #00595e, rgba(0, 20, 20, 0.6));
  background: #282828 -moz-radial-gradient(center, #00595e, rgba(0, 20, 20, 0.6));
  background: #282828 -ms-radial-gradient(center, #00595e, rgba(0, 20, 20, 0.6));
  background: #282828 radial-gradient(center, #00595e, rgba(0, 20, 20, 0.6));
  width: 380px;
  height: 350px;
  background-size: cover;
  position: relative;
  margin: 0 auto;
  overflow: hidden; }

.game-board {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative; }

.boxes {
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  margin-top: 13.5px;
  display: none; }
  .boxes li {
    width: 30%;
    height: 30%;
    display: inline-block;
    position: relative;
    z-index: 1000;
    overflow: hidden; }
    .boxes li i {
      font-size: 6.5rem;
      text-align: center;
      display: block;
      width: 100%;
      height: 100%;
      font-style: normal;
      font-family: "Architects Daughter", "Helvetica", "sans-serif";
      color: rgba(220, 220, 220, 0.7);
      z-index: 500; }
  .boxes .box1, .boxes .box2, .boxes .box3,
  .boxes .box4, .boxes .box5, .boxes .box6,
  .boxes .box7, .boxes .box8, .boxes .box9 {
    border-style: solid;
    border-width: thick;
    border-color: #57ABAA; }

/* Canvas Drawing */
#myCanvas {
  width: 330px;
  height: 330px;
  position: absolute;
  z-index: 0;
  left: 10px;
  top: 0;
  opacity: 0; }

/* Player/Computer prompt */
.container-turn {
  font-family: "Architects Daughter", "Helvetica", "sans-serif";
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold; }
  .container-turn .player-turn {
    display: inline-block;
    margin-top: 30px;
    font-weight: bold; }
    .container-turn .player-turn span {
      font-size: 2.5rem;
      font-weight: bold;
      color: #f18b4f; }

/* Score keeping */
.container-scores {
  text-align: center; }

.score-1,
.score-2 {
  font-family: 'Architects Daughter', sans-serif;
  color: black;
  display: inline-block;
  font-size: 1.7rem;
  padding: 15px;
  font-weight: bold; }
  .score-1 .points,
  .score-2 .points {
    font-weight: bold;
    color: black;
    font-family: 'Architects Daughter', sans-serif; }

/* reset button */
.hard-reset {
  background: none;
  border: none;
  font-family: 'Architects Daughter', sans-serif;
  color: black;
  font-size: 1.8rem;
  border-radius: 20px;
  border: 2px dashed transparent;
  display: none;
  margin-left: 50px;
  font-weight: bold; }
  .hard-reset hover {
    border: 2px dashed black;
    color: black; }
  .hard-reset focus {
    outline: none; }

/* Result Feedback */
span.rotate {
  color: #00c8c8; }

i.win {
  background: black; }

.message-container {
  font-family: 'Architects Daughter', sans-serif;
  background: rgba(0, 0, 0, 0.8);
  width: 400px;
  height: 400px;
  position: absolute;
  z-index: 2000;
  display: none;
  box-sizing: border-box;
  text-align: center;
  font-size: 2.3rem;
  color: white; }
  .message-container .draw-message,
  .message-container .lose-message,
  .message-container .win-message {
    display: none;
    margin-top: 80px; }
    .message-container .draw-message p,
    .message-container .lose-message p,
    .message-container .win-message p {
      color: white;
      text-align: center;
      font-family: 'Architects Daughter', sans-serif; }
  .message-container .playAgain-message button {
    background: none;
    border: none;
    opacity: .6;
    border-radius: 20px;
    border: 2px solid transparent;
    font-size: 2.3rem; }
    .message-container .playAgain-message button button:hover {
      opacity: 1;
      border: 2px dashed #e6e6e6; }
    .message-container .playAgain-message button button:focus {
      outline: none; }

/*============================================
         Game Starter
============================================*/
.game-choice,
.game-starter {
  display: block;
  width: 100%;
  position: absolute;
  text-align: center;
  font-family: 'Architects Daughter', Helvetica, sans-serif;
  z-index: 1500;
  /*  display: none;*/ }
  .game-choice button, .game-choice p,
  .game-starter button,
  .game-starter p {
    color: gainsboro;
    position: relative;
    top: 50px;
    margin: 10px auto; }
  .game-choice p,
  .game-starter p {
    font-size: 3rem;
    max-width: 80%; }
  .game-choice button,
  .game-starter button {
    background: none;
    border: none;
    opacity: .6;
    border-radius: 20px;
    border: 2px solid transparent;
    font-size: 2.3rem; }
  .game-choice button:focus,
  .game-starter button:focus {
    outline: none; }
  .game-choice button:hover,
  .game-starter button:hover {
    opacity: 1;
    border: 2px dashed #e6e6e6; }

.game-starter {
  display: none; }
  .game-starter button.back-button {
    position: absolute;
    top: 270px;
    right: 158px;
    font-size: 1.7rem;
    border: none; }
  .game-starter .back-button:hover {
    border: none; }

button {
  cursor: pointer; }

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