/********************************************************************/
/*                   Author: Elysitek LLC                           */
/*                 Copyright 2023 Creative Commons                  */
/*             Attribution-NonCommercial-NoDerivatives              */
/*                     4.0 International License.                   */
/********************************************************************/
#contact {
  background: #264e58 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;
  }
}
/* 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;
  }
}
/* 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;
  }
}
/* 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 */
