:root {
    --heading: #2d3648;
    --text: #2d3648;
    --white-background-color: #fff;
    --lightblue-background-color: #edf0f7;
    --border-color: #2d3648;
    --button-background: #2d3648;
    --button-text: #fff;
    --footer-color: #1a202c;
}

a,
a:-webkit-any-link {
    cursor: pointer !important;
    text-decoration: none !important;
    color: white;
}

h1 {
    color: var(--heading);
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 67.2px */
    letter-spacing: 0.56px;
}

h3 {
    font-size: 3.5em;
    color: var(--heading);
    font-family: "HCo Ringside Narrow SSm", "Arial", "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

h4 {
    font-size: 2.5em;
    color: var(--heading);
    font-family: "HCo Ringside Narrow SSm", "Arial", "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

p {
    color: var(--text);
    font-family: "HCo Ringside Narrow SSm", "Arial", "sans-serif";
    font-size: 1.5em;
    font-style: normal;
    font-weight: 300;
}

/*Default Brightspot CSS*/
.Page-content {
    padding: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    max-width: none !important;
}

.Page-main {
    padding: 0px !important;
}

.Header {
    display: none !important;
}

.Footer {
    display: none !important;
}

/*End of Brightspot Default*/

/*Footer Styles*/

/* Desktop Styling */

@media (min-width: 1251px) {
    #Footer {
        display: flex;
        padding: 32px 104px;
        flex-direction: column;
        align-items: center;
        gap: 32px;
        align-self: stretch;
        background-color: #002E5D;
    }

    #Footer_UL {
        display: flex;
        align-content: center;
        align-items: center;
        list-style-type: none;
    }

    #Footer_Logo {
        background-image: url(https://brightspotcdn.byu.edu/05/e8/b992897141adb6640f5aa56be54b/primary-white.svg);
        height: 15vh;
        width: 11vw;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .Footer-Link-Text {
        color: #717d96;
        text-align: center;
        font-feature-settings: "calt" off;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -0.16px;
        text-wrap: nowrap;
        margin-right: 32px;
    }

    .Footer-Link {
        color: inherit;
    }

    .Footer-Link:hover {
        color: #cbd2e0;
    }

    .Footer-Link-Selected {
        color: #cbd2e0;
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 7px;
    }

    .Footer-Instagram-Logo {
        background-image: url(https://brightspotcdn.byu.edu/48/93/fd1ab72f4966a0385e3c4e5d25ce/icon-instagram.svg);
        height: 6vh;
        width: 5vw;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .Footer-Facebook-Logo {
        background-image: url(https://brightspotcdn.byu.edu/84/c5/80ad6b7f4c4fba645af05ce90c83/icon-facebook.svg);
        height: 6vh;
        width: 5vw;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

/* Tablet Styling */

@media (min-width: 850px) and (max-width: 1251px) {
    #Footer {
        display: flex;
        padding: 32px 104px;
        flex-direction: column;
        align-items: center;
        gap: 32px;
        align-self: stretch;
        background-color: #002E5D;
    }

    #Footer_UL {
        display: flex;
        align-content: center;
        align-items: center;
        list-style-type: none;
    }

    #Footer_Logo {
        background-image: url(https://brightspotcdn.byu.edu/05/e8/b992897141adb6640f5aa56be54b/primary-white.svg);
        height: 15vh;
        width: 11vw;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .Footer-Link-Text {
        color: #717d96;
        text-align: center;
        font-feature-settings: "calt" off;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -0.16px;
        text-wrap: nowrap;
        margin-right: 32px;
    }

    .Footer-Link {
        color: inherit;
    }

    .Footer-Link:hover {
        color: #cbd2e0;
    }

    .Footer-Link-Selected {
        color: #cbd2e0;
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 7px;
    }

    .Footer-Instagram-Logo {
        background-image: url(https://brightspotcdn.byu.edu/48/93/fd1ab72f4966a0385e3c4e5d25ce/icon-instagram.svg);
        height: 6vh;
        width: 5vw;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .Footer-Facebook-Logo {
        background-image: url(https://brightspotcdn.byu.edu/84/c5/80ad6b7f4c4fba645af05ce90c83/icon-facebook.svg);
        height: 6vh;
        width: 5vw;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

/* Pop-Up/Banner Styling */
@media (min-width: 1351px) {
    #myModal {
        display: none;
    }

    #Ordering_Banner_Desktop {
        display: flex !important;
    }
}

@media (min-width: 850px) and (max-width: 1350px) {
    #myModal {
        display: block;
    }

    #Ordering_Banner_Desktop {
        display: none !important;
    }

    #email {
        border-color: #002E5D;
        border-radius: 6px;
        border: none;
        width: 400px;
    }

    #email-mobile {
        border-color: #002E5D;
        border-radius: 6px;
        border: none;
        width: 400px;
    }

    .email-submit {
        display: flex;
        flex-direction: row;
        gap: 12px;
    }

    /* Modal CSS */
    .modal {
        display: block;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 100;
        /* Sit on top */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
    }

    /* Modal Content */
    .modal-content {
        margin-top: 70px;
        padding: 20px;
        border: 1px solid #D4DBE4;
        width: 100%;
        /* Could be more or less, depending on screen size */
        background: #D4DBE4;
    }

    /* The Close Button */
    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: #002E5D;
        text-decoration: none;
        cursor: pointer;
    }

}

@media (min-width: 515px) and (max-width: 850px) {
    #myModal {
        display: block;
    }

    #Ordering_Banner_Desktop {
        display: none !important;
    }

    #email {
        border-color: #002E5D;
        border-radius: 6px;
        border: none;
        width: 200px;
    }

    .email-submit {
        display: flex;
        flex-direction: row;
        gap: 12px;
    }

    /* Modal CSS */
    .modal {
        display: block;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 100;
        /* Sit on top */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
    }

    /* Modal Content */
    .modal-content {
        margin-top: 70px;
        padding: 20px;
        border: 1px solid #D4DBE4;
        width: 100%;
        /* Could be more or less, depending on screen size */
        background: #D4DBE4;
    }

    /* The Close Button */
    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: #002E5D;
        text-decoration: none;
        cursor: pointer;
    }
}

