html {
    scroll-behavior: smooth;
}

.show-sm {
    display: none;
}

.no-flex-sm {
    display: flex;
}

.no-margin-sm {
    margin: 0;
}

.space {
    display: flex;
    justify-content: space-around;
    max-width: 100%;
    text-align: center;
}

div#nav-menu {
    display: none;
    background: white;
    width: 100vw;
    height: calc(100vh - 62px);
    position: fixed;
    z-index: 10;
    top: 62px;
    left: 0;
}

#nav-menu>div {
    height: auto;
    padding-bottom: 44vh;
    margin: auto;
    font-size: 2em;
    line-height: 15vh;
}

#nav-menu>div>a {
    color: #194FA3;
    text-decoration: none;
}

input.invis-check {
    display: none;
}

.group-photo {
    background-size: 80%, 100%;
    background-attachment: fixed, local;
}

.hero.hero-1 {
    background-attachment: local, fixed;
}

.hero.hero-1.no-bg-attach-sm {
    background-image:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.851), rgba(0, 0, 0, 0) 70%),
        url(https://i.imgur.com/kBgT51B.jpg);
    height: 76vh;
    min-height: 440px;
}

.hero-text>div {
    display: flex;
}

.no-flex-sm>img {
    width: 50vmax;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
}

.hero-text h1 {
    font-size: 2.2vmax;
    padding-left: 4vw;
}

.hero1-text span {
    margin-left: -7px;
}

.hero.hero-2 {
    height: 800px;
    max-height: 75vh;
    min-height: 400px;
    background-image:
        /* linear-gradient(transparent, transparent), */
        linear-gradient(to right, transparent, transparent 100%),
        url('https://i.imgur.com/ZebOyWn.jpg'),
        linear-gradient(white, white);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: -30px;
    height: 100vh;
    background-attachment: local, fixed;
}

.color-main {
    /* text-shadow: 0 0 1px #fff; */
    /* padding: 4px 26px; */
    /* background: #fff2; */
    /* BACKGROUND: #fffb; */
    max-width: 539px;
    /* border-radius: 2px; */
    margin-bottom: 28px;
    font-weight: 700;
    /* box-shadow: 0 0 6px 0 #444 inset; */
    /* border-left: 4px solid #fff4; */
}

.text-one.text-accent>p {
    padding: 16px;
    border-left: 4px solid hsla(209, 86%, 65%, .6);
}

.color-main.text-one>h2 {
    margin: auto;
}

.text-one.text-accent>h3 {
    padding: 16px;
    border-left: 4px solid hsla(209, 86%, 65%, .6);
}

.color-main.text-one>p {
    text-align: left;
    border-radius: 0;
    border-top: 0.6em solid #eee;
    padding-top: 50px;
}

.text-one.text-accent>p {
    color: #fff;
    font-weight: 100;
    padding-left: 52px;
}

h1.hero2-text {
    font-size: 3.8em;
    font-size: 4.5vmax;
    padding-left: 8%;
}

.pics-width>div {
    width: 480px;
}

.blank-reveal {
    height: 104vmin;
}

.flyer {
    transform: scale(0.8, 0.8) rotate(-5deg);
    transition: all 0.35s;
}

.flyer:hover .polaroid:before {
    content: '';
    position: absolute;
    z-index: -1;
    transform: rotate(0deg);
    height: 90%;
    width: 90%;
    bottom: 0%;
    right: 5%;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
    transition: all 0.35s;
}

.flyer:hover {
    filter: none;
    transform: scale(1.2, 1.2) !important;
    transition: all 0.35s;
}

