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

/* hyperlink text colour */
/* unvisited link */
a:link {
  color: #01767c;
}
/* visited link */
a:visited {
  color: #01767c;
}
/* Rollover hyperlink */
a:hover {
  color: white;
}
/* H2 size increase */
h2 {
  font-size: 1.6rem;
}
/*# sourceMappingURL=custom_12.css.map */