:root {
    --animate-delay: 0.25s !important;
}


body {
    margin: 0;
    font-family: sans-serif;
    padding: 0px !important;
    font-size: 14px;
    overflow: auto;
}

body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #00827a;

}

.hero.grapppler {
    width: 100vw;
    height: 105vh;
    overflow: hidden;
    display: inherit;
    position: relative;
    top: -90px;
    height: 70vh;
}

::-webkit-scrollbar {
    width: 0 !important
}


.links {
    z-index: 100;
    background: white;
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .5s eaase;
}


.links.not-open {
    left: -100vw;
    transition: .5s eaase;

}

.links a {
    font-size: 32px;
    line-height: 115px;
    text-decoration: none;
    color: black;
}

.mobile-nav {
    position: fixed;
    top: 0px;
    z-index: 200;
}

.mobile-nav img {
    height: 40px;
}

.mobile-nav .logo {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: transparent !important;
    box-shadow: none;
}

.blur-box {
    position: absolute;
    z-index: 3000;
    display: flex;
    width: 100vw;
    backdrop-filter: blur(50px);
    background-color: #ffffff8c;
    padding-bottom: 10px;
}

.logo-badge {
    height: 120px;
}

nav {
    display: none;
    height: 1vw;
    min-height: 50px;
    z-index: 100;
    position: fixed;
    width: 100vw;
    overflow: hidden;
    color: white;
    text-align: right;
    padding-top: 2vh;
}

.nav-links {
    width: fit-content;
    margin-left: auto;
    display: flex;
    text-align: center;
}

.nav-links a {
    color: #666666;
    font-size: 13px;
    line-height: 13px;
    text-decoration: none;
    min-width: 50px;
    padding: 8px 15px;
}

.nav-links a:hover {
    text-decoration: none;
    transition: .5s;
    color: black;
}


.nav-links a:last-child {
    background-color: #00a89d;
    color: white;
    margin-right: 60px;
    border-radius: 360px;
    display: flex;
    align-items: center;
}

.nav-links a:last-child:hover {
    background-color: #00827a;
}


.nav-links a::after {
    display: inherit;
    width: 0%;
    border-bottom: solid 2px;
    color: #00a89d;
    content: " ";
    -webkit-transition: .5s ease;
    transition: .5s ease;
    margin-top: 5px;
}

.nav-links a:hover::after {
    width: 100%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.nav-links a:last-child::after {
    display: none;
}


h2 {
    font-size: 1.25em;
}

main {
    width: 100%;
}

.flex.col {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 10px;
}

footer {
    background-color: #00a89d;
    color: white;
    height: 720px;
}


.section {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    flex-direction: column;
}

.section.slim {
    width: 90vw;
    max-width: 1600px !important;
    margin: auto;
}

.two {
    background-color: #f64c72;
    color: #fff;
}

.three {
    background-color: #99738e;
    color: #fff;
}

.wht-bkg {
    background-color: white;
}

.grn-bkg {
    background-color: #226048;
    color: white;
}

.two-col {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 10px;
}

img.photo-book {
    margin: 0px auto;
    width: auto;
    min-height: 380px;
    max-height: 420px;
    border: 10px solid white;
    box-shadow: 0px 0px 65px 0px lightgrey;
}

.two-col .shadow-boxer,
.two-col .lefty,
.two-col .footer {
    font-size: 1.5em;
    width: 75vw;
    padding: 55px;
    justify-content: center;
}

.two-col .flex-row {
    display: flex;
    flex-direction: row;
}

.two-col .center {
    justify-items: center;
}


.reverse {
    flex-direction: column-reverse;
}


.one {
    background: url('/app/images/b-jackson-green.jpg');
    position: relative;
    color: #fff;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}



.mobi-top {
    margin-top: 50vh;
}

.no-sml {
    display: none;
}


.gallery {
    padding-top: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.gallery-box {
    display: flex;
    height: 25vw;
    width: 25vw;
    overflow: hidden;
    background-position: center !important;
    background-size: cover !important;
    transition: .5s ease;
}

.gallery-box:hover {
    transform: scale(.99);
}

.clear {
    clear: both;
    float: none;
    width: 100%;
}

a.toggle-about {
    margin: 20px auto 50px 0px;
    font-weight: 900;
    color: white;
    background-color: #00a89d;
    text-decoration: none;
    padding: 5px 10px;
    transition: .5s ease;
    z-index: 1000;
    display: block;
    width: fit-content;
}

a.toggle-about:hover {
    color: white;
    text-decoration: none;
    background-color: black;
}


#about-section {
    opacity: 1;
    height: auto;
    transition: 1s ease;
    overflow: hidden;
}

#about-section.is-closed {
    height: 0px;
    opacity: 0;
    transition: 1s ease;
    overflow: hidden;
}

#about-section p,
p {
    margin-top: 2em;
    line-height: 1.25em;
}

.bold {
    margin-bottom: 30px !important;
    display: block;
}

.bold.header {
    font-size: 52px;
}

.bold.header::after {
    display: block;
    margin-top: 17px;
    margin-bottom: 37px;
    width: 70px;
    border-top: 3pt solid #00827a;
    content: " ";
}

h1 {
    font-size: 4em !important;
    font-weight: 900 !important;
    margin-bottom: 50px !important;
    line-height: 1em !important;
}

img.photo-book:nth-child(2) {
    transform: rotate(13deg);
    position: relative;
    top: 50px;
}

.none {
    display: none !important;
}

.district {
    text-align: center;
    text-align: -webkit-center;
    letter-spacing: 5px;
    padding: 0px !important;
    margin: 10px auto;
}

.point {
    margin-bottom: 60px;
    box-shadow: 0px 0px 20px 0px lightgrey;
    padding: 20px;
    text-align-last: center;
    width: 450px;
    border-radius: 15px;

}

.point div {
    margin: 0px auto !important;
    padding: 0px !important;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
}

.point img {
    max-height: 150px;
}

.point .sml {
    font-size: 14px;
}


.adj {
    text-align: center;
    font-size: 211%;
    max-width: 90%;
    margin-bottom: 10px;
}

.extra-time {
    font-size: 6em;
}

.points {
    place-content: space-evenly;
    display: flex;
    flex-wrap: wrap;
    max-width: 90%;
    margin: auto;
}

.issues p {
    margin: 0px;
    font-size: 15pt;
    width: 100%;
}

.issues {
    width: 90%;
    max-width: 1920px;
    text-align: center;
    margin-bottom: 50px;
}

.section.sml-pad {
    min-height: 570px;
}

.sml-image {
    max-width: 400px;
    height: auto;
}

.issues .sml-image {
    margin-top: 30px;
    max-width: 300px;
    height: auto;
}

nav img {
    height: 60px;
    max-width: 420px;
}

.logo {
    position: absolute;
    left: 0px;
    top: 7px;
    background-color: transparent !important;
    box-shadow: none;
}

.menu-bar {
    display: block;
    content: " ";
    width: 70%;
    height: 1px;
    border-bottom: 1px solid black;
    margin: 4px auto;
    transition: .5s ease;
    position: relative;
    opacity: 1;
}

.is-open .menu-bar:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 10px;
}

