.menu-style {
  position: absolute;
  font-size: 1.5em;
}

.menu-style:link,
.menu-style:visited {
  color: #fff;
  background: rgba(0, 0, 0, 1);
  border-radius: 4px;
  padding: .2em .4em;
}

.menu-style:hover,
.menu-style:active {
  color: #25B89A;
  background: rgba(0, 0, 0, .6);
}


.menuPanel {
  background: rgba(13, 13, 13, 0.4);
  z-index: 9999;
  position: fixed;
  left: -20.625em; /*or width of your navigation panel*/
  width: 20.625em; /*should match the above value*/
}

/* .panel ul {
  border-top: 2px solid #34495D;
}

.panel a {
  display: block;
  border-bottom: 2px solid #34495D;
  padding: 1em;
}

.panel a:link,
.panel a:visited {
  color: #fff;
}

.panel a:hover,
.panel a:active {
  background: #25B89A;
} */

.nav-icon {
  margin-right: 6px;
}