html {
  height: 100%;
}
.bm-burger-button {
  cursor: pointer;
  height: 30px;
  left: 36px;
  position: absolute;
  top: 36px;
  width: 36px;
}
.bm-burger-button.hidden {
  display: none;
}
.bm-burger-bars {
  background-color: #373a47;
}
.line-style {
  height: 20%;
  left: 0;
  position: absolute;
  right: 0;
}
.cross-style {
  cursor: pointer;
  position: absolute;
  right: 2px;
  top: 12px;
}
.bm-cross {
  background: #bdc3c7;
}
.bm-cross-button {
  height: 24px;
  width: 24px;
}
.bm-cross-button.hidden {
  display: none;
}
.bm-menu {
  background-color: #3f3f41;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  padding-top: 60px;
  position: fixed;
  top: 0;
  transition: 0.5s;
  z-index: 1000;
}
.bm-menu-hidden {
  width: 0;
}
.bm-menu-show {
  width: 300px;
}
.bm-overlay {
  background: rgba(0, 0, 0, 0.3);
}
.bm-item-list {
  color: #b8b7ad;
  font-size: 20px;
  margin-left: 10%;
}
.bm-item-list > * {
  display: flex;
  padding: 0.7em;
  text-decoration: none;
}
.bm-item-list > * > span {
  color: #fff;
  font-weight: 700;
  margin-left: 10px;
}
