/* Custom styles for Walk Of A Lifetime tweaks */

/* Hero title size */
.lgx-banner-info .title {
    font-size: 105px;
    line-height: 12rem;
}

/* Header logos */
.lgx-logo img.logo-main {
    margin-top: 10px;
}

/* Sticky buttons */
.sticky-btn .btn-volunteer { background-color: #002F86; text-align: center; }
.sticky-btn .btn-contact { background-color: #00ACD7; text-align: center; }
.sticky-btn .btn-subscribe { background-color: #959595; text-align: center; }

/* Utility spacing helpers */
.pt-10rem { padding-top: 10rem; }
.pt-8rem { padding-top: 8rem; }
.pt-6rem { padding-top: 6rem; }
.pb-4rem { padding-bottom: 4rem; }

/* Utility margin and sizing */
.my-15 { margin: 15px 0; }
.h-315 { height: 315px; }

/* Registration card fixed height */
.lgx-registration-area .lgx-single-registration .lgx-single-registration-inner {
    height: 497px;
}

@media (max-width: 767px) {
    .lgx-registration-area .lgx-single-registration .lgx-single-registration-inner {
        height: 0px;
    }
}

/* Mobile spacing fix for registration cards */
@media (max-width: 767px) {
  .lgx-registration-area .lgx-single-registration .lgx-single-registration-inner {
    height: auto !important;
    min-height: 280px;
    padding: 1.2rem 0.5rem 1.2rem 0.5rem !important;
  }
  .lgx-registration-area .lgx-single-registration .single-bottom .lgx-btn {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    padding: 0.7rem 1.2rem !important;
    font-size: 1rem !important;
  }
  .lgx-registration-area .lgx-single-registration {
    margin-bottom: 1.2rem !important;
  }
}

/* End of custom.css */
