.ui {
  position: absolute; }
  .ui.tl {
    left: 32px;
    top: 22px; }
  .ui.tr {
    right: 32px;
    top: 22px; }
  .ui.bl {
    left: 32px;
    bottom: 22px; }
  .ui.br {
    right: 32px;
    bottom: 22px; }
  .ui.tc {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 22px; }

#splashview {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around; }
  #splashview a {
    color: #ffd139; }
  #splashview #splashview-hero {
    width: 90%;
    max-width: 1000px;
    max-height: 800px;
    min-height: 100px;
    margin-top: 70px;
    margin-left: 10px;
    margin-right: 10px;
    flex-grow: 20;
    background-position: center;
    background-size: contain;
    background-image: url("/static/svg/hero.svg");
    background-repeat: no-repeat; }
    @media screen and (max-height: 500px) and (min-width: 500px) {
      #splashview #splashview-hero {
        margin-top: 70px; } }
    @media screen and (max-height: 500px), screen and (max-width: 500px) {
      #splashview #splashview-hero {
        background-image: url("/static/svg/hero_small.svg");
        flex-grow: 3; } }
    @media screen and (max-height: 350px), screen and (max-width: 350px) {
      #splashview #splashview-hero {
        min-height: 40px; } }
    @media screen and (max-height: 350px) and (min-width: 350px) {
      #splashview #splashview-hero {
        margin-top: 20px; } }
  #splashview #splashview-tagline {
    max-width: 800px;
    padding: 40px 40px;
    font-size: 40px;
    flex-grow: 2; }
    @media screen and (max-height: 700px), screen and (max-width: 700px) {
      #splashview #splashview-tagline {
        font-size: 32px;
        padding: 15px 40px; } }
    @media screen and (max-height: 500px), screen and (max-width: 500px) {
      #splashview #splashview-tagline {
        font-size: 25px;
        padding: 15px 40px; } }
    @media screen and (max-height: 350px), screen and (max-width: 350px) {
      #splashview #splashview-tagline {
        font-size: 18px; } }
    @media screen and (max-height: 500px) and (min-width: 500px) {
      #splashview #splashview-tagline {
        max-width: 500px; } }
    #splashview #splashview-tagline #splashview-tagline-main {
      display: block;
      margin-bottom: 14px; }
      #splashview #splashview-tagline #splashview-tagline-main span {
        white-space: nowrap; }
    #splashview #splashview-tagline #splashview-tagline-small {
      display: block;
      font-size: 0.5em;
      max-width: 700px;
      line-height: 1.4em; }
  #splashview .splashscreen-button {
    padding: 40px 20px;
    padding-bottom: 110px;
    padding-top: 10px;
    flex-grow: 0; }
    @media screen and (max-height: 500px), screen and (max-width: 500px) {
      #splashview .splashscreen-button {
        padding: 0 20px 110px 20px; } }
    @media screen and (max-height: 350px) and (min-width: 350px) {
      #splashview .splashscreen-button {
        padding-bottom: 61px; } }
  @media screen and (max-height: 350px) and (min-width: 350px) {
    #splashview #splashscreen-share {
      display: none; } }
  #splashview #privacy-link {
    color: #dedede;
    font-family: 'Karla', sans-serif;
    font-size: 15px; }
    #splashview #privacy-link a {
      color: #dedede;
      text-decoration: none; }
    #splashview #privacy-link a:hover {
      color: #cccccc; }
    @media screen and (max-height: 500px), screen and (max-width: 500px) {
      #splashview #privacy-link {
        font-size: 13px; } }

.corp-logo {
  width: 495px;
  height: 70px;
  background: url("/static/svg/mlx_badge.svg");
  background-repeat: no-repeat;
  background-size: contain; }
  @media screen and (max-height: 500px), screen and (max-width: 500px) {
    .corp-logo {
      height: 45px; } }
  @media screen and (max-height: 350px), screen and (max-width: 350px) {
    .corp-logo {
      height: 40px; } }

