/********************************************************************/
/*                   Author: Elysitek LLC                           */
/*                   Owner: Cooper | Tierney                        */
/*                 Copyright 2025 Creative Commons                  */
/*             Attribution-NonCommercial-NoDerivatives              */
/*                     4.0 International License.                   */
/********************************************************************/
/********************************************************************/
/*                   Author: Elysitek LLC                           */
/*                   Owner: Cooper | Tierney                        */
/*                 Copyright 2025 Creative Commons                  */
/*             Attribution-NonCommercial-NoDerivatives              */
/*                     4.0 International License.                   */
/********************************************************************/
.animate__delay-half-s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.text-align-justify {
  text-align: justify;
}

.mobile-menu {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  height: 100%;
  width: 100%;
  padding-top: 10px;
  background-color: #344b5b;
  z-index: 9000;
  text-align: center;
}

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

.mobile-menu-logo {
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

.mobile-menu-logo > img {
  height: 40px;
  filter: invert(1);
  margin-left: 20px;
}

.mobile-menu-phone {
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 30px;
  font-size: 16pt;
  color: #fff;
}

.mobile-menu-nav-target,
.mobile-menu-nav-target:hover,
.mobile-menu-nav-target > a {
  display: block;
  padding: 40px 20px;
  font: normal normal bold;
  font-weight: 500;
  font-size: 22px;
  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 */
