
body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background: #ffffff;
  background-color: #1c1c1c;
  height: auto;
  min-height: 100vh;
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }

p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a {
  font-family: "erbaum", sans-serif;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }



.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.top-bar {
  padding: .5rem 0;
  background: #1c1c1c; }
  .top-bar a {
    color: #fff; }

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  padding: 1rem; }
  @media (max-width: 991.98px) {
    .site-navbar {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .site-navbar .toggle-button {
    position: absolute;
    right: 0px; }
  .site-navbar .site-logo {
    position: absolute;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 3; }
    @media (max-width: 991.98px) {
      .site-navbar .site-logo {
        float: left;
        position: relative; } }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #1c1c1c !important; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        margin-left: 15px;
        margin-right: 15px;
        padding: 20px 0px;
        color: #fff !important;
        display: inline-block;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #1c1c1c; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #1c1c1c;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff; /* THIS IS THE SECONDARY DROP DOWN COLOR I WAS LOOKING FOR */ 
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #004E98;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000 !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #007bff !important;
            background: #f8f9fa; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f8f9fa;
              color: #ced4da; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f8f9fa;
            color: #ced4da; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #007bff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #ced4da; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .nav-link.active {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    background: #1c1c1c; } /* MAIN HEADER BAR COLOR */
    .sticky-wrapper .site-navbar .site-logo a {
      color: rgba(255, 60, 56, 1); }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(255, 255, 255, 0.7) !important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #004E98 !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: rgba(255, 60, 56, 1);
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #007bff; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: #007bff !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    @media (max-width: 991.98px) {
      .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important; } }

/* top bar from your code */
/* ===== Gallery Section ===== */
.gallery {
  padding: clamp(36px, 6vw, 80px) 0;
  background: linear-gradient(180deg, rgba(255,255,255,1) 1%, rgba(255,60,56,1) 99%);
  color: #e5e7eb; /* light text on dark cards below */
}

.gallery-head {
  text-align: center;
  margin-bottom: clamp(18px, 3vw, 28px);
  color: #000;
}
.gallery-head h2 {
  font-family: "erbaum", sans-serif;
  
  margin: 0 0 6px 0;
  font-size: clamp(22px, 3.4vw, 36px);
}
.gallery-head p {
  font-family: "erbaum", sans-serif;
  margin: 0;
  color: #000;
  font-size: clamp(14px, 1.4vw, 18px);
}

/* Grid */
.gallery-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: clamp(12px, 2vw, 20px);
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 900px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 580px) {
  .gallery-grid { grid-template-columns: 1fr; }
}

/* Card (dark theme) */
.gallery-item {
  position: relative;
  background: #262626;            /* dark gray card */
  border: 1px solid #3a3a3a;      /* subtle edge */
  border-radius: 16px;
  padding: 10px;
  overflow: hidden;
  display: grid;
  gap: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,.15);
}

/* Image: equal-height area, never crops */
.gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;            /* unified tile height; change if you prefer */
  object-fit: contain !important; /* key: no cropping */
  display: block;
  border-radius: 12px;
  background: #262626;            /* dark letterbox behind transparent PNGs */
}

/* Caption */
.gallery-item figcaption {
  font-family: "erbaum", sans-serif;
  margin: 0;
  color: #e5e7eb;                 /* light caption on dark card */
  font-size: 14px;
}

/* --- Removed features (keep this block to be explicit) --- */
/* No "View" button */
.view-btn { display: none !important; }
/* No modal / dialog preview */
.gallery-modal,
.gallery-modal::backdrop,
.modal-caption,
.modal-close { display: none !important; }

/* Optional container helper if you don't have one already */
.container {
  width: min(1100px, 92vw);
  margin-inline: auto;
}

/* --- NAV LOGO SIZING --- */
:root { --nav-logo-h: 52px; }       /* tweak this height to taste */

.site-navbar .site-logo{
  display: flex;
  align-items: center;
  gap: .5rem;
  height: var(--nav-logo-h);        /* defines the “lane” the logo must fit in */
}

.site-navbar .site-logo img#smallLogo{
  max-height: 100%;                 /* fit inside the lane */
  height: auto;
  width: auto;                      /* prevent stretching */
  display: block;
  object-fit: contain;
}

/* Smaller logo on mobile */
@media (max-width: 991.98px){
  :root { --nav-logo-h: 40px; }
}

/* ===== Footer (mobile-tuned) ===== */
.lp-footer{
  --lp-accent: #ff3c38;
  --lp-blue: #004E98;
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(255,60,56,.10) 0%, rgba(255,60,56,0) 60%)
    #0f0f10;
  color:#e5e7eb;
  border-top: 3px solid var(--lp-accent);
  font-size: clamp(.95rem, .25vw + .9rem, 1rem);
}

