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

html,
body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

section {
  min-height: 30%;
  min-height: 30vh;
  padding-bottom: 100px;
}

.hr-accent {
  height: 2px;
  width: 100%;
  background-color: #1c241c;
  margin: 10px 0px;
}

.hr-secondary {
  height: 2px;
  width: 100%;
  background-color: #acaca4;
  margin: 10px 0px;
}

.hr-white {
  height: 2px;
  width: 100%;
  background-color: #fff;
  margin: 10px 0px;
}

.rotate {
  -webkit-animation: rotation 2s linear infinite;
  -moz-animation: rotation 2s linear infinite;
  -ms-animation: rotation 2s linear infinite;
}

.section-title {
  margin-top: 30px;
  font-size: 36px;
}

.show-on-visible {
  visibility: hidden;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotation {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes rotation {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}

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