 /* =========================================================
   GOLDFARB CENTER FOR PERFORMING ARTS
   COMPLETE RESPONSIVE CSS 2026-2027
   ========================================================= */


/* =========================================================
   GLOBAL
   ========================================================= */

#container_one,
#container_one * {
    box-sizing: border-box;
}

#container_one {
    width: 100%;
    margin: 0;
    padding: 0;

    color: #000000;
    background: #ffffff;

    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;

    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* =========================================================
   PARAGRAPHS
   ========================================================= */

#container_one p {
    margin: 0 0 1rem;
    padding: 0;

    color: #000;

    font-family: "Open Sans", Arial, Helvetica, sans-serif;

    font-size: 1.1rem;
    line-height: 1.5;

    overflow-wrap: break-word;
}


/* =========================================================
   HEADINGS
   ========================================================= */

#container_one h3,
#container_one h4,
#container_one h5,
#container_one h6 {
    font-family: "Lato", "Open Sans", Arial, Helvetica, sans-serif;
}


/* =========================================================
   HERO IMAGE
   ========================================================= */

#container_one .gcp-hero {
    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;

    background: #fff;

    /* background: #663399; border-bottom:4px solid #B8860B; */
    /* border-bottom: 5px solid #B8860B; */
}


#container_one .gcp-hero-image {
    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;

    overflow: hidden;
}


#container_one .gcp-hero-image img {
    display: block;

    width: 100%;
    max-width: 100%;

    height: auto;

    margin: 0;
    padding: 0;

    border: 0;
}


/* =========================================================
   HERO IMAGE DISPLAY
   ========================================================= */

#container_one .gcp-hero-desktop {
    display: block;

    width: 100%;
    max-width: 100%;

    height: auto;

    margin: 0;
    padding: 0;
}


#container_one .gcp-hero-mobile {
    display: none;
}


/* =========================================================
   GOLDFARB CENTER TITLE
   ========================================================= */

#container_one .gcpa-header {
    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;

    background: #ffffff;
}


/* =========================================================
   MAIN PAGE TITLE
   ========================================================= */

#container_one .goldfarb-main-title {
    width: 100%;
    max-width: 100%;

    margin: 0;

    padding: 15px 20px 18px;

    color: #663399 !important;
    background: #ffffff;

    border-bottom: 4px solid #B8860B;

    font-family: "Lato", "Open Sans", Arial, Helvetica, sans-serif !important;

    font-size: clamp(2rem, 4vw, 4rem) !important;
    font-weight: 900 !important;

    line-height: 1.1;
    letter-spacing: 0.02em;

    text-align: center;
}


/* =========================================================
   MENU
   SAME WIDTH AS MAIN CONTAINER
   ========================================================= */

#container_one .menu {
    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;

    background: #663399;
}


#container_one .menu > * {
    width: 100%;
    max-width: 1400px;

    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   MAIN CONTENT CONTAINER
   ========================================================= */

#container_gcpa {
    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0 20px;

    color: #000000;
    background: #ffffff;
}


/* =========================================================
   RIBBON CUTTING
   =========================================================
   
   DESKTOP:
   LEFT COLUMN  = LOGO TOP + PAINTING BOTTOM
   RIGHT COLUMN = EXISTING INVITATION CONTENT
   
   MOBILE:
   LOGO
   ↓
   PAINTING
   ↓
   INVITATION
   
   ========================================================= */

#container_one .ribbon-cutting-container {
    display: flex;
    flex-wrap: wrap;

    align-items: stretch;

    width: 100%;
    max-width: 1400px;

    margin: 20px auto 30px;
    padding: 20px;

    gap: 30px;

    color: #000000;
    background: #ffffff;

    border: 1px solid #D8D9DA;

    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}


/* =========================================================
   LEFT COLUMN
   LOGO TOP / PAINTING BOTTOM
   ========================================================= */

#container_one .ribbon-images {
    display: flex;

    flex: 1 1 48%;

    flex-direction: column;

    justify-content: flex-start;

    min-width: 0;

    gap: 20px;

    margin: 0;
    padding: 0;
}


/* =========================================================
   LOGO — TOP
   ========================================================= */

#container_one .ribbon-logo {
    display: flex;

    width: 100%;

    margin: 0;
    padding: 15px;

    align-items: center;
    justify-content: center;

    background: #ffffff;

    text-align: center;
}


