/*
Theme Name: Zane Area Relief Theme 2025
Author: Zane Harrison
Version: 1.9
*/

@import url('https://fonts.googleapis.com/css2?family=Ephesis&family=Saira:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* Index & Global Styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}

html, body {
    background-color: #1d1d1f;
    color: #fff;
    scroll-behavior: smooth;
}

header {
    position: relative;
    background: #1d1d1f;
    color: #fff;
    min-height: 75vh;
}

header img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: brightness(0.7);
    pointer-events: none;
    user-select: none;
}

header nav {
    position: relative;
    z-index: 1;
    padding: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header nav .nav-links {
    transition: all 0.3s ease-in-out;
}

header nav span a {
    font-size: 1.5em;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}

header nav .nav-links a {
    color: #fff;
    padding: 20px;
    text-decoration: none;
}

header nav .nav-links a:hover {
    text-decoration: underline;
}

header nav .menu-btn {
    display: none;
}

header h1 {
    position: absolute;
    z-index: 1;
    font-size: clamp(2.25rem, 0.545rem + 5.455vw, 6rem);
    text-transform: uppercase;
    margin: 1em;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    /* font-family: "Saira", sans-serif; */
    font-family: "Montserrat", sans-serif;
}

.custom-shape-divider-bottom-1748814145 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1748814145 svg {
    position: relative;
    display: block;
    width: calc(137% + 1.3px);
    height: 111px;
}

.custom-shape-divider-bottom-1748814145 .shape-fill {
    fill: #1d1d1f;
}

section {
    width: 100%;
}

.section-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2em 4em;
}

section.secondary {
    color: #fff;
    /* background-color: #255957; */
    text-align: center;
    background-image: linear-gradient(0deg, rgba(30, 148, 64, 1) 0%, rgba(30, 148, 64, 1) 62%, rgba(30, 148, 64, 0.5) 93%, rgba(30, 148, 64, 0.4) 100%);
    margin-top: 100px;
    position: relative;
    padding-bottom: 100px;
}

section.secondary::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    top: -100px;
    left: 0;
    background: linear-gradient(to top, rgba(30, 148, 64, 0.4), transparent);
}

section.secondary h2 {
    display: block;
    margin-right: 0;
    line-height: 85px;
    color: #fff;
    font-size: 4em;
}

section.secondary h2 span:first-child {
    color: #fff;
    font-size: 2.7em;
    display: block;
}

section.secondary h2 span:last-child {
    color: #fff;
    font-size: 3em;
    text-shadow: 1px -3px 18px #1e9440;
    display: block;
}

section.secondary a.btn {
    color: #fff;
    border: 2px solid #fff;
}

h2 {
    font-size: clamp(2.5rem, 4vw, 3rem);
    padding: 1em 0;
    /* font-family: "Saira", sans-serif; */
    font-family: "Montserrat", sans-serif;
    color: #009900;
    line-height: 1em;
}

p {
    font-size: 1.25rem;
    line-height: 2rem;
    text-wrap: pretty;
    padding-bottom: 1em;
}

a.btn {
    display: block;
    width: fit-content;
    padding: 0.8em 1em;
    margin: 2em 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    color: #1e9440;
    cursor: pointer;
    user-select: none;
    border: 2px solid #1e9440;
    border-radius: 2px;
    transition: all .15s ease-in-out;
}

a.btn:hover {
    text-decoration: underline;
}

a.btn.inline {
    display: inline-block;
    margin-right: 1em;
}

.center {
    margin-left: auto!important;
    margin-right: auto!important;
    text-align: center;
}

section.wide {
    padding-left: 0;
    padding-right: 0;
}

.icon-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 4em 2em;
    text-transform: uppercase;
    max-width: 1200px;
    width: 100%;
    margin: 1em auto;
    text-align: center;
    color: #fff;
}

.icon-wrapper div {
    margin: 1em;
}

.icon-wrapper div i {
    color: #fff;
    font-size: 6em;
    display: block;
    margin-bottom: 30px;
}

