/********************************************************************/
/*                   Author: Elysitek LLC                           */
/*                 Copyright 2023 Creative Commons                  */
/*             Attribution-NonCommercial-NoDerivatives              */
/*                     4.0 International License.                   */
/********************************************************************/
.mobile-menu {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  height: 100%;
  width: 100%;
  padding-top: 20px;
  background-color: black;
  z-index: 9000;
  text-align: center;
}

.mobile-menu-close {
  padding: 0px;
}

.mobile-menu-nav-target,
.mobile-menu-nav-target:hover,
.mobile-menu-nav-target > a {
  display: block;
  padding: 40px 20px;
  font: normal normal bold 16px/12px Helvetica;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid #FFF;
  transition: all 0.3s;
}

/*# sourceMappingURL=mobile-menu.css.map */