/* =========================================================
   LOGO IMAGE
   ========================================================= */

#container_one .ribbon-logo img {
    display: block;

    width: auto;
    max-width: 80%;

    height: auto;
    max-height: 180px;

    margin: 0 auto;
    padding: 0;

    border: 0;
}


/* =========================================================
   PAINTING — BOTTOM
   ========================================================= */

#container_one .ribbon-painting {
    width: 100%;

    margin: 0;
    padding: 0;

    overflow: hidden;
}


/* =========================================================
   PAINTING IMAGE
   ========================================================= */

#container_one .ribbon-painting img {
    display: block;

    width: 100%;
    max-width: 100%;

    height: auto;

    margin: 0;
    padding: 0;

    border: 0;
}


/* =========================================================
   RIBBON INVITATION
   RIGHT COLUMN
   EXISTING CONTENT — UNCHANGED
   ========================================================= */

#container_one .ribbon-invitation {
    display: flex;

    flex: 1 1 48%;

    flex-direction: column;

    min-width: 0;

    margin: 0;
    padding: 10px;
}


/* =========================================================
   ANNOUNCEMENT
   ========================================================= */

#container_one .announcement-label {
    margin: 0 0 20px;
    padding: 0;

    color: #663399 !important;

    font-family: "Lato", "Open Sans", Arial, Helvetica, sans-serif !important;

    font-size: clamp(1.35rem, 2.5vw, 2rem) !important;
    font-weight: 900 !important;

    line-height: 1.25;

    text-align: center;
}


/* =========================================================
   WELCOME TEXT
   ========================================================= */

#container_one .welcome-text {
    margin: 0 0 20px;

    color: #000000;

    font-size: 1.2rem;
    font-weight: 700;

    line-height: 1.6;

    text-align: center;
}


/* =========================================================
   RSVP BUTTON
   ========================================================= */

#container_one .purple {
    display: block;

    width: 100%;

    margin: 15px 0 0;
    padding: 0;

    text-align: center;
}


#container_one .purple a {
    display: inline-block !important;

    width: auto !important;
    max-width: 100%;

    margin: 0 auto;
    padding: 12px 30px;

    color: #ffffff !important;
    background-color: #663399 !important;

    border: 2px solid #FFCC00 !important;
    border-radius: 3px;

    font-family: "Lato", "Open Sans", Arial, Helvetica, sans-serif !important;

    font-size: 1.1rem !important;
    font-weight: 900 !important;

    line-height: 1.3;

    text-align: center;
    text-decoration: none !important;

    cursor: pointer;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}


/* =========================================================
   RSVP HOVER
   ========================================================= */

#container_one .purple a:hover,
#container_one .purple a:focus {
    color: #663399 !important;

    background-color: #FFCC00 !important;

    border-color: #663399 !important;

    text-decoration: none !important;
}


/* =========================================================
   EVENT DETAILS
   ========================================================= */

#container_one .event-details {
    width: 100%;

    margin: 0;
    padding: 15px 0;

    border-top: 1px solid #D8D9DA;
    border-bottom: 1px solid #D8D9DA;
}


#container_one .event-details p {
    margin: 0 0 15px;

    color: #000000;

    font-size: 1.2rem;
    line-height: 1.6;
}


#container_one .event-details p:last-child {
    margin-bottom: 0;
}


#container_one .event-details strong {
    color: #663399;

    font-weight: 800;
}


/* =========================================================
   CLOSING MESSAGE
   ========================================================= */

#container_one .closing-text {
    margin: 20px 0 0;

    color: #663399;

    font-size: 1.2rem;
    font-weight: 800;

    line-height: 1.5;

    text-align: center;
}


/* =========================================================
   UNIVERSAL CONTENT CONTAINER
   ========================================================= */

#container_one .universal-container {
    width: 100%;
    max-width: 1400px;

    margin: 0 auto 30px;
    padding: 25px 20px;

    color: #000000;
    background: #F1F1F1;

    border: 1px solid #D8D9DA;
}


/* =========================================================
   SECTION TITLE
   ========================================================= */

#container_one .section-title {
    margin: 0 0 25px;
    padding: 0 0 12px;

    color: #663399 !important;

    border-bottom: 3px solid #B8860B;

    font-family: "Lato", "Open Sans", Arial, Helvetica, sans-serif !important;

    font-size: clamp(1.5rem, 3vw, 2.2rem) !important;
    font-weight: 900 !important;

    line-height: 1.2;

    text-align: center;
}


