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

/* ===============================
   Gantry 5 Helium - Custom Styling
   Tramspotting
   =============================== */
/* ===============================
   Fading background slideshow
   =============================== */
/* ===============================
   Fading background slideshow
   =============================== */
html, body {
  min-height: 100%;
  background: transparent !important;
}
/* Background layers created by JavaScript */
.tram-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
}
/* Visible background layer */
.tram-bg.visible {
  opacity: 1;
}
/* Put Gantry website above the background */
#g-page-surround {
  position: relative;
  z-index: 2;
  background: transparent !important;
}
/* Keep main Gantry sections transparent */
#g-navigation, #g-header, #g-container-main, #g-mainbar, #g-main, #g-main .g-container, #g-container-main .g-container, #g-mainbar .g-content {
  background: transparent !important;
}
/* ===============================
   Navigation spacing
   =============================== */
#g-navigation {
  padding: 12px 0;
}
#menu-6409-particle {
  padding: 16px 24px 0 0;
}
/* ===============================
   Right align menu
   =============================== */
#g-navigation .g-main-nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
#g-navigation .g-main-nav .g-toplevel {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 0;
}
#g-navigation .g-main-nav .g-toplevel > li {
  margin: 0;
  padding: 0;
}
/* ===============================
   Menu buttons
   =============================== */
#g-navigation .g-main-nav .g-menu-item-container {
  position: relative;
  overflow: hidden;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: max-content !important;
  max-width: none !important;
  padding: 10px 36px !important;
  border-radius: 999px;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.2px;
  white-space: nowrap !important;
  background: linear-gradient(180deg, #b05dff 0%, #8a2ce6 45%, #6420ad 100%);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.35), inset 0 -2px 0 rgba(0, 0, 0, 0.14), 0 4px 10px rgba(0, 0, 0, 0.18);
  transition: background 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}
/* Subtle button highlight */
#g-navigation .g-main-nav .g-menu-item-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  pointer-events: none;
}
#g-navigation .g-main-nav .g-menu-item-content, #g-navigation .g-main-nav .g-menu-item-title {
  position: relative;
  z-index: 1;
  display: inline-block !important;
  width: auto !important;
  min-width: max-content !important;
  max-width: none !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}
/* Current page */
#g-navigation .g-main-nav .active > .g-menu-item-container, #g-navigation .g-main-nav .current > .g-menu-item-container {
  background: linear-gradient(180deg, #836ac8 0%, #6954b2 45%, #4f3d88 100%);
  transform: none !important;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 3px 8px rgba(0, 0, 0, 0.16);
}
/* Hover */
#g-navigation .g-main-nav .g-menu-item-container:hover, #g-navigation .g-main-nav .active > .g-menu-item-container:hover, #g-navigation .g-main-nav .current > .g-menu-item-container:hover {
  color: #ffffff !important;
  transform: none !important;
  background: linear-gradient(180deg, #d05dff 0%, #a424ff 45%, #7616c7 100%) !important;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.45), inset 0 -2px 0 rgba(0, 0, 0, 0.12), 0 6px 14px rgba(0, 0, 0, 0.28);
}
/* ===============================
   Tram logo
   =============================== */
#custom-5633-particle {
  text-align: right;
  padding: 14px 24px 0 0;
}
#custom-5633-particle img {
  max-width: 150px;
  height: auto;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.18));
}
/* ===============================
   Mobile tidy-up
   =============================== */
@media only all and (max-width: 48rem) {
  #g-navigation .g-main-nav {
    justify-content: center;
  }
  #g-navigation .g-main-nav .g-toplevel {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  #g-navigation .g-main-nav .g-menu-item-container {
    font-size: 16px;
    padding: 9px 20px !important;
  }
  #menu-6409-particle, #custom-5633-particle {
    padding-right: 16px;
    text-align: center;
  }
}
/* Reduce gap between navigation and content */
#g-container-main {
  padding-top: 24px !important;
  margin-top: 0 !important;
}
#g-mainbar {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
#g-mainbar > .g-grid, #g-mainbar .g-block, #g-mainbar .g-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.float-end a[href*="task=article.edit"] {
  display: none !important;
}
/* Tighten main article text layout */
#g-mainbar .g-content, #g-mainbar .item-page, #g-mainbar .blog-featured {
  font-size: 16px;
  line-height: 1.35;
}
/* Reduce paragraph spacing */
#g-mainbar p {
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1.35;
}
/* Reduce <br> spacing effect */
#g-mainbar br {
  line-height: 1;
}
/* Tighten the main content panel */
#g-mainbar .platform-content {
  padding-top: 0;
}
/* If your article content is inside .blog-item */
#g-mainbar .blog-item, #g-mainbar .item-content {
  line-height: 1.35;
}
html, body {
  height: 100%;
  min-height: 100%;
}
body {
  min-height: 100vh;
}
#g-page-surround {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#g-mainbar {
  flex: 1 0 auto;
}
#g-footer {
  margin-top: auto;
}
#g-footer {
  padding: 10px !important;
  text-align: center;
}
#g-footer .g-content {
  padding: 4px 0 !important;
  margin: 0 !important;
  line-height: 1.2;
}
#g-container-main .platform-content.container {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#g-mainbar .g-content {
  margin: 0 !important;
  padding: 0 !important;
}
#g-container-main .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#g-container-main .col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*# sourceMappingURL=custom_16.css.map */