@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Open+Sans:wght@400;700&display=swap');

:root {
    --ink: #14181c;
    --ink-soft: #3a4149;
    --paper: #f6f3ec;
    --card: #ffffff;
    --brass: #9a7b3f;
    --line: #d9d2c4;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    color: #202020;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.3em;
}

ul {
    list-style: disc;
}

.Normal {
    font-size: 16px;
    color: #202020;
    line-height: 1.5;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #5C5C5C;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    a:hover {
        text-decoration: none;
        color: #202020;
    }

    a:visited {
        color: #5C5C5C;
    }

        a:visited:hover {
            text-decoration: none;
            color: #202020;
        }

.bi {
    font-size: 1.5em;
    padding: 0 10px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 30px;
    padding-left: 30px;
}

/*------------------------------------------------*/
/* HEADER */
/*------------------------------------------------*/

#TopHeader {
    padding-top: 5px;
    padding-bottom: 10px;
    background-color: #181818;
}

#TopHeader a {
    color: #fff;
    text-decoration: none;
}

#TopHeader a:hover {
    text-decoration: none;
    color: #ccc;
}

#TopHeader a:visited {
    color: #fff;
}

#TopHeader a:visited:hover {
    text-decoration: none;
    color: #ccc;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/


.navbar {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 500;
    padding: 0;
    z-index: 100;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-top: 1px solid #eee;
}

.bg-dark {
    background-color: #fff !important;
}

.nav-link {
    font-size: 14px;
    display: inline-block;
    color: #5C5C5C !important;
    text-decoration: none;
    line-height: 40px;
    padding: 0 .5rem;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-left: 1px solid #eee;
    border-bottom: 3px solid #fff;
}

    .nav-link:hover {
        text-decoration: none;
        color: #202020 !important;
        border-bottom: 3px solid #202020;
    }

    .nav-link:visited {
        color: #5C5C5C;
    }

        .nav-link:visited:hover {
            text-decoration: none;
            color: #202020 !important;
            border-bottom: 5px solid #202020;
        }

.nav-item:last-of-type a {
    border-right: 1px solid #eee;
}

.active .nav-link {
    text-decoration: none;
    color: #202020 !important;
    border-bottom: 3px solid #202020;
}

.navbar-toggler {
    margin: 10px;
}

.dropdown-menu {
    background-color: #fff;
    margin: 0;
    padding: 0;
    min-width: 12rem;
    border: 1px solid #fff;
}

    .dropdown-menu .nav-link {
        display: block;
        border-top: 0;
    }

        .dropdown-menu .nav-link:hover {
            color: #000 !important;
            border-top: 0;
        }

    .dropdown-menu .nav-link:visited {
        display: block;
        border-top: 0;
    }

        .dropdown-menu .nav-link:visited:hover {
            color: #000 !important;
            border-top: 0;
        }

    .dropdown-menu .active {
        border-radius: 0px;
    }

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

.hero-bg {
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    height: 400px;
}

.Page-Home .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/Portals/87/home-bg.jpg');
    background-size: cover;
    background-position: center;
}

/* about us */

.Id1887 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/Portals/87/AdobeStock_181782164-1600-800.jpg');
    background-size: cover;
    background-position: center;
}

/* pricing */

.Id1888 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/Portals/87/AdobeStock_378099913-1600-800.jpg');
    background-size: cover;
    background-position: center;
}

/* events */

.Id1889 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/Portals/87/AdobeStock_9905590-1600-800.jpg');
    background-size: cover;
    background-position: center;
}

/* book now */

.Id1890 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/Portals/87/AdobeStock_145092063-1600-800.jpg');
    background-size: cover;
    background-position: center;
}

/* gallery */

.Id1891 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/Portals/87/AdobeStock_271614505-1600-800.jpg');
    background-size: cover;
    background-position: center;
}

/* contact */

.Id1892 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/Portals/87/AdobeStock_236620924-1600.jpg');
    background-size: cover;
    background-position: center;
}

/* gift certs */

.Id2325 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/Portals/87/AdobeStock_145092063-1600-800.jpg);
    background-size: cover;
    background-position: center;
}

/* gift certs */

.Id2344 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/Portals/87/AdobeStock_145092063-1600-800.jpg);
    background-size: cover;
    background-position: center;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

    .hero-text h1,
    .hero-text h2,
    .hero-text h3,
    .hero-text h4,
    .hero-text p,
    .hero-text .bi {
        color: #fff !important;
    }

    .hero-text h1 {
        font-size: 4rem;
    }

    .hero-text h2 {
        font-size: 2.5rem;
    }

    .hero-text a {
        color: #ccc;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .hero-text a:hover {
            text-decoration: none;
            color: #fff;
        }

        .hero-text a:visited {
            color: #ccc;
        }

            .hero-text a:visited:hover {
                text-decoration: none;
                color: #fff;
            }

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.slider {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .slider p {
        margin-top: 0;
        margin-bottom: 0;
    }

#MainContent li {
    margin: 1rem 0;
}

.image-border {
    border-radius: 10px;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: #5C5C5C;
    color: #fff !important;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .book-button:hover {
        background-color: #202020;
        color: #fff !important;
        text-decoration: none;
    }

.book-button-light {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: #f5f5f5;
    color: #202020 !important;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .book-button-light:hover {
        background-color: #d3d3d3;
        color: #202020 !important;
        text-decoration: none;
    }