@media only screen and (max-width: 1025px) {
    body {
        background-color: lightblue;
    }

    .hide-sm {
        display: none;
    }

    .show-sm {
        display: unset;
    }

    .header {
        display: none;
    }

    #nav>span>label {
        margin: 0;
        border: none;
    }

    #nav>span a.show-sm {
        font-size: 2.5em;
        border: none;
        border-radius: 2px;
        margin: 0;
        background: transparent;
        color: #fff;
        font-weight: 900;
        padding: 0;
        text-decoration: none;
    }

    #nav>span>input:checked+div#nav-menu {
        display: flex;
        line-height: 12vmax;
    }

    .hero.hero-1 {
        background-size: cover,
            auto 130%;
    }

    .hero.hero-1.no-bg-attach-sm {
        background-image:
            linear-gradient(to bottom, #a1773800, #000000b5 70%),
            url(https://i.imgur.com/kBgT51B.jpg);
        height: 125vmin;
        min-height: 440px;
    }

    .hero-text {
        margin: auto;
        height: auto;
        min-width: auto;
        width: 92vmin;
        grid-template-columns: none;
        grid-template-rows: 1.5fr 1fr;
    }

    .hero-text>div {
        display: block;
        padding-left: 0;
    }

    .no-flex-sm>img {
        padding-right: 0;
    }

    .hero-text h1 {
        font-size: 6.6vmin;
    }

    .hero1-text br {
        display: none;
    }

    .hero1-text span {
        margin-left: 0px;
    }

    h1.hero2-text {
        font-size: 12vmin;
    }

    .hero-text>img {
        max-width: 70%;
    }

    /* .text-one.text-accent>p {
        padding-left: 10px;
        margin-right: 60px;
    } */

    .hero.hero-2 {
        background-position-y: 0px;
        background-position-y: 0px;
        height: 76vh;
        min-height: 125vmin;
    }

    .space {
        display: block;
        justify-content: space-around;
        max-width: 100%;
        text-align: center;
    }
    
    .flyer1 {
        padding-top: 50px;
    }
    
    .flyer2 {
        padding-top: 50px;
    }

    .color-main.text-one {
        margin: auto 46px;
    }

    .color-main.text-one br {
        display: none;
    }

    .text-one>h3>span {
        background: none;
        padding: 0;
    }

    .no-flex-sm {
        display: block;
    }

    .donate {
        padding-top: 10px !important;
    }

    #footer {
        height: 330px;
    }

    footer br {
        display: none;
    }

    #reveal-footer {
        height: 700px;
        display: flex;
    }

    .blank-reveal {
        height: 540px;
    }

    footer.pane-65 {
        padding-top: 200px;
        display: block;
        margin: auto;
        margin-bottom: 0;
        padding-bottom: 0px;
    }

    footer.pane-split {
        padding-top: 375px;
        padding-bottom: 10px;
    }

    footer>div:first-child {
        display: block;
        margin-bottom: 2vmin;
    }

    footer>div:first-child>div:first-child {
        text-align: center;
    }

    footer p {
        margin: 9px 0;
    }

    .pane-split {
        display: block;
    }

    .pane-50 {
        display: block;
    }

    .pane-65 {
        display: block;
    }

    .pane-65>.pane-first {
        border: none;
        padding: unset;
        margin-bottom: 64px;
    }

    .grid-3 {
        grid-template-columns: auto;
        column-gap: 0;
        row-gap: 0;
        justify-items: center;
        display: table;
    }

    .grid-2 {
        grid-template-columns: auto;
        column-gap: 0;
        row-gap: 0;
        justify-items: center;
        display: table;
    }

    .grid-5 {
        grid-template-columns: auto auto;
    }

    .group-photo {
        background-size: 100%, 100%;
    }

    .no-bg-attach-sm {
        background-attachment: scroll, scroll !important;
    }

    .list-bubble>div {
        font-size: 13px;
    }

    .pics-width>div {
        width: 292px;
    }

    footer img[src="./img/logo-nobg.png"],
    footer img[src="../img/logo-nobg.png"],
    footer img[src="https://i.imgur.com/UtddWoK.png"] {
        width: 200px !important;
    }
}