.top-nav#section-panels {
  background-color: #005000;
}
#timerContainer {
  position: relative;
  z-index: 1;
}
#menu-nav .btn {
  margin-bottom: 5px;
}

#timerContainer h1.game-title {
  top: 0px;
}
#nav-options {
  display: inline-block;
}
#nav-options .btn {
  margin-left: 8px;
}
#menu-link-settings,
#menu-link-help {
  display: none;
}
#panel-play {
  height: 95vh;
  display: block !important;
  position: relative;
  top: -50px;
  width: calc(100vw - 410px);
}

/* Make space for the adhesion ad on mobile screens */
@media (max-width: 430px) {
  #panel-play {
    height: 80vh;
  }
}

@media (max-width: 919px) {
  #panel-play {
    /* Prevent the canvas from getting too large on mobile screens  */
    width: 100vw;
  }
}

@media (max-width: 919px) and (max-height: 420px) {
  #panel-play {
    min-height: unset;
    width: 100%;
  }

  #timerContainer {
    width: 100%;
    font-size: 0.6em;
  }
  #menu-nav .btn {
    font-size: 1.2em !important;
  }
}
