@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('../fonts/HelveticaNeueLTStd-BdCn.woff2') format('woff2'), url('../fonts/HelveticaNeueLTStd-BdCn.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-BdCn.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  background-color: #000;
}
html,
body {
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue LT Std';
  background: #000;
  -webkit-font-smoothing: antialiased;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}
html,
body,
html p,
body p,
html a,
body a {
  color: #AAAAAA;
  text-decoration: none;
}
h1 {
  margin: 0;
  font-size: 36px;
}
p {
  margin: 0;
  font-size: 16px;
}
.disable-mouse {
  pointer-events: none;
}
.center {
  text-align: center;
}
#toolbar {
  position: absolute;
  left: 50px;
  top: 50px;
  opacity: 0;
  pointer-events: none;
  z-index: 50;
  -webkit-transition: opacity, 0.1s, cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity, 0.1s, cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: opacity, 0.1s, cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity, 0.1s, cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity, 0.1s, cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#toolbar.active {
  opacity: 1;
  pointer-events: all;
}
#game-kidscreen {
  font-feature-settings: "tnum";
  width: 1920px;
  height: 1080px;
  position: absolute;
  left: 0;
  top: 0;
}
#game-kidscreen .spaceship-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 1920px;
  height: 1080px;
  pointer-events: none;
  background: transparent url("../images/kid_background.png") no-repeat;
}
#game-kidscreen .canvas-wrapper {
  position: absolute;
  left: 52px;
  top: 234px;
}
#game-kidscreen .microphone-wrapper {
  position: absolute;
  left: 1592px;
  top: 194px;
  width: 207px;
  height: 207px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
#game-kidscreen .microphone-wrapper .microphone-background {
  background-color: black;
  width: 100%;
  height: 100%;
}
#game-kidscreen .microphone-wrapper .microphone-icon {
  position: absolute;
  left: 54px;
  top: 19px;
  background: transparent url("../images/mic_icon.png") no-repeat;
  width: 96px;
  height: 170px;
}
#game-kidscreen .microphone-wrapper .microphone-background-filler {
  position: absolute;
  left: 0px;
  top: 100%;
  background: linear-gradient(to bottom, #44c427 34%, #44c427 34%, #ff3030 100%);
  width: 100%;
  height: 100%;
}
#game-kidscreen #direction {
  position: absolute;
  left: 1515px;
  top: 600px;
  width: 383px;
  height: 383px;
  background: transparent url("../images/control-direction-track.png");
}
#game-kidscreen #direction #direction-container {
  position: absolute;
  width: 74%;
  height: 74%;
  left: 13%;
  top: 13%;
}
#game-kidscreen #direction #direction-joystick {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 137px;
  height: 137px;
  margin-left: -67px;
  margin-top: -64px;
  background: transparent url("../images/control-direction-button.png");
}
#game-parentscreen {
  font-feature-settings: "tnum";
}
#game-parentscreen .spaceship-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 1920px;
  height: 1080px;
  pointer-events: none;
  background: transparent url("../images/parent_background.png") no-repeat;
}
#game-parentscreen #parentscreen-canvas-kid {
  position: absolute;
  top: 0px;
  left: 0px;
}
#game-parentscreen #parentscreen-canvas-self {
  position: absolute;
  left: 1214px;
  top: 619px;
}
#game-parentscreen .microphone-wrapper {
  position: absolute;
  left: 86px;
  top: 475px;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
#game-parentscreen .microphone-wrapper .microphone-background {
  background-color: black;
  width: 100%;
  height: 100%;
}
#game-parentscreen .microphone-wrapper .microphone-icon {
  position: absolute;
  left: 45px;
  top: 23px;
  background: transparent url("../images/mic_icon.png") no-repeat;
  background-size: contain;
  width: 62.4px;
  height: 110.5px;
}
#game-parentscreen .microphone-wrapper .microphone-background-filler {
  position: absolute;
  left: 0px;
  top: 100%;
  background: linear-gradient(to bottom, #44c427 34%, #44c427 34%, #ff3030 100%);
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=./css/styles.css.map */