@media (max-width: 514px) {
    #myModal {
        display: block;
    }

    #Ordering_Banner_Desktop {
        display: none !important;
    }

    #email {
        border-color: #002E5D;
        border-radius: 6px;
        border: none;
        width: 200px;
    }

    .email-submit {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    /* Modal CSS */
    .modal {
        display: block;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 100;
        /* Sit on top */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
    }

    /* Modal Content */
    .modal-content {
        margin-top: 70px;
        padding: 20px;
        border: 1px solid #D4DBE4;
        width: 100%;
        /* Could be more or less, depending on screen size */
        background: #D4DBE4;
    }

    /* The Close Button */
    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: #002E5D;
        text-decoration: none;
        cursor: pointer;
    }
}

/* End of Pop-Up/Banner Styling */

/* Mobile Styling */

@media (max-width: 850px) {
    #Footer {
        display: flex;
        padding: 32px 104px;
        flex-direction: column;
        align-items: center;
        gap: 32px;
        align-self: stretch;
        background-color: #002E5D;
    }

    #Footer_UL {
        display: flex;
        align-content: center;
        align-items: center;
        list-style-type: none;
    }

    #Footer_Logo {
        background-image: url(https://brightspotcdn.byu.edu/05/e8/b992897141adb6640f5aa56be54b/primary-white.svg);
        height: 4vh;
        width: 11vw;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .Footer-Link-Text {
        color: #717d96;
        text-align: center;
        font-feature-settings: "calt" off;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -0.16px;
        text-wrap: nowrap;
        margin-right: 32px;
    }

    .Footer-Link {
        color: inherit;
    }

    .Footer-Link:hover {
        color: #cbd2e0;
    }

    .Footer-Link-Selected {
        color: #cbd2e0;
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 7px;
    }

    .Footer-Instagram-Logo {
        background-image: url(https://brightspotcdn.byu.edu/48/93/fd1ab72f4966a0385e3c4e5d25ce/icon-instagram.svg);
        height: 3vh;
        width: 5vw;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .Footer-Facebook-Logo {
        background-image: url(https://brightspotcdn.byu.edu/84/c5/80ad6b7f4c4fba645af05ce90c83/icon-facebook.svg);
        height: 3vh;
        width: 5vw;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

/*End of Footer Styles*/

.Creamery-Button {
    width: max-content !important;
    display: flex !important;
    padding: 16px 24px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    border: none !important;
    border-radius: 6px !important;
    background: #ef5da2 !important;
    color: white !important;
    font-feature-settings: "calt" off !important;
    font-family: "Inter", sans-serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    letter-spacing: -0.18px !important;
}

#Rise_Shout_Section {
    padding: 48px 104px;
    display: grid;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
    background-color: var(--lightblue-background-color);
    border-bottom: 2px solid var(--border-color);
}

.Header-Text-Align_Bottom {
    transform: translate(0, 15%) !important;
}

.Header-Title-Text {
    line-height: 120%;
    margin-bottom: 40px;
}

.Header-Description-Text {
    line-height: 160%;
    margin-bottom: 40px;
}

.Content-Align {
    display: flex;
    align-content: space-around;
    flex-direction: column;
    flex-wrap: wrap;
}



/*STYLING FOR THE BANNER*/

/* Styles for mobile devices */
@media only screen and (max-width: 767px) {
    #Ordering_Banner {
        align-items: center;
        justify-content: center;
        background: #D4DBE4;
        color: #002E5D;
        padding: 24px;
        display: grid;
        z-index: 9999;
        position: fixed;
    }

    #Ordering_Banner_Div {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        font-size: large;
        gap: 12px;
        max-width: 800px;
        justify-self: center;
        width: 80%;
    }

    #Banner_Img {
        margin-right: 8px;
        display: none;
    }

    #Email_Form {
        display: grid;
        align-items: flex-start;
        justify-items: center;
        margin-top: 25px;
        border-radius: 4px;
        gap: 5px;
    }

    #Email_Label {
        margin-bottom: 16px;
        color: var(--Primary-Navy, #002E5D);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: -0.14px;
    }

    #email {
        margin-bottom: 16px;
        font-size: 17px;
        border-color: #002E5D;
        border-radius: 6px;
        border: none;
        width: 80%;
        height: 35px
    }

    #Banner_Close
    {
        float: left;
        right: 25px;
        top: 75px;
        position: fixed;
        font-size: 28px;
        font-weight: bold;
        height: 15px;
        width: 15px;
        cursor: pointer;
    }

    #Email_Submit {
        width: 80%;
        margin-right: 0px;
        margin-bottom: 16px;
        padding: 10px 20px;
        border: none;
        border-radius: 6px;
        background: #ef5da2;
        color: white;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -0.18px !important;
    }

    #Banner_Background
    {
        z-index: 9998;
        background-color: rgba(128, 128, 128, 0.65);
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
    }
}

