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

.g-main-nav, .g-navbar .g-navbar-nav {
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
}
body {
  font-size: 18px;
  /* Inherits the root size */
}
/* Change H1 line height */
h1 {
  line-height: 1.2;
}
/* Change H2 line height */
h2 {
  line-height: 1.2;
}
/* Change H3 line height */
h3 {
  line-height: 1.2;
}
/* Change H4 line height */
h4 {
  line-height: 1.2;
}
/* Change P line height */
p {
  line-height: 1.5;
}
/* Change div line height */
div {
  line-height: 1.5;
}
/* Change Li line height */
li {
  line-height: 1.5;
}
h1 {
  text-wrap: balance;
  /* Often paired with a max-width to ensure wrapping occurs */
}
h2 {
  text-wrap: balance;
  /* Often paired with a max-width to ensure wrapping occurs */
}
h3 {
  text-wrap: balance;
  /* Often paired with a max-width to ensure wrapping occurs */
}
p {
  text-wrap: balance;
  /* Often paired with a max-width to ensure wrapping occurs */
}
li::marker {
  color: #44a39d;
  /* Changes only the bullet color */
}
/* Bold numbers in an ordered list */
ol li::marker {
  font-weight: bold;
}
/* Bold bullets in an unordered list */
ul li::marker {
  font-weight: bold;
}
/*# sourceMappingURL=custom.css.map */