﻿@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

/*html {
    background: url(Images/background_collage.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
}*/

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background-image: url(Images/background_collage.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.3;
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    background-color: rgba(134, 38, 51);
    background-size: cover;
    opacity: 0.2;
}

body {
    font-family: sans-serif;
    font-size: 12px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content:space-around;
}

/*-------------------------------------*/
/*HELPERS-TEXT*/
.bold {
    font-weight: bold;
}

/*-------------------------------------*/
/*HELPERS-ALIGHTMENT*/
.center {
    text-align: center;
}

.center-vertical {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dead-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/*-------------------------------------*/
/* CONTAINERS */

.container-full, .container-main, .container-mid, .container-sm, .container-xs {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-full {
    max-width: 100%;
}

.container-main {
    max-width: 1200px;
}

.container-mid {
    max-width: 900px;
}

.container-sm {
    max-width: 700px;
}

.container-xs {
    max-width: 600px;
}



.grid-parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
}

.parent {
    height: 100%;
    width: 100%;
    position: relative;
}

.child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.event-date {
    font-size: 4rem;
    font-weight: bold;
    color: #003A70;
}

.main-container-shading {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgba(255, 255, 255, 0.8);
}

.main-container-position {
    width: 100%;
    position: relative;
}

.logo {
    max-width: 100%;
    float: right;
    padding-right: 5px;
}

.button-container {
    padding-top: 70px;
}

.give-day-cta {
    font-family: "Roboto Condensed", serif;
    font-size: 28px;
    font-weight: 800;
    cursor: pointer;
    letter-spacing: .4px;
    padding: 24px 32px;
    color: #ffffff;
    background: #0089CF;
    border-radius: 8px;
    outline: none;
    border: none;
    text-decoration: none;
}

    .give-day-cta:hover, .give-day-cta:focus {
        background: #0071CE;
    }

    .give-day-cta:active {
        background: #1456C1;
    }

.give-day-cta2 {
    font-family: "Roboto Condensed", serif;
    font-size: 24px;
    font-weight: 800;
    cursor: pointer;
    letter-spacing: .4px;
    padding: 16px 24px;
    color: #ffffff;
    background: #0089CF;
    border-radius: 8px;
    outline: none;
    border: none;
    text-decoration: none;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.social-logos img {
    width: 50px;
    max-width: 100%;
    padding: 0px 2px 0px 2px;
    opacity: 0.9;
}

.lower-container {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center;
}

.missed-giving-container {
    padding-top: 50px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #003A70;
    text-align: center;
}

.bottom-container-inner {
    /*flex-direction: column;
    gap: 32px;*/
}

.button-container2 {
    margin: 0;
    padding: 0;
}

.bottom-container-inner-child {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 1024px;
}


/* Start here for ThankYOU page new styles */

.ocgd-main-parent {
    width: 100%;
    padding: 16px;
    display: flex;
    box-sizing: border-box;
    justify-content: space-around;
}

.ocgd-main-inner {
    display: flex;
    justify-content: space-around;
    gap: 64px;
    align-items: center;
}

.ocgd-container-logo {
    width: 100%;
}

.ocgd-container-video {
    min-width: 400px;
    height: auto;
    display: flex;
    justify-content: space-around;
}

.ocgd-container-video-inner {
    width: 100%;
}

.ocgd-logo {
    width: 100%;
}

.button-container2 {
    display: flex;
    padding-top: 16px;
    justify-content: space-around;
}

@media only screen and (max-width: 1060px) {
    .grid-parent {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 8px;
    }

    .main-container-shading {
        padding-top: 50px;
        padding-bottom: 5px;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .logo-container {
        text-align: center;
    }

    .logo {
        max-width: 100%;
        float: unset;
        padding-right: unset;
    }

    .bottom-container-inner-child {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }

    /* Start here for ThankYOU page new styles */

    .ocgd-main-parent {
        width: 100%;
        padding: 16px 0;
        display: flex;
        justify-content: space-around;
    }

    .ocgd-main-inner {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        gap: 32px;
    }

    .ocgd-container-video {
        min-width: 300px;
        height: auto;
        display: flex;
        justify-content: space-around;
    }

    .ocgd-container-logo {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-around;
    }

    .ocgd-logo {
        width: 100%;
        max-width: 200px;
    }

    .ocgd-secondary-opportunity-container {
        margin-bottom: 100px;
    }
}


@media only screen and (max-width: 550px) {
    .child {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .logo {
        max-width: 80%;
        float: unset;
        padding-right: unset;
    }

    .event-date {
        font-size: 2.6rem;
        font-weight: bold;
        color: #003A70;
        padding-bottom: 15px;
    }

    .button-container {
        padding-top: 25px;
    }

    .give-day-cta {
        font-size: 26px;
        padding: 18px 26px;
    }

    .footer {
        position: relative;
        bottom: unset;
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }

    .bottom-container-inner-child {
        flex-direction: column;
        gap: 48px;
        align-items: center;
    }
}