/* Styles for tablets */
@media only screen and (min-width: 768px) and (max-width: 1224px) {
    #Ordering_Banner {
        display: block;
        align-items: center;
        justify-content: center;
        background: #D4DBE4;
        color: #002E5D;
        padding: 24px;
    }

    #Ordering_Banner_Div {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        font-size: large;
        gap: 12px;
        max-width: 800px;
    }

    #Banner_Img {
        margin-right: 8px;
    }

    #Email_Form {
        display: flex;
        padding: 10px;
        border-radius: 4px;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    #Banner_Close
    {
        float: left;
        right: 25px;
        top: 95px;
        position: absolute;
        font-size: 28px;
        font-weight: bold;
        height: 15px;
        width: 15px;
        cursor: pointer;
    }

    #Email_Label {
        margin-bottom: 8px;
        color: var(--Primary-Navy, #002E5D);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: -0.14px;
    }

    #email {
        margin-bottom: 8px;
        font-size: 14px;
        border-color: #002E5D;
        border-radius: 6px;
        border: none;
        width: 400px;
        height: 35px
    }

    #Email_Submit {
        width: 400px;
        padding: 10px 20px;
        border: none;
        border-radius: 6px;
        background: #ef5da2;
        color: white;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -0.18px !important;
    }

    #Banner_Background
    {
        display: none;
    }
}

/* Styles for desktops and larger devices */
@media only screen and (min-width: 1225px) {
    #Ordering_Banner {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #D4DBE4;
        color: #002E5D;
        padding: 24px;
    }

    #Ordering_Banner_Div {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        font-size: large;
        gap: 12px;
        max-width: 800px;
    }

    #Banner_Img {
        margin-right: 8px;
    }

    #Banner_Close
    {
        float: left;
        right: 25px;
        top: 95px;
        position: absolute;
        font-size: 28px;
        font-weight: bold;
        height: 15px;
        width: 15px;
        cursor: pointer;
    }

    #Email_Form {
        display: flex;
        padding: 10px;
        border-radius: 4px;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    #Email_Label {
        margin-bottom: 8px;
        color: var(--Primary-Navy, #002E5D);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: -0.14px;
    }

    #email {
        margin-bottom: 8px;
        font-size: 14px;
        border-color: #002E5D;
        border-radius: 6px;
        border: none;
        width: 400px;
        height: 35px
    }

    #Email_Submit {
        width: 400px;
        padding: 10px 20px;
        border: none;
        border-radius: 6px;
        background: #ef5da2;
        color: white;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -0.18px !important;
    }

    #Banner_Background
    {
        display: none;
    }
}