/*xbox_win8*/

.text {
  color: #000;
}

div.box.container {
  background-color: white;
}


button.button {
  background: #0067b8;
  color: #fff;
}

button.button:hover {
  background-color: rgb(0, 93, 166);
}


.progress div.progress-section-container {
  background: #fff;
  border: 1px solid black;
}

.progress div.progress-section-fill {
  background: #0067b8;
}


.home img.logo {
  order: 1;
}

.home p.text {
  order: 0;
}

.home button.button {
  order: 2;
}

.home p.embeddedSessionID {
  margin-top: 2px;
  font-size: 10px;
  order: 3;
  display: none;
}



h2.audio-mode-alert.text {
  color: red;
}


.match-game-fail p.key-frame-text.text {
  color: white;
}

.match-game p.key-frame-text.text {
  color: #fff;
}


h2.audio-game-alert.text {
  color: rgb(130, 9, 0);
}

.audio-game button.play-button {
  color: black;
}

div.progress.box.screen {
  background-color: #fff;
}


/*media queries for smaller devices*/

@media screen and (max-width: 375px) {
  .home button.button {
    padding: 12px 20px;
  }

  .home img.logo {
    padding-top: 10%;
    padding-bottom: 10%;
    margin-bottom: 0px;
    margin-top: 0px;
    order: 2;
  }

  .audio-game input.answer-input {
    top: 50%
  }

  .match-game h2.text {
    font-size: 14px;
    margin-bottom: 1%;
  }

  .match-game button.button {
    margin-top: 0px;
    margin-bottom: 0%;
    width: 100%;
  }

  .match-game div.pip-container {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  div.navigation.box {
    height: 48px;
  }

  h2.match-game-alert.text {
    font-size: 18px;
    margin-top: 8px;
  }

  .match-game-fail p.text {
    font-size: 14px;
  }

  .match-game-fail div.example-container.box {
    margin-top: 0px;
  }

  .tile-game h2.text {
    margin-top: 8px;
    margin-bottom: -2%;
    font-size: 16px;
  }

  .tile-game p.text {
    font-size: 14px;
  }

  .tile-game-fail div.example-container.box {
    margin-bottom: 8px;
  }

  .tile-game-fail div.box {
    margin-bottom: 5%;
    width: 80%;
    margin-left: 7%;
  }

  h2.tile-game-alert.text {
    margin-top: 10%
  }

  .tile-game.screen {
    padding: 0;
  }

  .tile-game .challenge-container {
    width: 300px;
  }

  .tile-game div.box.challenge-container {
    transform: scale(0.8);
    margin-top: -5%;
  }

}

@media screen and (max-width: 321px) {

  h2.audio-game-alert.text {
    padding-bottom: 10%;
  }

  .left-arrow {
    transform: scale(0.8);
  }

  .right-arrow {
    transform: scale(0.8);
  }

  .match-game-fail div.example-container.box {
    margin-left: 0%;
    margin-right: 0%;
  }

  .match-game h2.text {
    margin-bottom: 5%;
  }
}

.match-game-fail p.key-frame-text.text {
  font-size:10px;
}

.match-game-fail p.embeddedSessionID {
  font-size:10px;
}