.covercard {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #ffd139;
  left: 0;
  top: -100%;
  transition: top 0.8s ease-in-out, left 0.8s linear, width 0.8s linear, transform 0.8s linear;
  font-size: 20px;
  text-align: center;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }
  .covercard a {
    color: white; }
  .covercard .cards-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100%;
    background-color: #ffd139;
    display: none; }
  .covercard.visible {
    top: 0; }
    .covercard.visible .cards-cover {
      display: inherit; }
  .covercard .card-container {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 910px;
    margin: 0 auto; }
    .covercard .card-container.fill {
      min-height: 100%; }
  .covercard .card-headline, .covercard .card-row, .covercard .card-footer {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px; }
    @media screen and (max-height: 500px), screen and (max-width: 500px) {
      .covercard .card-headline, .covercard .card-row, .covercard .card-footer {
        padding-left: 20px;
        padding-right: 20px; } }
  .covercard .card-headline {
    padding-top: 40px;
    padding-bottom: 20px; }
    .covercard .card-headline .font-hand-1, .covercard .card-headline .font-hand-2, .covercard .card-headline .font-hand-3 {
      font-size: 60px; }
    @media screen and (max-height: 500px), screen and (max-width: 500px) {
      .covercard .card-headline {
        font-size: 0.6em;
        padding-top: 28px;
        padding-right: 70px;
        padding-left: 70px; }
        .covercard .card-headline .font-hand-1, .covercard .card-headline .font-hand-2, .covercard .card-headline .font-hand-3 {
          font-size: 36px; } }
    .covercard .card-headline.dynamic-headline-position {
      margin-bottom: 15px; }
      @media screen and (max-width: 1000px) {
        .covercard .card-headline.dynamic-headline-position {
          padding: 40px 150px 20px 150px; } }
      @media screen and (max-width: 700px) {
        .covercard .card-headline.dynamic-headline-position {
          padding: 90px 10px 15px 10px; } }
  @media screen and (max-height: 500px), screen and (max-width: 500px) {
    .covercard .card-text {
      font-size: 0.75em; } }
  .covercard .card-footer {
    height: 20px; }

.svg-margin-25 {
  margin: 25px; }

.svg-margin-10 {
  margin: 10px; }

#about-card {
  background-color: #ff7bac;
  color: white; }
  #about-card #about-card-text {
    text-align: center;
    letter-spacing: 1px; }
  #about-card #button-learn-more {
    margin-top: 30px; }
  #about-card .card-text {
    font-size: 0.8em; }
    @media screen and (max-height: 500px), screen and (max-width: 500px) {
      #about-card .card-text {
        font-size: 0.6em; } }
  #about-card #about-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px; }
    #about-card #about-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

#newround-card .card-headline {
  color: rgba(0, 0, 0, 0.4); }

#newround-card .card-text {
  font-size: 2em; }
  #newround-card .card-text #challengetext-word {
    font-size: 2em; }
  #newround-card .card-text #time-text {
    margin-bottom: 40px; }
  @media screen and (max-height: 500px), screen and (max-width: 500px) {
    #newround-card .card-text {
      font-size: 1.5em; }
      #newround-card .card-text #time-text {
        margin-bottom: 20px; } }

#timesup-card #timesup-drawings-wrapper .timesup-round {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 10px; }
  @media screen and (min-height: 500px) and (max-width: 500px) {
    #timesup-card #timesup-drawings-wrapper .timesup-round {
      margin: 5px; } }

#timesup-card #timesup-drawings-wrapper .timesup-drawing {
  z-index: 100;
  position: relative; }
  #timesup-card #timesup-drawings-wrapper .timesup-drawing .timesup-drawing-status {
    font-size: 13px;
    color: #cccccc;
    top: 97px;
    width: 100%;
    left: 0;
    text-align: center;
    position: absolute; }

#timesup-card #portfolio-text {
  margin-bottom: 24px; }

#timesup-card #button-timesup-play {
  margin-top: 24px; }

