@media (max-width: 768px) {
  #mobileMenu {
    position: fixed;
    background: white;
    opacity: 0.0;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-transition: all 260ms ease-out;
    transition: all 260ms ease-out;
    display: none;
  }
  .fullOpacity {
    opacity: 1.0 !important;
    display: block !important;
  }
  #menuList {
    margin-top: 6em;
    cursor: default;
    overflow-y: auto;
  }
  #menuList .nav_wrapper {
    margin-left: 3em;
  }
  #menuList .nav_entry {
    margin-bottom: 1.3em;
    font-size: 1.2em;
    cursor: pointer;
  }
  .cancel {
    margin-top: 2em;
    opacity: 0.6;
  }
  #nav_header {
    margin-top: 1em;
    margin-bottom: 2em;
    font-size: 1.5em;
    font-weight: 600;
  }
  .fixedPosition {
    position: fixed;
  }
}
/*# sourceMappingURL=mobileMenu.css.map */