@font-face {
    font-family: Optima;
    src: url("/assets/Optima.ttc");
}

.pagewrap {
    display: flex;
    flex-direction: column;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    position: absolute;
    min-height: 400px;
    min-width: 300px;
    overflow: hidden;
    background-image: url('../../images/img_edenbackground.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: cover;
    justify-content: center;
    align-items: center;
}

.siteheaderwrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 800px;
    margin-top: 10px;
}

.headertopwrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    border-bottom-style: double;
    border-bottom-width: 4px;
}

.headertitlewrap {
    font-family: Optima;
    width: 50%;
    margin: 4px;
    padding: 2px;
}

.headersocialwrap {
    width: 50%;
    justify-content: flex-end;
    display: flex;
    border-style: none;
    align-items: center;
    padding: 2px;
    margin: 4px;
}

.headernavigationwrap {
    font-family: Optima;
    color: #000000;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    font-size: 21px;
    justify-content: space-evenly;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bodywrap {
    right: 0px;
    left: 0px;
    overflow: auto;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    min-width: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 56px;
    padding: 20px 40px;
}

.primaryimagewrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.primaryimage {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 0.8;
}

.contentwrap {
    font-family: Optima;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #ffffff;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 22px;
    padding: 20px;
    display: flex;
    position: relative;
    max-width: 800px;
}

.contentwrapclear {
    font-family: Optima;
    text-align: center;
    width: 100%;
    color: #ffffff;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    display: flex;
    position: relative;
    height: 100%;
    overflow: auto;
}

.sitefooterwrap {
    width: 100%;
    bottom: 0px;
    background-color: #414040;
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 0;
    flex-direction: column;
    align-items: center;
    padding: 0px 10px 2px;
    margin: 0px;
    color: #ffffff;
    font-size: 18px;
    font-family: Optima;
    min-width: 300px;
}

.footertopwrap {
    font-family: Optima;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 30px;
    padding-top: 10px;
    margin-bottom: 2px;
    max-width: 800px;
}

.footertitlewrap {
    width: 60%;
    display: flex;
    justify-content: flex-start;
    margin-left: 4px;
    margin-top: -3px;
}

.footersocialwrap {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    margin-right: 4px;
    margin-top: 4px;
}

.footercopyrightwrap {
    width: 100%;
    text-align: center;
    color: #a9a9a9;
    font-size: 10px;
    padding: 0px;
    margin: 0px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Optima;
}

.WebsiteHeader {
    height: 30px;
}

.HeaderSocialIcon {
    fill: black;
    width: 35px;
    transition: padding 200ms;
    height: 35px;
    padding: 2px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: -5px;
}

.HeaderSocialIcon:Hover {
    padding: 0px;
}

.NavigationButton {
    margin: 0px 1px 0px 0px;
    padding: 0px;
    text-align: center;
    min-width: 70px;
}

.NavigationButton:hover {
    color: #606060;
    cursor: pointer;
    font-weight: 600;
}

.NavigationDivider {
    display: inline;
    width: 3px;
    border-left: 1px solid;
    border-right: 1px solid;
    height: 30px;
}

.FooterSocialIcon {
    fill: white;
    width: 25px;
    transition: padding 200ms;
    height: 24px;
    padding: 0px;
    margin-left: 3px;
    margin-right: 3px;
}

.FooterSocialIcon:hover {
    fill: rgb(0, 0, 0);
}

.DonateButton {
    height: 25px;
    background-color: #ffffff;
    border-radius: 6px;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 12px;
    font-family: Optima;
    color: #000000;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    text-align: center;
    cursor: pointer;
}

.DonateButton:hover {
    background-color: #838383;
}

.PopUp {
    visibility: hidden;
    width: 0px;
    height: 0px;
    position: absolute;
}

.PopUp::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 40px;
    margin-left: -5px;
    border-width: 7px;
    border-style: solid;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}

.popupshow {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    width: 292px;
    bottom: 58px;
    height: 350px;
    margin-left: -2px;
}

.DonatePopUpiFrame {
    height: 100%;
    width: 100%;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1 ;
    }
}

@media (max-width:480px) {
    .siteheaderwrap {
        width: 100%;
        min-width: 300px;
    }

    .footercopyrightwrap {
        font-size: 8px;
    }

    .bodywrap {
        padding: 0px 0px;
    }

    .contentwrap {
        border-radius: 0px;
        padding: 5px;
        border-top: 4px solid #000000;
        border-bottom: 4px solid #000000;
        background-color: rgba(0, 0, 0, 0.85);
    }

    .contentwrapclear {
        padding: 5px;
    }

    .DonateButton {
        font-size: 10px;
        padding-left: 6px;
        padding-right: 6px;
    }
}
