.nav-button-bvff {
  position: relative;
  display: block;
  width: 30px;
  height: 19px;
  top: -25px;
  right: -25px;
  justify-content: center;
  z-index: 1;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  border-radius: 0;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  background: #aaa;
  transition: 0.3s;
}

.icon-bar + .icon-bar {
  margin-top: 5px;
}

.menu {
  background: rgba(81, 107, 72, 0.9019607843);
  width: 150px;
  height: 423px;
  z-index: 100;
  position: fixed;
  top: -354px;
  right: -70px;
  -webkit-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  color: #222;
  border-radius: 0 0 0 10px;
}
.menu .nav-button-bvff {
  transition: 0.3s;
}
.menu:hover, .menu:focus {
  transform: translate3d(-70px, 354px, 0);
  /*animation-timing-function: 1s ease-in;*/
}
.menu:hover .nav-button-bvff, .menu:focus .nav-button-bvff {
  width: 95px;
}
.menu .nav-bvff {
  display: block;
  color: white;
  margin-top: 10px;
  position: relative;
  font-weight: 100;
}
.menu .nav-bvff li {
  padding-bottom: 30px;
  list-style-type: none;
}
.menu .nav-bvff li a {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.menu .nav-bvff li a:hover {
  color: #aaa;
}

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