#timesup-card #timesup-subtitle a {
  color: black; }

#round-detail-card .round-details-title {
  font-size: 10px; }

#round-detail-card #round-details-word {
  margin-left: 20px; }

#round-detail-card .round-details-text {
  margin: 4px 0; }

#round-detail-card #round-details-subtitle-not-recognized, #round-detail-card #round-details-subtitle-recognized {
  position: relative;
  top: -31px; }

#round-detail-card #round-drawing {
  margin: auto;
  width: 265px; }

#round-detail-card #round-detail-wrapper > div {
  position: relative;
  display: inline-block;
  width: 265px;
  margin: 6px 0; }
  #round-detail-card #round-detail-wrapper > div .round-detail-score {
    margin-bottom: 10px;
    position: absolute;
    width: 100%;
    font-size: 13px;
    top: 17px; }
  #round-detail-card #round-detail-wrapper > div .round-detail-word {
    font-size: 30px;
    position: absolute;
    width: 100%;
    top: 29px; }
  #round-detail-card #round-detail-wrapper > div .round-detail-image, #round-detail-card #round-detail-wrapper > div .round-detail-image-neighbor {
    margin-top: 10px;
    padding-top: 50px; }
  #round-detail-card #round-detail-wrapper > div .round-detail-image-neighbor {
    position: absolute;
    z-index: 100; }

#round-detail-card #gallery-title {
  padding-top: 20px; }

#round-detail-card .gallery-drawing {
  margin: 10px;
  display: inline-block; }

#round-detail-card .drawing {
  background-color: white;
  -webkit-box-shadow: 1px 1px 3px 2px #f0c535;
  -moz-box-shadow: 1px 1px 3px 2px #f0c535;
  box-shadow: 1px 1px 3px 2px #f0c535;
  width: 265px; }

#round-detail-card .gallery-line {
  height: 60px;
  width: 80%;
  background-image: url("/static/svg/line.svg");
  background-repeat: no-repeat;
  background-position-y: center; }

button {
  background: none;
  border: 0; }

button:focus {
  outline: none; }

