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

@charset "UTF-8";
/* === EDGE-TO-EDGE TOP BAR - FINAL VERSION === */
#g-top, #g-top .g-section, #g-top .g-container, #g-top .g-content, #g-top .g-grid {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}
#g-top .g-grid {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 0 !important;
}
#g-top .g-block {
  padding: 0 !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
}
/* Breathing room (adjust if you want them tighter) */
.top-logo-left {
  margin-left: 20px !important;
}
.top-logo-right {
  margin-right: 20px !important;
}
/* Logo sizing */
.top-logo-left video, .top-logo-right video, .g-logo img {
  max-height: 65px !important;
  /* ← change this number to make logos bigger/smaller */
  width: auto !important;
}
/*# sourceMappingURL=custom_63.css.map */