*{
    font-family: "Eina", sans-serif !important;
}
.nav-hide-home{
    display: none;
  }
  .nav-show-home{
    display: block !important;
  }
  .hide { margin-top: -60px;display: none; } .show { margin-top: 0px;display: block;
  }
  .navbar-fixed-top{
  background-color: #fff; 
  }
  @media screen and (max-width:991px){
  .navbar-fixed-top{
  display: none;
  
  }
  .navbar-fixed-top.scrolled {
  display: block !important;
  z-index: 999;
  background-color: #fff;
  }
  .mobile-center-logo.scrolled{
  display: none;
  } 
  }
  a:hover{
  color: #0a3a32 !important;
  }
  .zoa-btn{
    background: #000000 !important;
}
.zoa-btn:hover{
    background: #0a3a32 !important;
    outline: none !important;
    border-color: #0a3a32 !important;
}