/*
	Typography mixin
 */
.interactive-large .title-text {
  font-size: 85px;
}

.phaser-container canvas {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.game-screen, .instructions, .results {
  z-index: 10;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.barStyle {
  padding: 1%;
  top: 55%;
}

.sorters-container, .targets-container {
  position: absolute;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: space-between;
}

.sorters-container {
  height: 40%;
  top: 10%;
  z-index: 1;
}
.sorters-container .sorter-dragger {
  position: relative;
  width: 25%;
  height: 90%;
}

.targets-container {
  height: 40%;
  bottom: 5%;
}
.targets-container .target-dropper {
  position: relative;
  width: 30%;
  height: 100%;
}

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