/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* Used throughout site  */
a {
  color: #ff0000;
  text-decoration: none;
}
a:hover, a:visited:hover {
  color: #FF2400;
  text-decoration: underline;
}
a:visited {
  color: #FF0800;
}
a:active, a:visited:active {
  color: #CC0000;
  text-decoration: underline;
}
a:focus, a:visited:focus {
  outline: 1px solid #FF2400;
  outline-offset: 2px;
}
/* Used in the 'Above' section  */
.special-large-line {
  font-size: 1.5em;
  /* Adjust size as needed */
  font-weight: bold;
}
/* Adjust 'Above' HCS text for mobiles  */
@media only all and (max-width: 767px) {
  /* Adjust for email address */
  /* Reduce padding on the main content container
  .g-container-main, g-container, g-main {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }
  .g-block {
        width: 100% !important;
    } */
  /* Adjust width on mobiles */
  .special-large-line {
    font-size: 1.2em;
    /* Adjust size as needed */
    font-weight: bold;
  }
  .special-small-line {
    font-size: 0.95em;
    /* Adjust size as needed */
  }
  .g-content {
    margin: 0rem;
    padding: 1rem;
  }
}
/*# sourceMappingURL=custom_14.css.map */