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

/* D Firsching 12-14-2023 */
#g-hero {
  /* background-color: darkred;*/
  padding: 0 0 0 0;
  /* padding-top: 2rem; */
}
#g-hero .g-content {
  /* background-color: blue; */
  padding: 0;
}
/* D Firsching added 12-16-2024 */
/* to not show tagline below a certain size */
/* 960 is breakpoint for tablet - test it out */
/* added the style df-tagline in the custom code in the navigation bar particle */
@media (max-width: 960px) {
  .df-tagline {
    display: none;
  }
}
/*# sourceMappingURL=custom_28.css.map */