.is-open .menu-bar:nth-child(2) {
    opacity: 0;
}

.is-open .menu-bar:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -10px;
}

.toggle-menu {
    height: 60px;
    width: 40px;
    z-index: 200;
    display: flex;
    align-content: center;
    flex-flow: column;
    justify-content: center;
    margin-left: auto;
    margin-right: 10px;
}

.toggle-menu-bars {
    display: flex;
    align-content: center;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
    transition: .5s ease;
}

.is-open.toggle-menu-bars {
    transform: rotate(180deg);
    transition: .5s ease;
}



@media screen and (min-width: 1920px) {
    .no-sml {
        display: block;
    }

}

@media screen and (min-width: 1080px) {
    .hero.grapppler {
        width: 100vw;
        height: 90vh;
        overflow: hidden;
        display: inherit;
        position: relative;
        top: -90px;
    }

    .toggle-menu,
    .blur-box {
        display: none;
        display: none;
    }


    nav {
        display: block;
    }

    nav.desktop-nav {
        max-width: 1280px;
        margin: auto;
        position: relative;
    }

    .two-col {
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .one {
        color: #fff;
        background-attachment: fixed;
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
        align-items: center;
    }
}

.reverse {
    flex-direction: row;
}

.mobi-top {
    margin-top: 0vh;
}

.time-ruler {
    z-index: -100;
    position: fixed;
    top: 0px;
    border-left: 1px dotted #d3d3d378;
    height: 100%;
    right: 50%;
    display: flex;
    opacity: 0;
}
}

.donate-opt {
    align-self: center;
    text-align: center;
}

.donate-opt a {
    align-self: center;
    text-align: center;
    display: flex;
    flex-flow: column;
    text-decoration: none;
    color: white;
}

#donate p {
    font-size: 18pt;
    margin: 0px;
}

.donate-opt img {
    filter: invert(1);
    width: 100px;
    height: auto;
    margin: 15px auto;

}

.two-col.donate {
    margin-bottom: 120px;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.shadow-boxer {
    background-position: center;
    background-size: cover;
    flex-grow: 1;
    height: 100%;
    background-color: white;
    padding: auto 15px !important;
    height: 300px;
    align-items: center;
    box-shadow: 0px 0px 80px 0px lightgrey;
}



.test {
    display: flex;
    width: 100vw;
    justify-content: center;
    height: 70vh;
}

#gradient {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    height: 200px;
    /* adjust it to your needs */
    background: url(data:image/svg+xml;base64,alotofcodehere);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
}

#topgradient {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    left: 0;
    height: 200px;
    /* adjust it to your needs */
    background: url(data:image/svg+xml;base64,alotofcodehere);
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
    background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
}

button.join-white {
    padding: 5px 15px;
    border: none;
    border-radius: 360px;
    background-color: white !important;
    color: #00a89d;
    font-size: 14pt;
}


footer h3 {
    margin-top: 0px;
    margin-bottom: 22px;
    font-size: 28pt;
    line-height: 32pt;
}

@media only screen and (min-width: 768px) {
    footer h3 {
        margin-top: 0px;
        margin-bottom: 22px;
        font-size: 52pt !important;
        line-height: 54pt;
    }
}

footer a {
    color: black;
    text-decoration: none;
}

.copyright {
    padding: 55px;
    margin-right: auto;
}

.overview-text {
    font-size: 22px;
}

.overview {
    padding: 30px;
    margin: 50px auto;
    max-width: 680px !important;
}

.team-img img {
    max-width: 420px;
}

.team-three {
    display: flex;
    flex-wrap: wrap;
}

.team-member {
    padding: 5px;
    max-width: 400px;
    margin: 5px auto;
}

.team-member img {
    height: auto;
    max-height: 290px;
    overflow: hidden;
    max-width: 400px;
    margin: auto;
}

.team-name {
    font-weight: bold;
}

.team-title {
    color: #00827a;
}

#company {
    margin: 50px auto 200px auto;
}
