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

/* Lighten links in footer */
#g-footer a:link, #g-footer a:visited, #g-footer a:active {
  color: cyan;
}
#g-footer a:hover {
  color: LightSkyBlue;
}
/*Larger Menu text size*/
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  font-size: 1.5em;
}
/* Table */
tr:nth-child(even) {
  background-color: #dddddd;
}
/*# sourceMappingURL=custom_9.css.map */