
.menu-button {
  border: 0;
  padding: 15px;
  /* border-radius: 50px; */
  /* margin: 0px; */
  width: auto;
  height: 60px; 
  background-color: #000;
  position: fixed;
  right: 0em;
  top: 10;
  z-index: 999999;
  outline: none;
  cursor: pointer;
}

.menu-button:hover,
.menu-button.active {
  /* background-color: #000; */
}

.menu-button:hover .menu-bar,
.menu-button.active .menu-bar {
  background-color: #fff;
}

.menu-button .menu-bar {
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: relative;
  margin: 4px 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}



#menu {
  position: fixed;
  display: flex;
  background-color: #080c10e6;
  width: 100%;
  height: 0%;
  z-index: 89;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}

.menu-nav {
  list-style: none;
  /* margin: 0; */
  text-align: left;
  font-size: 1.4em;
  /* position: absolute;
  top: 100px; */
  /* right: 0em; */
  /* -webkit-transform: translate(-10%, -40%); */
  /* transform: translate(0%, 0%);*/
}


.menu-nav a {
  text-decoration: none;
  color: #fff;
  padding: 10px;
  display: block;
  line-height: 1.1em;
  opacity: 0;
}

.menu-nav a:hover {
  color: #fff;
  font-weight: bold;
  padding-left: 1em;
}


/* ////////////////////// */


