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

#intro {
  background-color: #344b5b;
  position: relative;
  min-height: 400px;
  padding-bottom: 120px;
}

.about-description {
  font-size: 22px;
}

.about-title {
  color: #344b5b;
  font-size: 42px;
  font-weight: 500;
}

.about-wrapper {
  padding-left: 300px;
}

.entire-about-wrapper {
  margin-top: -12px;
}

.text-panel {
  height: 500px;
  background-color: #fff;
  margin-top: -50px;
}

.welcome-home-image-wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
}

.welcome-home-image-wrapper > img {
  max-height: 100%;
  max-width: 100%;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .about-description {
    font-size: 15px;
  }
  .about-title {
    font-size: 22px;
  }
  .about-wrapper {
    padding-left: 20px;
  }
  .welcome-home-image {
    height: 160px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .about-description {
    font-size: 15px;
  }
  .about-title {
    font-size: 22px;
  }
  .about-wrapper {
    padding-left: 20px;
  }
  .welcome-home-image {
    height: 230px;
  }
  .welcome-home-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .about-description {
    font-size: 15px;
  }
  .about-title {
    font-size: 22px;
  }
  .about-wrapper {
    padding-left: 20px;
  }
  .welcome-home-image {
    height: 130px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .about-description {
    font-size: 16px;
  }
  .about-title {
    font-size: 26px;
  }
  .about-wrapper {
    padding-left: 40px;
  }
  .welcome-home-image {
    height: 180px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .about-description {
    font-size: 17px;
  }
  .about-title {
    font-size: 30px;
  }
  .about-wrapper {
    padding-left: 60px;
  }
  .welcome-home-image {
    height: 240px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1400px) {
  .about-description {
    font-size: 18px;
  }
  .welcome-home-image-wrapper {
    display: flex;
    justify-content: end;
    align-items: center;
  }
}

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