@font-face {
  font-family: 'DotGothic16';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(DotGothic16.woff2) format('woff2');
  unicode-range: U+21E6,U+21E7,U+21E8,U+21E9 ;
}

@font-face {
  font-family: 'Press Start 2P';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(PressStart2P.woff2) format('woff2');
  unicode-range: U+0000-00FF;
}

@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(Comfortaa.woff) format('woff');
  unicode-range: U+0000-00FF;
}

body {
  text-align: center;
  background-color: black;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  font-family: "Comfortaa";
}

.App {
  text-align: center;
}

.loading {
  font-family: 'Press Start 2P', sans-serif;
}

.fill-height {
  height: 100%;
}

.header {
  display: inline-block;
  position:relative;
  margin: 0;
  padding: 0;
  background-color: black;
  color: #aaa;
  width:100%;
  height:26px;
  font-size: 10pt;
}

.left {
  position:absolute;
  left: 5px;
  top:7px;
}
.midleft {
  position:absolute;
  left: 134px;
  top:7px;
}
.rightImg {
   float:right;
}
.right {
   float:right;
}
.link {
  color:white;
  margin:7px;
  display: inline-block;
}
.linkType {
  margin:7px;
  margin-left: 0px;
  display: inline-block;
}
.linkType:hover {
  color:white;
  cursor:pointer;
}

.share {
  margin:7px;
}
.share:hover {
  color:white;
  cursor:pointer;
}

.bannerImg {
  margin-top: 3px;
  margin-right: 3px;
  width: 122.5px;
}

.blockly {
  height: 410px;
  width: 100%;
}

table {
  border-collapse: collapse;
  background-color: #000;
  width: 100%;
}

td {
  border: 1px solid black;
}

.cell {
  height: 20px;
  width: 15px;
  background-color: #111;
  color: rgba(0, 0, 0, 0.0);
  font-size: 10px;
}
.empty {
  color: #777;
}
.emptyBright {
  color: #eee;
}

.letter1 {
  background-color: #fee94e;
}
.letter2 {
  background-color: #fec02e;
}
.letter3 {
  background-color: #e46043;
}
.letter4 {
  background-color: #e62565;
}
.letter5 {
  background-color: #9b2fae;
}
.letter6 {
  background-color: #4054b2;
}
.letter7 {
  background-color: #149588;
}
.letter8 {
  background-color: #50ae54;
}
.letter9 {
  background-color: #eeeeee;
}

.character {
  transition: opacity 1s;
  opacity: 0.3;
  background-position: center;
  background-repeat: no-repeat;
}
.happy {
  background-image: url(bot-happy.svg);
}
.neutral {
  background-image: url(bot-neutral.svg);
}
.sad {
  background-image: url(bot-sad.svg);
}
.laughing {
  background-image: url(bot-laughing.svg);
}
.scared {
  background-image: url(bot-scared.svg);
}
.sleeping {
  background-image: url(bot-sleeping.svg);
}
.cheeky {
  background-image: url(bot-cheeky.svg);
}
.dead {
  background-image: url(bot-dead.svg);
}
.unicorn {
  background-image: url(bot-unicorn.svg);
}

.controls {
  display:block;
  background-color: #149588;
}
.running {
  background-color: #e62565;
}
.gridshow {
  display:inline-block;
  text-align: left;
  float:left;
  width: 33.3%;
  cursor:pointer;
  font-size: 10pt;
  padding:10px;
}
.mainControls {
  display:inline-block;
  text-align: center;
  width: 400px;
}
.gridshow:hover {
  color:white;
}
.spacer {
  display:inline-block;
  width: 33.3%;
}

.button {
  font-family: 'Press Start 2P', sans-serif;
  font-size: 14pt;
  cursor:pointer;
  display:inline-block;
  margin:10px;
}
.button:hover {
  color:white;
}

.tapControls {
  width: 195px;
  background-color: #444;
  border: 3px solid #111;
  /* prevent double-tap zoom on iOS */
  touch-action: manipulation;
}

.arrow {
  font-family: 'DotGothic16', sans-serif;
  background-color: #149588;
  padding: 0px;
  cursor: pointer;
  width:65px;
  height:65px;
  line-height: 65px;
  display: inline-block;
  text-align: center;

  font-size: 56px;

  /* prevent blue rectangle (not helpful for accessibility in this case) */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.arrow:hover {
  background-color: #4054b2;
  transition: 0.1s;
}

.draggable {
  z-index: 999;
}

.blocklyTreeLabel {
  font-family: 'Press Start 2P', serif; !important;
  font-size: 8pt !important;
  color: black !important;
}
.blocklyToolboxContents {
}
.blocklyTreeRow {
  padding-bottom: 3px !important;
  margin-bottom: .5em !important;
  text-align:left !important;
}
.blocklyFlyout {
}
