#appnav {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }
  #appnav h1 {
    display: none; }
  #appnav button {
    display: inline-block;
    font-weight: 400;
    color: #ebebef;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    position: relative;
    flex: 1 1 auto; }
    #appnav button :hover {
      color: #049090 !important;
      display: none; }
    #appnav button :focus {
      box-shadow: none !important; }
    #appnav button span {
      font-size: 12px;
      display: none !important; }

#sidenav {
  display: initial;
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px;
  min-height: 100vh;
  min-width: 250px;
  max-width: 250px;
  text-align: left; }
  #sidenav h1 {
    text-align: center;
    margin-bottom: 80px; }

.active {
  color: #900404; }

.active span {
  display: block !important; }

.active:hover {
  color: #900404 !important; }

.mixing-search {
  vertical-align: middle; }

@media (max-width: 760px) {
  #appnav h1 {
    display: none; } }
@media (min-width: 761px) {
  .navitem, .navitem span {
    font-size: 32px; }

  .navitem span {
    display: initial !important; } }

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