/* 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-container-main {
  background-color: #5555ff;
  background-image: url('../images/bdobg.jpg');
  background-repeat: repeat;
  background-size: 100%;
  background-position: center top;
}
#g-container-main .g-container {
  background-color: #ffffff;
}
#g-page-surround {
  background-color: #5555ff;
  background-image: url('../images/bdobg.jpg');
  background-repeat: repeat;
  background-size: 100%;
  background-position: center top;
}
#g-mainbar {
  background: #ffffff;
  color: #424753;
  padding: 0;
}
h1, h2, h3 {
  margin: 0.25rem 0 0.5rem 0 !important;
  color: #004370;
}
.flow-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 1.5rem 0;
}
.flow-grid > div {
  padding: 1rem;
}
.flow-grid img {
  width: 100%;
  max-width: 100%;
  height: 200px;
  object-fit: contain;
  object-position: left top;
  display: block;
}
/*# sourceMappingURL=custom_13.css.map */