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

#contact {
  background-color: #acaca4;
  margin-top: 50px;
}

.contact-panel {
  background-color: #344b5b;
  margin-top: -50px;
  padding-bottom: 50px;
}

.google-maps-link {
  width: 100%;
}

.submit-button {
  background-color: #fff !important;
  border: 2px solid green !important;
  transition: all 0.2s linear;
}

.submit-button:hover {
  background-color: green !important;
  color: #fff;
}

.text-white-muted {
  color: rgba(255, 255, 255, 0.6);
}

/*********************************************/
#contact-us {
  background: #344b5b 0% 0% no-repeat padding-box;
  min-height: 150px;
  font: normal normal normal 10px/20px Arial;
  letter-spacing: 0px;
  color: #ffffff;
  padding-bottom: 50px;
}

.contact-service-link {
  color: #fff;
  display: block;
  text-decoration: none;
}

.contact-service-link:hover {
  color: #fff;
  text-decoration: underline;
}

.contact-social-media-icons,
.contact-social-media-icons:hover {
  font-size: 14pt;
  padding-right: 20px;
  color: #fff;
  text-decoration: none;
  padding-left: 40px;
}

.elysitek-copyright {
  text-align: right;
  padding-right: 25px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .contact-social-media-icons {
    font-size: 22pt;
  }
  .contact-social-media-icons-container {
    margin-top: 25px;
    padding-right: 0px !important;
    text-align: center;
  }
  .google-maps-link {
    margin-left: -6.5px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .contact-social-media-icons {
    font-size: 22pt;
  }
  .contact-social-media-icons-container {
    margin-top: 25px;
    padding-right: 0px !important;
    text-align: center;
  }
  .google-maps-link {
    margin-left: -7.2px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .contact-social-media-icons {
    font-size: 14pt;
    padding-left: 0px;
  }
  .contact-social-media-icons-container {
    margin-top: 0px;
    padding-left: 20px;
    text-align: right;
  }
  .google-maps-link {
    margin-left: 0px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .contact-social-media-icons {
    font-size: 14pt;
    padding-left: 0px;
  }
  .contact-social-media-icons-container {
    margin-top: 0px;
    padding-left: 20px;
    text-align: right;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .contact-social-media-icons {
    font-size: 14pt;
  }
  .contact-social-media-icons-container {
    margin-top: 0px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1500px) {
  .contact-social-media-icons {
    font-size: 14pt;
  }
  .contact-social-media-icons-container {
    margin-top: 0px;
  }
}

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