/* 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-toplevel > li {
  margin-left: 10px;
  /* Adds space to the left of each item */
  margin-right: 10px;
  /* Adds space to the right of each item */
}
#g-container-main .g-content, #g-container-main .g-grid, #g-container-main .g-block, #g-container-main article.item {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* Remove ALL spacing inside the header */
#g-header, #g-header .g-container, #g-header .g-grid, #g-header .g-block, #g-header .g-main-nav, #g-header .g-main-nav .g-container, #g-header .g-main-nav .g-grid {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
/* Style the blog item on category/blog pages */
#g-mainbar {
  background: #E0DBE4FF !important;
  color: #13091BFF !important;
  padding: 2rem !important;
  border-radius: 0.5rem;
}
#g-header-navigation {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.g-main-nav {
  position: relative;
}
.g-main-nav .g-standard-dropdown-panel, .g-main-nav .g-grid-dropdown {
  position: absolute;
}
.btn-donate {
  display: inline-block;
  background: #3a1a52;
  /* purple */
  color: #ffffff;
  /* white text */
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #3a1a52;
  /* match border to background */
  transition: 0.2s ease-in-out;
}
.btn-donate:hover {
  background: transparent;
  color: #3a1a52;
  border-color: #000000;
}
.box-outline.moduletable, .box-outline.widget, .box-outline.g-outer-box, .box-outline > .g-content {
  border: 1px solid #3A1A52;
}
/*# sourceMappingURL=custom_15.css.map */