/* =========================================================
   THREE COLUMN GRID
   ========================================================= */

#container_one .three-column-grid {
    display: grid;

    width: 100%;

    margin: 0;
    padding: 0;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 20px;

    align-items: stretch;

    transition: none !important;
    animation: none !important;
}


/* =========================================================
   FEATURE CARDS
   GOLD BORDER AROUND COMPLETE CARD
   ========================================================= */

#container_one .three-column-grid .feature {
    display: flex;

    flex-direction: column;

    width: 100%;
    min-width: 0;

    margin: 0;
    padding: 0;

    color: #000000;
    background: #ffffff;

    border: 2px solid #B8860B !important;

    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);

    overflow: hidden !important;

    transform: none !important;
    transition: none !important;
    animation: none !important;
}


/* =========================================================
   FEATURE CARD HOVER
   ========================================================= */

#container_one .three-column-grid .feature:hover {
    border: 2px solid #B8860B !important;

    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);

    transform: none !important;

    transition: none !important;
}


/* =========================================================
   CARD TOP
   ========================================================= */

#container_one .card-top {
    width: 100%;

    margin: 0;
    padding: 0;

    background: #ffffff;
}


/* =========================================================
   CARD IMAGE
   ========================================================= */

#container_one .card-image {
    display: block;

    width: 100%;
    max-width: 100%;

    height: 240px;

    margin: 0;
    padding: 0;

    border: 0;

    object-fit: cover;
}


/* =========================================================
   CARD TITLE
   ========================================================= */

#container_one .card-top h3 {
    margin: 0;
    padding: 14px 15px;

    color: #FFCC00 !important;
    background: #663399;

    font-family: "Lato", "Open Sans", Arial, Helvetica, sans-serif !important;

    font-size: 1.25rem !important;
    font-weight: 900 !important;

    line-height: 1.3;

    text-align: center;
}


/* =========================================================
   CARD CONTENT
   ========================================================= */

#container_one .card-content {
    flex: 1 1 auto;

    width: 100%;

    margin: 0;
    padding: 20px;

    color: #000000;
    background: #ffffff;
}


#container_one .card-content p {
    margin: 0;

    color: #000000;

    font-size: 1rem;
    line-height: 1.6;
}


/* =========================================================
   CARD BOTTOM
   ========================================================= */

#container_one .card-bottom {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 100%;

    margin: 0;
    padding: 15px;

    background: #F5F5F5;

    border-top: 1px solid #D8D9DA;

    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}


/* =========================================================
   CARD BUTTON
   ========================================================= */

#container_one .card-button {
    display: block;

    width: 100%;
    max-width: 280px;

    margin: 0 auto;
    padding: 12px 20px;

    color: #ffffff !important;
    background: #663399 !important;

    border: 2px solid #FFCC00 !important;

    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;

    font-size: 1rem;
    font-weight: 800;

    line-height: 1.3;

    text-align: center;
    text-decoration: none !important;

    cursor: pointer;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}


/* =========================================================
   CARD BUTTON HOVER
   ========================================================= */

#container_one .card-button:hover,
#container_one .card-button:focus {
    color: #663399 !important;

    background: #FFCC00 !important;

    border-color: #663399 !important;

    text-decoration: none !important;
}


/* =========================================================
   GENERAL LINKS
   ========================================================= */

#container_one a {
    color: #663399;

    text-decoration: underline;
}


#container_one a:hover {
    color: #4B2470;
}


/* =========================================================
   GENERAL IMAGES
   ========================================================= */

#container_one img {
    max-width: 100%;
    height: auto;
}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

#container_one a:focus,
#container_one button:focus,
#container_one input:focus,
#container_one select:focus,
#container_one textarea:focus {
    outline: 3px solid #FFCC00;
    outline-offset: 2px;
}


/* =========================================================
   TABLES
   ========================================================= */

#container_one .table-responsive {
    width: 100%;

    margin: 20px 0;

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;
}


#container_one table {
    width: 100%;

    border-collapse: collapse;
    border-spacing: 0;

    background: #ffffff;

    font-size: 0.95rem;
}


#container_one th,
#container_one td {
    padding: 12px 14px;

    border: 1px solid #D8D9DA;

    text-align: left;
    vertical-align: top;
}


