/* 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";
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 1.9rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.15rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 0.85rem;
}
small {
  font-size: 0.875rem;
}
cite {
  font-size: 0.875rem;
}
sub, sup {
  font-size: 0.75rem;
}
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
html, body {
  height: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background: url('../../../../struthoff/images/background/blueprint.svg') no-repeat center center/cover fixed !important;
}
/* Force only the #g-page-surround (VERY OUTERMOST wrapper) to fill viewport height */
#g-page-surround {
  background: transparent !important;
  min-height: 100vh !important;
  /* ensures full page, even if little content */
}
/* Keep these just for transparency—do NOT force width/min-height on all other wrappers! */
#g-page-background, #g-page-body, .g-container, .g-main, .g-wrapper, .g-content, .section {
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}
body .darkblue-box {
  background: #2d507a !important;
  color: #fff !important;
  text-shadow: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 2rem 1.5rem !important;
  border-radius: 12px !important;
  font-size: 24px;
  margin-top: 10px;
}
body .darkblue-box * {
  color: #fff !important;
  text-shadow: none !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  /* Prevent children from having white backgrounds */
}
.jl-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1vw;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  /* Optional: add height for vertical centering */
  height: 100px;
  /* Adjust as needed */
}
.jl-logo svg {
  display: block;
  max-width: 100%;
  height: auto;
}
/* --- Gantry 5 Main Menu Font Size --- */
.g-menu-item-content {
  font-size: 24px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*# sourceMappingURL=custom_331.css.map */