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

/*-----
Font
-----*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "PT Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
body {
  font-size: 0.9rem;
}
p {
  margin: 0 0 1rem 0;
}
h1 {
  font-size: 1.8rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.3rem;
}
h4 {
  font-size: 1.2rem;
}
h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: bold;
}
#g-footer {
  padding-bottom: 150px !important;
}
#g-footer .g-toplevel a span, #g-footer .g-toplevel a {
  color: white !important;
}
#g-footer .g-toplevel a:hover span, #g-footer .g-toplevel a:hover {
  color: #1d377b !important;
  transition: all ease-in 0.5s !important;
}
@media screen and (min-width: 768px) {
  .g-grid {
    justify-content: space-between;
  }
  .size-50 {
    flex: 0 48%;
    width: 48%;
  }
  .size-70 {
    flex: 0 68%;
    width: 68%;
  }
  .size-30 {
    flex: 0 28%;
    width: 28%;
  }
}
/*# sourceMappingURL=custom_9.css.map */