.icon-wrapper div b {
    display: block;
    font-size: 2em;
}

.icon-wrapper div strong {
    display: block;
    font-size: 1.5em;
    padding-bottom: 1em;
}

.img-row {
    display: flex;
    gap: 3em;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2em 0;
    position: relative;
    top: -6em;
}

.img-row div {
    width: 50%;
    text-align: left;
}

.img-row img {
    width: 100%;
}

.img-row h2 {
    padding-bottom: 0.5em;
}

.img-row:last-child {
    flex-direction: row-reverse;
    margin-bottom: -4em;
}

.img-row:last-child div {
    text-align: right;
}

.img-row:last-child a {
    float: right;
}

ul {
    margin-left: 1em;
    font-size: 1.25em;
}

footer address, footer a {
    font-size: 1em;
    font-style: normal;
    color: #ccc;
    display: inline-block;
}

footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 1em;;
    text-align: left;
    background-color: #000;
    color: #ccc;
}

footer div {
    padding: 10px 0;
}

/* Subpage Styles */

header.subpage {
    min-height: 40vh;
}

.heading {
    font-size: clamp(2.5rem, 4vw, 3rem);
    padding: 1em 0;
    /* font-family: "Saira", sans-serif; */
    font-family: "Montserrat", sans-serif;
    color: #333;
    line-height: 1em;
    font-weight: bold;
}

.split-2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.split-2 div {
    width: 50%;
    text-align: left;
}

.split-2 img, .split-2 video {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
    margin: 0 1em;
}

.split-2 video {
    padding: 2em;
}

article {
    display: flex;
    align-items: center;
}

article img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 2px;
}

#gifts .split-2 h3 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

#gifts .split-2 div {
    margin: 0 1em;
}

.event-btns {
    display: flex;
    flex-wrap: wrap;
}

.event-btns img {
    margin: 1em;
    width: 300px;
    height: auto;
    color: #fff;
}

/* Tablet and smaller */
@media screen and (max-width: 767.98px) {

    /* Index and Global Styles */

    header nav {
        z-index: 3;
    }

    header nav .menu-btn {
        display: block;
        background-color: transparent;
        color: #fff;
        border: none;
        font-size: 1.5em;
        cursor: pointer;
    }

    header nav .nav-links a {
        display: none;
    }

    header nav.open div {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #1d1d1f;
        z-index: 1;
        padding-top: 100px;
    }

    header nav.open .nav-links a {
        display: block;
        text-decoration: none;
        font-size: 1.3em;
        padding: 1.5em;
    }

    header nav.open .menu-btn {
        position: absolute;
        top: 1em;
        right: 1em;
    }

    .custom-shape-divider-bottom-1748814145 svg {
        transform: scaleY(0.5);
        transform-origin: top;
    }

    .section-wrapper {
        padding: 0 2em;
    }

    section.secondary h2 {
        line-height: 57px;
    }

    .icon-wrapper {
        flex-wrap: wrap;
        padding: 0;
    }

    .icon-wrapper div {
        width: 50%;
        margin: 2em 0;
        padding: 0 1em;
    }

    .img-row {
        flex-direction: column;
        gap: 0;
    }

    .img-row:last-child {
        flex-direction: column;
    }

    .img-row h2 {
        padding-top: 0.5em;
    }

    .img-row div {
        width: 100%;
    }

    .img-row:last-child div {
        text-align: left;
    }

    .img-row:last-child a {
        float: none;
    }

    a.btn {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /* Subpage Styles */

    .split-2 {
        flex-direction: column-reverse;
    }

    .split-2 div {
        width: 100%;
    }

    .split-2 img {
        max-width: 70%;
        display: block;
        margin: 0 auto;
    }

    .split-2 h2 {
        padding-top: 0;
    }

    article {
        flex-direction: column;
        text-align: center;
    }

    article img {
        display: block;
        margin: 0 auto;
    }

    #gifts .split-2 div:first-child {
        margin-top: 2em;
    }

}