 /* auto hide menu on mobile */
.hidden { display: none; }
  
.large-button {
  width: 100%;
  height: 100%;
  font-size: 45px;
  color: white;
  background-color: #222222;
  box-shadow: inset 0 0 14px 0 #666;
}

/* mobile menu settings */
.mobilemenu {
  background-color: #222222;
  border-collapse: collapse;
  border: 2px solid white;
  border-top: 0;
  border-left: 1;
  border-bottom: 0;
  border-right: 1;
  box-shadow: inset 0 0 14px 0 #666;
  text-shadow: 2px 2px #500101;
  height: 75px;
  font-size: 50px;
}