.button {
  display: inline-block;
  box-sizing: border-box;
  height: 50px;
  width: 47px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
	not supported by any browser */
  padding-top: 0;
  padding-left: 6px;
  padding-right: 3px;
  padding-bottom: 18px;
  background-repeat: no-repeat;
  background-size: 94px 339px;
  background-position: 0 0;
  font-family: 'Roboto Mono', sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: white;
  cursor: pointer;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent; }
  .button.button-close, .button.button-pink, .button.button-gray, .button.button-facebook, .button.button-twitter, .button.button-g {
    background-image: url("/static/svg/buttons_small.svg"); }
  .button.button-close {
    background-position: 0 -56px; }
    .button.button-close:active {
      background-position: -53px -56px; }
  .button.button-pink {
    background-position: 0 0; }
    .button.button-pink:active {
      background-position: -53px 0; }
  .button.button-gray {
    background-position: 0 -280px; }
    .button.button-gray:active {
      background-position: -53px -280px; }
  .button.button-facebook {
    background-position: 0 -168px; }
    .button.button-facebook:active {
      background-position: -53px -168px; }
  .button.button-twitter {
    background-position: 0 -112px; }
    .button.button-twitter:active {
      background-position: -53px -112px; }
  .button.button-g {
    background-position: 0 -224px; }
    .button.button-g:active {
      background-position: -53px -224px; }
  .button.button-medium {
    background-image: url("/static/svg/buttons_medium.svg"); }
    .button.button-medium.button-gray {
      background-position: 0 0; }
      .button.button-medium.button-gray:active {
        background-position: -200px 0; }
  .button.button-yellow, .button.button-green, .button.button-medium-gray {
    background-image: url("/static/svg/buttons_large.svg"); }
  .button.button-green {
    background-position: 0 0; }
    .button.button-green:active {
      background-position: -200px 0; }
  .button.button-yellow {
    background-position: 0 -71px; }
    .button.button-yellow:active {
      background-position: -200px -71px; }
  .button:active {
    padding-left: 3px;
    padding-right: 9px; }
    .button:active span {
      position: relative;
      top: 9px; }
  .button.button-medium {
    height: 58px;
    width: 118px;
    background-size: 400px 142px;
    padding-top: 0;
    padding-left: 9px;
    padding-right: 8px; }
    .button.button-medium:active {
      padding-right: 12px; }
      .button.button-medium:active span {
        position: relative;
        top: 8px; }
  .button.button-large {
    height: 58px;
    width: 200px;
    background-size: 400px 142px;
    padding-top: 0;
    padding-left: 9px;
    padding-right: 8px; }
    .button.button-large:active {
      padding-left: 3px; }
      .button.button-large:active span {
        position: relative;
        top: 8px; }
  .button.button-drawing {
    background-image: url("/static/svg/buttons_drawing.svg");
    height: 140px;
    width: 198px;
    background-position: 0 0;
    background-size: 400px 142px;
    padding-top: 0px;
    padding-left: 14px;
    padding-right: 8px; }
    .button.button-drawing:active {
      background-position: -200px 0;
      padding-right: 12px;
      padding-left: 10px;
      padding-top: 8px; }
  .button .icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 170px 26px;
    width: 31px;
    height: 26px;
    margin-left: 1px;
    margin-top: -3px;
    margin-right: 5px;
    background-image: url("/static/svg/icons.svg"); }
    .button .icon.icon-undo {
      background-position: 2px 0; }
    .button .icon.icon-clear {
      background-position: -54px 0; }
    .button .icon.icon-skip {
      background-position: -26px 0; }
    .button .icon.icon-back {
      background-position: -86px 1px; }
  .button.button-medium span, .button.button-large span {
    float: left; }
    .button.button-medium span.center, .button.button-large span.center {
      float: initial; }
  .button .tooltip {
    position: absolute;
    color: black;
    text-align: left;
    font-size: 35px; }
  .button#button-undo .tooltip {
    top: -56px;
    left: -90px; }
    .button#button-undo .tooltip .arrow-2 {
      left: 47px;
      top: 15px; }
  .button#button-clear .tooltip {
    top: -87px;
    left: -36px; }
    .button#button-clear .tooltip .arrow-3 {
      left: 31px;
      top: 25px; }
  .button#button-skip .tooltip {
    top: -93px;
    left: 42px; }
    .button#button-skip .tooltip .arrow-4 {
      left: 10px;
      top: 35px; }
  .button.button-close .tooltip {
    top: 85px;
    left: -26px; }
    .button.button-close .tooltip .arrow-1 {
      left: 5px;
      top: -40px; }

/*
.peek-button {
    width: 45px;
    height: 65px;
    position: absolute;
    z-index: 50;

    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url("/static/svg/tab.svg");
    left: 0;
    top:-$ui-margin-v;

    .tooltip {
        position: absolute;
        color:black;
        text-align: left;
        width: 330px;
        font-size: 30px;
        top: 63px;
        left: 100px;

        .arrow-5 {
            // Position arrow relative to text
            left: -51px;
            top: -23px;
        }
    }
}
*/
#speechbubble-wrapper {
  position: absolute;
  bottom: 22px;
  text-align: center;
  width: 100%;
  pointer-events: none; }

#machine-speechbubble {
  background-color: #f2f2f2;
  min-width: 50px;
  border-radius: 5px;
  display: inline-block;
  font-size: 17px;
  letter-spacing: 1px;
  padding: 10px 16px; }
  #machine-speechbubble div {
    display: inline; }
  #machine-speechbubble #machine-speechbubble-secondary {
    color: #aaa; }
  @media screen and (max-height: 500px), screen and (max-width: 500px) {
    #machine-speechbubble {
      font-size: 14px; } }

