@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400);
#menu-button {
  position: absolute;
  top: 24.7px;
  right: 12px;
  display: block;
  width: 50px;
  height: 50px;
  background: #363636;
  border-radius: 5px;
  z-index: 200; }
  #menu-button:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    font-size: 44px;
    color: #FFF;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px; }
  #menu-button:hover {
    opacity: .8; }

#menu-button.on:after {
  content: "x"; }
#menu-button.on .hmi {
  display: none; }

.hmi {
  font-size: 30px;
  margin-top: 2px; }

#overlay {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 99;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  right: 0;
  left: 0; }

#overlay.open {
  display: block; }

#hamburger-menu {
  height: 0;
  width: 0;
  background: #363636;
  position: absolute;
  top: 17px;
  right: 80px;
  z-index: 101;
  overflow: hidden;
  border-radius: 5px; }
  #hamburger-menu nav {
    padding: 10px;
    z-index: 101;
    overflow-y: hidden;
    overflow-x: hidden; }
    #hamburger-menu nav a {
      display: block;
      padding: 20px;
      height: 1em;
      color: #CCC;
      font-size: 1em;
      line-height: 1em;
      text-decoration: none;
      overflow: hidden; }
      #hamburger-menu nav a:hover {
        cursor: pointer;
        color: #FFF;
        background: rgba(255, 255, 255, 0.02); }

/*# sourceMappingURL=hamburgermenu.css.map */