#container_one th {
    color: #FFCC00;

    background: #663399;

    font-weight: 800;
}


#container_one tbody tr:nth-child(even) {
    background: #F1F1F1;
}


#container_one tbody tr:hover {
    background: #EEE4F7;
}


/* =========================================================
   TABLET — 1024PX
   ========================================================= */

@media (max-width: 1024px) {

    #container_gcpa {
        padding-left: 15px;
        padding-right: 15px;
    }

    #container_one .three-column-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 18px;
    }

    #container_one .card-image {
        height: 220px;
    }

    #container_one .ribbon-cutting-container {
        gap: 20px;
    }

    #container_one .ribbon-images {
        flex: 1 1 47%;
    }

    #container_one .ribbon-invitation {
        flex: 1 1 47%;
    }

    #container_one .ribbon-logo img {
        max-width: 85%;
        max-height: 160px;
    }

    #container_one .goldfarb-main-title {
        font-size: clamp(1.8rem, 5vw, 3rem) !important;
    }
}


/* =========================================================
   MOBILE — 700PX
   ========================================================= */

@media (max-width: 700px) {

    #container_gcpa {
        padding-left: 10px;
        padding-right: 10px;
    }

    #container_one {
        font-size: 1rem;
    }


    /* =============================================
       RIBBON
       LOGO
       ↓
       PAINTING
       ↓
       INVITATION
       ============================================= */

    #container_one .ribbon-cutting-container {
        display: block;

        margin: 15px auto 25px;

        padding: 15px;
    }


    /* =============================================
       LEFT COLUMN
       ============================================= */

    #container_one .ribbon-images {
        display: flex;

        width: 100%;

        flex-direction: column;

        gap: 15px;

        margin: 0;
        padding: 0;
    }


    /* =============================================
       LOGO
       ============================================= */

    #container_one .ribbon-logo {
        width: 100%;

        padding: 10px;
    }


    #container_one .ribbon-logo img {
        width: auto;

        max-width: 75%;
        max-height: 150px;
    }


    /* =============================================
       PAINTING
       ============================================= */

    #container_one .ribbon-painting {
        width: 100%;
    }


    #container_one .ribbon-painting img {
        width: 100%;
        max-width: 100%;

        height: auto;
    }


    /* =============================================
       RIGHT COLUMN
       ============================================= */

    #container_one .ribbon-invitation {
        display: flex;

        width: 100%;

        padding: 20px 5px 5px;

        flex-direction: column;
    }


    #container_one .announcement-label {
        font-size: clamp(1.25rem, 6vw, 1.7rem) !important;
    }


    /* =============================================
       RSVP
       ============================================= */

    #container_one .purple {
        width: 100%;

        margin-top: 15px;

        text-align: center;
    }


    #container_one .purple a {
        padding: 12px 25px;

        font-size: 1rem !important;
    }


    /* =============================================
       MAIN CONTENT
       ============================================= */

    #container_one .universal-container {
        padding: 20px 15px;
    }


    /* =============================================
       THREE COLUMN GRID
       ============================================= */

    #container_one .three-column-grid {
        display: block;

        transition: none !important;
        animation: none !important;
    }


    /* =============================================
       FEATURE CARDS
       ============================================= */

    #container_one .three-column-grid .feature {
        width: 100%;

        margin-bottom: 20px;

        border: 2px solid #B8860B !important;

        overflow: hidden !important;

        transform: none !important;
        transition: none !important;
        animation: none !important;
    }


    #container_one .three-column-grid .feature:hover {
        transform: none !important;

        border: 2px solid #B8860B !important;

        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    }


    #container_one .three-column-grid .feature:last-child {
        margin-bottom: 0;
    }


    /* =============================================
       CARD IMAGE
       ============================================= */

    #container_one .card-image {
        width: 100%;

        height: auto;
        max-height: 320px;
    }


    /* =============================================
       CARD CONTENT
       ============================================= */

    #container_one .card-content {
        padding: 18px;
    }


    /* =============================================
       CARD BOTTOM
       ============================================= */

    #container_one .card-bottom {
        width: 100%;

        margin: 0;
        padding: 15px;

        border-top: 1px solid #D8D9DA;
    }


    /* =============================================
       CARD BUTTON
       ============================================= */

    #container_one .card-button {
        width: 100%;
        max-width: 100%;
    }


    /* =============================================
       TABLES
       ============================================= */

    #container_one table {
        min-width: 600px;
    }
}