.column-grey {
    background-color: #202020;
    padding: 3%;
    margin: 1% auto !important;
    border-radius: 3px;
}

.column-grey p,
.column-grey h1,
.column-grey h2,
.column-grey h3,
.column-grey h4,
.column-grey h5,
.column-grey h6 {
    color: #fff !important;
}

#BottomDiv {
    background-color: #5C5C5C;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* --- Shared section shell --- */
.penn-memberships,
.penn-events {
    font-family: "Open Sans", Arial, sans-serif;
    color: var(--ink);
}

.penn-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.penn-events-inner {
    max-width: 800px;
    margin: 0 auto;
}

/* --- Shared section heads --- */
.penn-head,
.penn-events-head {
    text-align: center;
    margin-bottom: 3rem;
}

.penn-head h2,
.penn-events-head h2 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: clamp(2rem, 4vw, 2.75rem);
    letter-spacing: 0.5px;
    margin: 0 0 0.75rem;
    color: var(--ink);
}

.penn-head .rule,
.penn-events-head .rule {
    width: 54px;
    height: 2px;
    background: var(--brass);
    margin: 0 auto 1rem;
}

.penn-head p,
.penn-events-head p {
    font-size: 1rem;
    color: var(--ink-soft);
    margin: 0 auto;
    max-width: 30rem;
    line-height: 1.6;
}

/* ============================================
   MEMBERSHIP CARDS
   ============================================ */

.penn-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.penn-card {
    background: var(--paper);
    border: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    padding: 2rem 1.5rem;
}

/* the fullest standard tier gets quiet emphasis, not a different shape */
.penn-card.is-signature {
    border-color: var(--brass);
    border-width: 2px;
}

.penn-tier {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 0.25rem;
    color: var(--ink);
}

.penn-tag {
    font-size: 0.85rem;
    color: var(--brass);
    font-style: italic;
    min-height: 1.2rem;
    margin-bottom: 1.25rem;
}

.penn-price {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 2.1rem;
    font-weight: 600;
    color: var(--ink);
    line-height: 1;
}

.penn-price span {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--ink-soft);
}

.penn-included {
    font-size: 0.95rem;
    color: var(--ink);
    padding: 1.25rem 0;
    margin: 1.25rem 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    flex-grow: 1;
}

.penn-included strong {
    display: block;
    font-size: 1.05rem;
    margin-bottom: 0.35rem;
}

.penn-note {
    font-size: 0.85rem;
    color: var(--ink-soft);
    line-height: 1.5;
}

.penn-btn {
    display: block;
    text-align: center;
    text-decoration: none;
    background: var(--ink);
    color: var(--paper);
    padding: 0.85rem 1rem;
    font-size: 0.8rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 1.5rem;
    transition: background 0.25s ease;
}

.penn-btn:hover {
    background: var(--brass);
    color: #fff;
    text-decoration: none;
}

.penn-card.is-signature .penn-btn {
    background: var(--brass);
}

.penn-card.is-signature .penn-btn:hover {
    background: var(--ink);
}

.penn-terms {
    text-align: center;
    font-size: 0.85rem;
    color: var(--ink-soft);
    margin-top: 2.5rem;
    font-style: italic;
}

/* ============================================
   EVENTS & FACILITY RENTAL
   ============================================ */

.penn-package {
    background: var(--card);
    border: 1px solid var(--line);
    padding: 2rem;
    margin-bottom: 1.5rem;
}

.penn-package h3 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 1rem;
}

.penn-price-row {
    display: flex;
    gap: 2.5rem;
    padding: 1rem 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    margin-bottom: 1rem;
}

.penn-price-block .label {
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--ink-soft);
    margin-bottom: 0.25rem;
}

.penn-price-block .amount {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
}

.penn-package .details {
    font-size: 0.95rem;
    color: var(--ink-soft);
    line-height: 1.6;
    margin: 0;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 900px) {
    .penn-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    .penn-grid {
        grid-template-columns: 1fr;
    }
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

#FooterContainer {
    background-color: #202020;
    padding-top: 2%;
    padding-bottom: 2%;
}

    #FooterContainer p,
    #FooterContainer h1,
    #FooterContainer h2,
    #FooterContainer h3,
    #FooterContainer h4,
    #FooterContainer h5,
    #FooterContainer h6 {
        color: #fff !important;
    }

#FooterContainer a {
    color: #ccc;
    text-decoration: none;
}

    #FooterContainer a:hover {
        text-decoration: none;
        color: #fff;
    }

    #FooterContainer a:visited {
        color: #ccc;
    }

        #FooterContainer a:visited:hover {
            text-decoration: none;
            color: #fff;
        }

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 992px) {

    .dropdown-menu {
        border-radius: 0;
    }

}

@media screen and (max-width: 991px) {

    .nav-link {
        border-left: none;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    .nav-item:last-of-type a {
        border-right: none;
    }

}

@media screen and (max-width: 991px) and (min-width: 768px) {

    .hero-text {
        top: 40%;
    }

    .Page-Home .hero-text {
        top: 65%;
    }

}

@media screen and (max-width: 767px) {

    .hero-text {
        top: 60%;
        width: 98%;
    }

    .hero-text h1 {
        font-size: 3rem;
    }

}
