* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}

.top-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mid-animate {
  opacity: 0;
}

.bottom-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.top-menu {
  top: 12px;
  width: 30px;
  height: 3px;
  border-radius: 10px;
  background-color: #F9A530;
}

.mid-menu {
  top: 15px;
  width: 30px;
  height: 3px;
  border-radius: 10px;
  background-color: #F9A530;
  display: none;
}

.bottom-menu {
  top: 22px;
  width: 30px;
  height: 3px;
  border-radius: 10px;
  background-color: #F9A530;
}

.menui {
  background: #000 !important;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  margin-top: 10px;
  position: absolute;
  z-index: 999;
}


.mobilenav {
  font-family: inherit;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
}

.mobilenav li {
  list-style-type: none;
  text-align: center;
  padding: 5px;
}

.mobilenav li a {
  font-size: 25px;
  color: #000;
  text-decoration: none;
  font-weight: 800;
  width: 100%;
}

.mobilenav li:first-child {
  margin-top: 30px;
}

.mobilenav .socials a{
  width: 35px;
  height: 35px;
  display: inline-block;
}
.mobilenav li a:hover {
  text-decoration: underline;
}


