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

#home {
  height: calc(100vh - 50px);
  width: 100vw;
  margin-top: 100px;
  padding-bottom: 0px;
  background-color: #344b5b;
}

.home-image {
  height: calc(100vh - 50px);
}

.home-overlay-text {
  color: #fff;
  font-size: 34px;
}

.home-overlay-wrapper {
  position: absolute;
  bottom: 8%;
  right: 50px;
  text-align: center;
  padding: 30px 100px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.3);
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  #home {
    margin-top: 68px;
  }
  .home-image {
    margin-left: -580px;
  }
  .home-overlay-text {
    font-size: 18px;
  }
  .home-overlay-text > span {
    font-size: 12px !important;
  }
  .home-overlay-wrapper {
    padding: 15px 35px;
    width: 80vw;
    left: 50%;
    right: none;
    transform: translate(-50%, -50%);
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  #home {
    margin-top: 68px;
  }
  .home-image {
    margin-left: -400px;
  }
  .home-overlay-text {
    font-size: 18px;
  }
  .home-overlay-wrapper {
    padding: 20px 60px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  #home {
    margin-top: 68px;
  }
  .home-image {
    margin-left: -400px;
  }
  .home-overlay-text {
    font-size: 20px;
  }
  .home-overlay-wrapper {
    padding: 20px 50px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  #home {
    margin-top: 80px;
  }
  .home-image {
    margin-left: -300px;
  }
  .home-overlay-text {
    font-size: 22px;
  }
  .home-overlay-wrapper {
    padding: 20px 50px;
  }
}
@media only screen and (min-width: 1100px) {
  #home {
    margin-top: 87px;
  }
  .home-image {
    width: 100vw;
    margin-left: 0px;
  }
  .home-overlay-wrapper {
    bottom: 10%;
    right: 50px;
    transform: none;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1500px) {
  .home-overlay-text {
    font-size: 28px;
  }
  .home-overlay-wrapper {
    padding: 25px 80px;
  }
}

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