/* =========================================================
   SMALL MOBILE — 480PX
   ========================================================= */

@media (max-width: 480px) {

    #container_gcpa {
        padding-left: 8px;
        padding-right: 8px;
    }


    /* =============================================
       MAIN TITLE
       ============================================= */

    #container_one .goldfarb-main-title {
        font-size: clamp(1.6rem, 8vw, 2.2rem) !important;

        padding-left: 10px;
        padding-right: 10px;
    }


    /* =============================================
       RIBBON
       ============================================= */

    #container_one .ribbon-cutting-container {
        padding: 10px;
    }


    #container_one .ribbon-images {
        gap: 12px;
    }


    #container_one .ribbon-logo {
        padding: 8px;
    }


    #container_one .ribbon-logo img {
        max-width: 80%;
        max-height: 125px;
    }


    #container_one .ribbon-invitation {
        padding: 18px 3px 5px;
    }


    /* =============================================
       RSVP
       ============================================= */

    #container_one .purple {
        width: 100%;

        margin-top: 15px;

        text-align: center;
    }


    #container_one .purple a {
        display: inline-block !important;

        width: auto !important;
        max-width: 100%;

        padding: 11px 22px;

        font-size: 0.95rem !important;
        line-height: 1.3;
    }


    /* =============================================
       CONTENT
       ============================================= */

    #container_one .universal-container {
        padding: 15px 10px;
    }


    /* =============================================
       SECTION TITLE
       ============================================= */

    #container_one .section-title {
        margin-bottom: 18px;

        font-size: clamp(1.3rem, 6vw, 1.8rem) !important;
    }


    /* =============================================
       CARD CONTENT
       ============================================= */

    #container_one .card-content {
        padding: 15px;
    }


    /* =============================================
       CARD BOTTOM
       ============================================= */

    #container_one .card-bottom {
        padding: 12px;

        border-top: 1px solid #D8D9DA;
    }
}


/* =========================================================
   VERY SMALL MOBILE — 360PX
   ========================================================= */

@media (max-width: 360px) {

    /* =============================================
       MAIN TITLE
       ============================================= */

    #container_one .goldfarb-main-title {
        font-size: 1.4rem !important;
    }


    /* =============================================
       RIBBON
       ============================================= */

    #container_one .ribbon-cutting-container {
        padding: 8px;
    }


    #container_one .ribbon-images {
        gap: 10px;
    }


    #container_one .ribbon-logo img {
        max-width: 85%;
        max-height: 110px;
    }


    #container_one .ribbon-invitation {
        padding-top: 15px;
    }


    /* =============================================
       RSVP
       ============================================= */

    #container_one .purple a {
        padding: 10px 18px;

        font-size: 0.9rem !important;
    }


    /* =============================================
       CONTENT
       ============================================= */

    #container_one .universal-container {
        padding: 12px 8px;
    }


    /* =============================================
       CARD CONTENT
       ============================================= */

    #container_one .card-content {
        padding: 13px;
    }


    /* =============================================
       CARD TITLE
       ============================================= */

    #container_one .card-top h3 {
        padding: 10px 8px;

        font-size: 1rem !important;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    #container_one *,
    #container_one *::before,
    #container_one *::after {
        transition: none !important;
        animation: none !important;
        scroll-behavior: auto !important;
    }
}


/* =========================================================
   PRINT
   ========================================================= */

@media print {

    #container_one {
        color: #000000;
        background: #ffffff;
    }


    #container_one .gcp-hero {
        background: #ffffff;

        border-bottom: 1px solid #000000;
    }


    #container_one .ribbon-cutting-container {
        display: block;

        border: 1px solid #000000;

        box-shadow: none;
    }


    #container_one .ribbon-images {
        display: block;
    }


    #container_one .ribbon-logo {
        margin-bottom: 15px;
    }


    #container_one .three-column-grid {
        display: block;
    }


    #container_one .feature {
        margin-bottom: 20px;

        border: 1px solid #000000;

        box-shadow: none;

        transform: none !important;
    }


    #container_one .card-button {
        color: #000000 !important;
        background: #ffffff !important;

        border: 1px solid #000000;
    }


    #container_one .purple a {
        color: #000000 !important;
        background: #ffffff !important;

        border: 1px solid #000000 !important;
    }
}