@font-face {
    font-family: Carattere;
    src: url('../font/galliard.ttf');
    src: url('../font/galliard.svg');
    src: url('../font/galliard.otf');
}

* {
  font-family: Carattere, serif;
  -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: 5px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #061136;
}

.mid-menu {
  top: 13px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #061136;
}

.bottom-menu {
  top: 21px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #061136;
}

.menui {
  background: #061136;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  margin-top: 10px;
  position: absolute;
}

.icon {
  z-index: 9999;
  position: fixed;
  display: block;
  padding: 9px;
  height: 32px;
  width: 32px;
  margin: 0px;
  top: 6vh;
  right: 4vw;
}

.mobilenav {
  font-family: Carattere, serif;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #061136;
}

.mobilenav li {
  list-style-type: none;
  text-align: left;
  padding: 10px 10px 10px 150px;

}

.mobilenav li a {
  font-size: 5em;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  width: 100%;
  left: 29vw;
  font-family: Carattere, serif;
}

.mobilenav li:first-child {
  margin-top: 15vh;
}

@media (max-width: 768px) {
  .mobilenav li a {
    font-size: 2.5em;
    font-family: Carattere, serif;
  }

  .mobilenav li {
  padding-left: 50px;

}
}