#machine-speechbubble-tip {
  background-image: url("/static/svg/objects.svg");
  background-repeat: no-repeat;
  background-size: 35px 30px;
  background-position: 0px 0px;
  width: 35px;
  height: 30px;
  bottom: -12px;
  margin: 0 auto;
  margin-top: -13px; }

#loginbody {
  background: #f2f2f2;
  text-align: center;
  margin: 0; }

#login form {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 40%; }

#login input {
  border-radius: 3px;
  line-height: 14px;
  font-size: 14px;
  outline: none;
  display: block;
  padding: 5px;
  margin: 10px auto;
  border: 1px solid #ccc;
  width: 220px; }

#login input[type=submit] {
  background: #3498db;
  padding: 10px;
  border: none;
  width: 200px;
  color: #fff; }

.popup-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 0;
  z-index: 1000; }
  .popup-wrapper .popup-box .popup-text {
    font-size: 40px;
    margin-bottom: 40px;
    text-align: center;
    padding: 0 30px; }
  .popup-wrapper .popup-box .popup-buttons {
    padding: 0 30px; }

#gameview {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
	not supported by any browser */ }
  #gameview .topbar {
    background-color: #ffd139;
    box-shadow: 0px 5px 0px 1px rgba(0, 0, 0, 0.15);
    width: 100%;
    padding: 22px 50px 22px 22px; }
    #gameview .topbar #topbar-text {
      color: rgba(0, 0, 0, 0.4);
      display: inline-block; }
    #gameview .topbar #clock {
      position: absolute;
      top: 18px;
      margin: auto auto;
      left: 0;
      right: 0;
      font-family: 'Roboto Mono', monospace;
      text-align: center; }
      #gameview .topbar #clock #clock-time {
        display: inline-block;
        background-color: white;
        padding: 4px 14px;
        box-shadow: inset 1px 1px 0 1px rgba(0, 0, 0, 0.15); }
      #gameview .topbar #clock.text-blink {
        color: #FF5000; }
    #gameview .topbar #topbar-buttons {
      right: 15px;
      top: 12px;
      position: absolute; }
      #gameview .topbar #topbar-buttons .button {
        vertical-align: top; }
    @media screen and (max-height: 500px), screen and (max-width: 500px) {
      #gameview .topbar {
        padding: 0 0 0 0;
        padding-top: 66px;
        padding-bottom: 15px;
        text-align: center; }
        #gameview .topbar #topbar-buttons {
          width: 100%;
          left: 0;
          right: 0;
          text-align: left;
          padding-left: 16px; }
          #gameview .topbar #topbar-buttons .button-close {
            position: absolute;
            right: 32px; } }
    @media screen and (max-height: 350px), screen and (max-width: 350px) {
      #gameview .topbar #clock {
        text-align: left;
        margin-left: 20px; }
      #gameview .topbar #topbar-buttons {
        right: 15px;
        top: 12px;
        position: absolute;
        width: initial;
        text-align: right; }
        #gameview .topbar #topbar-buttons .button-close {
          position: initial;
          right: initial; } }

@font-face {
  font-family: Handwrite1;
  src: url("/static/fonts/handwritten01.otf") format("opentype"); }

@font-face {
  font-family: Handwrite2;
  src: url("/static/fonts/handwritten02.otf") format("opentype"); }

@font-face {
  font-family: Handwrite3;
  src: url("/static/fonts/handwritten03.otf") format("opentype"); }

.handwritten {
  display: none; }

.font-hand-1 {
  font-family: Handwrite1; }

.font-hand-2 {
  font-family: Handwrite2; }

.font-hand-3 {
  font-family: Handwrite3; }

sup {
  font-size: 0.6em; }

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: 'Roboto Mono', sans-serif; }

#content-wrapper {
  position: absolute;
  min-width: 300px;
  min-height: 300px;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important; }

#page404 {
  font-size: 30px;
  background: #ffd139;
  text-align: center;
  height: 100%;
  padding-top: 40px; }

.hidden-on-startup {
  display: none; }

#beep {
  display: none; }

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