/* 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: #333333;
  background-image: url('../../../../images/bond3.jpg');
  background-repeat: repeat;
  background-size: 100%;
  background-position: center top;
}
#g-container-main .g-container {
  background-color: #333333aa;
}
#g-page-surround {
  background-color: #333333;
  background-image: url('../images/bdobg.jpg');
  background-repeat: repeat;
  background-size: 100%;
  background-position: center top;
}
#g-mainbar {
  background: #333333aa;
  color: #ffffff;
  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: 1rem;
  margin: 1rem 0;
}
.flow-grid > div {
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.flow-grid img {
  max-width: 100%;
  height: auto;
  display: block;
}
a.btn.btn-secondary {
  background-color: transparent;
  color: #c8ccd0;
  border: 1px solid #c8ccd0;
  border-radius: 2px;
  font-family: Lato, Helvetica, Tahoma, Geneva, Arial, sans-serif;
  font-size: 12.8px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 46px;
  transition: all 0.25s ease;
  cursor: pointer;
}
a.btn.btn-secondary:hover, a.btn.btn-secondary:focus {
  background-color: #c8ccd0;
  color: #0a0a0a;
  border-color: #c8ccd0;
  box-shadow: 0 0 12px rgba(200, 204, 208, 0.4);
  text-decoration: none;
}
/*# sourceMappingURL=custom_13.css.map */