.lp-footer a{ color:#e5e7eb; }
.lp-footer a:hover{ color:#fff; text-decoration: underline; }

/* Inner layout */
.lp-footer__inner{
  display:grid;
  grid-template-columns: 1.2fr .8fr .9fr; /* brand | links | contact */
  gap: clamp(18px, 3vw, 40px);
  padding: clamp(28px, 6vw, 56px) 0;
  padding-inline: clamp(16px, 4vw, 24px); /* ensures side padding on narrow screens */
}

.lp-footer__logo img{
  height: clamp(34px, 6vw, 44px);
  max-width: 240px;
  object-fit: contain;
  display:block;
}

.lp-footer__tagline{
  margin: 10px 0 16px 0;
  color:#cbd5e1;
  line-height:1.55;
}

.lp-footer__cta .btnAbout-request{
  padding: 12px 20px;
  box-shadow: none;
  font-size: clamp(.95rem, .2vw + .9rem, 1rem);
}

/* Section titles + lists */
.lp-footer__title{
  font-family: "erbaum", sans-serif;
  font-size: clamp(.9rem, .2vw + .85rem, .95rem);
  letter-spacing:.08em;
  text-transform: uppercase;
  color:#fff;
  margin: 4px 0 12px 0;
}

.lp-footer__list{
  list-style:none;
  margin:0; padding:0;
  display:grid;
  gap:.6rem;
  line-height:1.45;
}

/* Contact rows */
.lp-footer__contact-list li{
  display:flex; align-items:center; gap:.6rem;
  min-height: 44px; /* touch target */
}
.lp-footer__contact-list span{ color: var(--lp-accent); }

/* Back to top */
.lp-to-top{
  margin-top: 14px;
  background: var(--lp-blue);
  color:#fff;
  border:0;
  border-radius: 9999px;
  padding:.6rem 1rem;
  width: fit-content;
  cursor:pointer;
  transition:transform .12s ease, background-color .15s ease;
}
.lp-to-top:hover{ transform: translateY(-1px); background:#1c1c1c; }

/* Bottom bar */
.lp-footer__bottom{
  border-top:1px solid rgba(255,255,255,.08);
  padding: 12px 0;
  background: #0b0b0c;
  color:#a3a3a3;
  font-size: clamp(.9rem, .2vw + .85rem, .95rem);
}
.lp-footer__bottom-inner{
  display:flex; align-items:center; justify-content:space-between;
  gap: .75rem; flex-wrap: wrap;
  padding-inline: clamp(16px, 4vw, 24px);
}
.lp-legal{ list-style:none; display:flex; gap:1rem; margin:0; padding:0; }
.lp-legal a{ color:#a3a3a3; }
.lp-legal a:hover{ color:#fff; }

/* ====== Responsive polish ====== */

/* Tablet and down: stack and center, keep nice gutters */
@media (max-width: 980px){
  .lp-footer__inner{
    grid-template-columns: 1fr;
    text-align:center;
  }
  .lp-footer__brand,
  .lp-footer__nav,
  .lp-footer__contact{ max-width: 640px; margin-inline:auto; }

  .lp-footer__contact-list li{ justify-content:center; }
  .lp-footer__cta .btnAbout-request{ margin-inline:auto; }
  .lp-footer__bottom-inner{ justify-content:center; text-align:center; }
}

/* Phones: make links 2 columns, CTA full width, bigger spacing */
@media (max-width: 640px){
  .lp-footer__list{ gap:.75rem; }
  .lp-footer__nav .lp-footer__list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
    text-align:center;
  }
  .lp-footer__cta .btnAbout-request{
    width: 100%;
    padding: 14px 18px;
    border-radius: 9999px;
  }
}

/* Very small phones: tighten logo and paddings */
@media (max-width: 420px){
  .lp-footer__inner{ padding-block: 24px; }
  .lp-footer__logo img{ height: 32px; }
  .lp-footer__tagline{ font-size:.95rem; }
  .lp-footer__bottom{ padding: 10px 0; }
}

/* Shared button tokens (if not already defined on this page) */
:root{
  --btn-bg: #0ea5e9;
  --btn-bg-hover: #0284c7;
  --btn-text: #ffffff;
  --btn-ring: #93c5fd;
  --btn-shadow: 0 6px 16px rgba(2,132,199,.35);
}

/* Base style, strong enough to beat Bootstrap's .btn */
.btnAbout-request,
.btn.btnAbout-request{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 1.2vw, 14px) clamp(18px, 2vw, 24px);
  border-radius: 9999px;
  font-weight: 600;
  line-height: 1;
  border: 1px solid transparent;
  background: var(--btn-bg) !important;
  color: var(--btn-text) !important;
  box-shadow: var(--btn-shadow);
  text-decoration: none;
  transition: transform .12s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}

.btn.btnAbout-request:hover,
.btnAbout-request:hover{
  background: var(--btn-bg-hover) !important;
  transform: translateY(-1px);
}

.btn.btnAbout-request:focus-visible,
.btnAbout-request:focus-visible{
  outline: 3px solid var(--btn-ring);
  outline-offset: 2px;
}









