/* Theme oobe*/


/*Globals*/
div.box.container {
  background-color: #004275;
  border: 0.25px solid #004275;
}

.text {
  color: white;
}

button.button {
  background: #0067b8;
  color: #fff;
}

button.button:hover {
  background-color: rgb(0, 93, 166);
}

.navigation button svg path {
  fill: #fff;
}

/* Loading */

.loading svg.loading-spinner path {
  stroke: #fff;
}


/* Progress */

.progress div.progress-section-fill {
  background: white;
}

.progress div.progress-section-container {
  background: #004275;
  border: 1px solid white;
}

div.progress.box.screen {
  background-color: #004275;
}


/* Audio game */

.audio-game button.play-button {
  color: white;
}

button.play-button {
  border-color: #fff;
}

.audio-game button.play-button svg path {
  fill: #fff;
}

/* Home */

.home img.logo {
  margin-top: 0px;
  margin-bottom: 0px;
}

.home p.embeddedSessionID {
  display: none;
}

/* Match game */

.match-game p.key-frame-text.text {
  margin-bottom: 12px;
}

.match-game div.pip-container {
  margin-top: 4px;
  margin-bottom: 4px;
}

.match-game div.box.challenge-container {
  margin-top: 0px;
  margin-bottom: 0px;
}

.match-game a.left-arrow {
  margin-bottom: 0px;
}

.match-game a.right-arrow {
  margin-bottom: 0px;
}

.match-game h2.text {
  margin-bottom: 3%;
}

.match-game button.button {
  margin-top: 0px;
}

div.match-game.box.screen {
  margin-bottom: -8px;
}

/* Tile Game */
.tile-game div.box.challenge-container {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.tile-game h2.text {
  margin-bottom: 2%;
  text-align: center;
}

.tile-game p.text {
  margin-bottom: 3%;
}


/*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;
}