.llre-navbar {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

body {
    font-family: 'Lato', sans-serif;
}

.nav-item {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.llre-nav-logo {
    height: 40px;
}

@media (min-width: 576px) {
    .llre-nav-logo {
        height: 50px;
    }
}

@media (min-width: 992px) {
    .llre-nav-logo {
        height: 60px;
    }
}

.navbar-collapse {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (min-width: 992px) {
    .navbar-collapse {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.header-subtitle {
}

.header-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #fefefe;
}

@media (min-width: 576px) {
    .header-title {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .header-title {
        font-size: 40px;
        font-weight: 700;
    }
}

@media (min-width: 1200px) {
    .header-title {
        font-size: 50px;
    }
}

@media (min-width: 1400px) {
    .header-title {
    }
}

span.header-subtitle {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400 !important;
}

@media (min-width: 576px) {
    span.header-subtitle {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    span.header-subtitle {
        font-size: 28px;
    }
}

@media (min-width: 1200px) {
    span.header-subtitle {
        font-size: 35px;
    }
}

section.header-banner {
    min-height: 35vw;
    overflow: hidden;
}

@media (min-width: 576px) {
    section.header-banner {
    }
}

@media (min-width: 992px) {
    section.header-banner {
    }
}

div.header-banner-foreground {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 600;
}

section.header-banner {
    position: relative;
    background-color: #54617a;
    background-image: url('images/Entrance-to-Leisure-World-Seal-Beach.jpg');
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 0% 35%;
}

p {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2em;
    margin-bottom: 1rem;
}

@media (min-width: 1200px) {
    p {
        font-size: 19px;
    }
}

.btn.btn-info {
    background: none !important;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
    color: #cca054;
    border-radius: 0;
    border-width: 2px;
    border-color: #cca054;
    padding: 1rem 1.5rem;
    vertical-align: middle;
    display: inline;
    line-height: 30px;
}

@media (min-width: 992px) {
    .btn.btn-info {
        font-size: 18px;
    }
}

.btn.btn-info:hover {
    background-color: #cca054 !important;
    color: #fff;
}

.llre-col {
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
}

@media (min-width: 768px) {
    .llre-col {
        padding-bottom: 0;
    }
}

.col-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

section.llre-tan-bg {
    background-color: #cca054;
}

section.llre-navy-bg {
    background-color: #1d252c;
}

h2.llre-h2 {
    text-transform: uppercase;
}

@media (min-width: 992px) {
    h2.llre-h2 {
        font-size: 30px;
        line-height: 35px;
        font-weight: 700 !important;
    }
}

.llre-icon-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: center;
    align-items: stretch;
    gap: 1rem;
}

@media (min-width: 992px) {
    .llre-icon-row {
        height: 70px;
    }
}

.llre-icon-row .llre-icon {
    align-self: center;
    height: 100%;
    display: none;
}

@media (min-width: 992px) {
    .llre-icon-row .llre-icon {
        display: block;
    }
}

.llre-col.right-align {
    align-items: flex-start;
    text-align: left;
}

@media (min-width: 768px) {
    .llre-col.right-align {
        align-items: flex-end;
        text-align: right;
    }
}

.llre-col p {
    margin-bottom: 1rem;
}

.llre-col p:last-of-type {
    margin-bottom: 3rem;
}

.centered-list p {
    margin-bottom: 2rem;
}

.llre-col h2 {
    text-transform: uppercase;
    color: #010101;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.header-banner .header-icon-grid {
    display: none;
    width: 15%;
    z-index: 500;
}

@media (min-width: 768px) {
    .header-banner .header-icon-grid {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }
}

header-bg-overlay {
}

header-bg-overlay {
}

.header-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #00000066;
    z-index: 400;
}

.llre-tan-bg .centered-list h2 {
    color: #1d252c;
}

.centered-list .activity-list-columns {
    columns: 2; 
    column-gap: 1rem;
    color: #1d252c;
    text-align: left;
    font-weight: normal;
    font-size: 13px;
    line-height: 2em;
}

@media (min-width: 576px) {
    .centered-list .activity-list-columns {
        columns: 2;
    }
}

@media (min-width: 768px) {
    .centered-list .activity-list-columns {
        columns: 4;
        font-size: 16px;
    }
}

.activities-banner h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin: 0;
    display: block;
    font-size: 28px;
}

@media (min-width: 992px) {
    .activities-banner h1 {
        font-size: 46px;
    }
}

.activities-banner {
    display: flex;
    justify-content: center;
    background-repeat: repeat-x;
    background-position: center center;
    background-size: 30% 50%;
    background-origin: content-box;
    background-clip: border-box;
    background-image: url('images/llre-s-tile-h2.svg');
}

@media (min-width: 576px) {
    .activities-banner {
        background-size: 50% 100%;
    }
}

@media (min-width: 768px) {
    .activities-banner {
        background-size: 40% 100%;
    }
}

@media (min-width: 1400px) {
    .activities-banner {
        background-size: 25% 100%;
    }
}

.activities-banner h1 .activity-h1-span {
    font-weight: 400;
    display: inline-block;
}

.prefooter-img {
    width: 100%;
    max-height: 384px;
    object-fit: cover;
    height: 30vw;
}

.clubs-cols {
    columns: 2;
    column-gap: 1rem;
    color: #1d252c;
    font-weight: 400;
    font-size: 13px;
    line-height: 2em;
    width: 100%;
}

@media (min-width: 768px) {
    .clubs-cols {
        columns: 1;
    }
}

@media (min-width: 992px) {
    .clubs-cols {
        columns: 2;
        font-size: 16px;
    }
}

.footer-logo {
    width: 100%;
    max-height: 50px;
}

/* Contact Page Styles */
.contact-banner h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin: 0;
    display: block;
    font-size: 28px;
}

@media (min-width: 992px) {
    .contact-banner h1 {
        font-size: 46px;
    }
}

.contact-banner {
    display: flex;
    justify-content: center;
    background-repeat: repeat-x;
    background-position: center center;
    background-size: 30% 50%;
    background-origin: content-box;
    background-clip: border-box;
    background-image: url('images/llre-s-tile-h2.svg');
}

@media (min-width: 576px) {
    .contact-banner {
        background-size: 50% 100%;
    }
}

@media (min-width: 768px) {
    .contact-banner {
        background-size: 40% 100%;
    }
}

@media (min-width: 1400px) {
    .contact-banner {
        background-size: 25% 100%;
    }
}

.contact-banner h1 .contact-h1-span {
    font-weight: 400;
    display: inline-block;
}

.contact-info-card {
    padding: 1.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-info-card h3 {
    color: #1d252c;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.contact-info-card p {
    color: #1d252c;
    font-weight: 400;
}

.contact-info-card a {
    color: #1d252c;
    font-weight: 700;
}

.contact-info-card a:hover {
    color: #1d252c;
}

.service-card {
    padding: 1.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-card h3 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* Contact Form Styles */
.contact-form {
    background-color: #f8f9fa;
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.contact-form .form-label {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #1d252c;
    font-size: 14px;
    margin-bottom: 0.5rem;
}

.contact-form .form-control,
.contact-form .form-select {
    border: 2px solid #dee2e6;
    border-radius: 0;
    padding: 0.75rem;
    font-size: 16px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: #cca054;
    box-shadow: 0 0 0 0.2rem rgba(204, 160, 84, 0.25);
    outline: 0;
}

.contact-form .form-control.is-invalid,
.contact-form .form-select.is-invalid {
    border-color: #dc3545;
}

.contact-form .form-control.is-valid,
.contact-form .form-select.is-valid {
    border-color: #198754;
}

.contact-form .invalid-feedback {
    font-size: 14px;
    color: #dc3545;
    font-weight: 500;
}

.contact-form .form-check-label {
    font-size: 16px;
    color: #1d252c;
    font-weight: 400;
}

.contact-form .form-check-input:checked {
    background-color: #cca054;
    border-color: #cca054;
}

.contact-form .form-check-input:focus {
    border-color: #cca054;
    box-shadow: 0 0 0 0.2rem rgba(204, 160, 84, 0.25);
}

.contact-form .btn {
    min-width: 200px;
    margin-top: 1rem;
}