.title {
  /* default to none - since toggle moved to sidebar on non mobile */
  display: none;
  height: inherit;
}

@media (--phone-break-point) {
  .title {
    display: flex;
    align-items: center;
  }
}

.menuButton {
  border: none;
  font-size: var(--font-size-lg);
  color: var(--darkest-gray);
  background: transparent;
  height: inherit;
}

.menuButton:hover {
  opacity: var(--standard-see-through);
}
