/********************************************************************/
/*                   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;
}

footer {
  background-color: #fff;
  min-height: auto;
  min-height: 90px;
  color: #000;
}

.footer-copyright {
  padding-top: 20px;
}

.footer-hours {
  padding-top: 20px;
}

.footer-logo {
  margin-top: 15px;
}

.footer-logo {
  height: 60px;
}

.footer-phone {
  font-size: 16px;
  font-weight: 600;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .footer-logo {
    margin-left: 20px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .footer-logo {
    margin-left: 10px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .footer-logo {
    margin-left: 0px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */

/*# sourceMappingURL=footer.css.map */
