@font-face {
    font-family: "Centaur MT Std";
    src: url('../fonts/template/CentaurMTStd.woff2') format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Centaur MT Std";
    src: url('../fonts/template/CentaurMTStd-Italic.woff2') format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "FuturaTS-Regular";
    src: url('../fonts/template/FuturaTS-Regular.woff2') format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

h1:not(wp-block-post-content h1),
h2:not(wp-block-post-content h2),
h3:not(wp-block-post-content h3),
h4:not(wp-block-post-content h4),
h5:not(wp-block-post-content h5),
h6:not(wp-block-post-content h6),
p:first-child:not(wp-block-post-content p) { 
    margin-block-start: revert;
    margin-block-end: revert;
	font-weight: revert;
}

.title_section {
    width: 100%;
}

.title_section img {
    width: 180px;
}

.jonah_top {
    width: 100%;
    height: 100vh;
    float: left;
    background-size: cover;
    background-position: center;
}

.first_copy_section_ja {
    display: flex;
    width: 100%;
    /* height: 100vh; */
    align-items: flex-start;
    padding: 5%;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.jonah {
    width: 50%;
    padding: 5% 2.5% 0%;
    box-sizing: border-box;
    /* margin-bottom: -20px; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: -12px;
}

.a {
    width: 50%;
    padding: 5% 5% 0%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: -12px;
}

.copy_left {
    width: 50%;
    padding: 0% 2.5% 5%;
    box-sizing: border-box;
}

.ja_credits {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .03px;
    color: black;
    font-family: 'FuturaTS-Regular';
    margin-bottom: 50px;
}

.two_column_paragraphs {
    columns: 2;
    gap: 30px;
    font-size: 17px;
    line-height: 19px;
    letter-spacing: 1px;
    font-family: 'Centaur MT Std';
    color: black;
    text-align: justify;
}

.half_right {
    width: 50%;
    padding: 0% 5% 5%;
    box-sizing: border-box;
    margin-top: 62px;
}

.single_image_width_quote {
    width: 100%;
}

.single_image_width_quote img {
    width: 100%;
}

.image_caption.blue {
    width: 80%;
    font-family: 'FuturaTS-Regular';
    font-size: 14px;
    letter-spacing: .05px;
    line-height: 16px;
    color: #00AEEF;
    margin-top: 15px;
}

.scroll_sections {
    width: 100%;
    padding: 0% 5% 5%;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    float: left;
}

.floats {
    width: 100%;
    padding-left: 33.333%;
    box-sizing: border-box;
    margin-top: 15vh;
}

.image_float_ja img {
    width: 100%;
}

.single_column_paragraphs {
    font-size: 17px;
    line-height: 19px;
    letter-spacing: 1px;
    font-family: 'Centaur MT Std';
    color: black;
    /* text-align: justify; */
    margin-left: 15%;
    margin-top: 15%;
    margin-bottom: 15%;
    width: 500px;
}

.caption_ja {
    width: 90%;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .03px;
    font-family: 'FuturaTS-Regular';
    margin-top: 10px;
    font-style: italic;
}

.final_image {
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 25%;
    bottom: 3%;
    opacity: 0;
    transition: all 500ms;
    -webkit-transition: all 500ms;
}

.final_image.active {
    opacity: 1;
}

.final_image img {
    width: 100%;
}

@media all and (max-width: 1000px) {
    .first_copy_section_ja {
        display: flex;
        width: 100%;
        /* height: 100vh; */
        align-items: flex-start;
        padding: 5%;
        box-sizing: border-box;
        flex-wrap: wrap;
    }

    .jonah {
        width: 50%;
        padding: 5% 2.5% 0%;
        box-sizing: border-box;
        /* margin-bottom: -20px; */
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 20px;
    }

    .copy_left {
        width: 100%;
        padding: 5% 2.5%;
        box-sizing: border-box;
    }

    .half_right {
        width: 50%;
        padding: 5% 2.55%;
        box-sizing: border-box;
        margin-top: 0px;
    }
}

@media all and (max-width: 700px) {
    .title_section {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .jonah_top {
        width: 100%;
        height: 70vw;
        float: left;
        background-size: cover;
        background-position: center;
    }

    .jonah {
        width: 50%;
        padding: 5% 2.5% 0%;
        box-sizing: border-box;
        /* margin-bottom: -20px; */
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .a {
        width: 50%;
        padding: 5% 5% 0%;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: -20px;
    }

    .two_column_paragraphs {
        columns: 1;
        gap: 30px;
        font-size: 17px;
        line-height: 19px;
        letter-spacing: 1px;
        font-family: 'Centaur MT Std';
        color: black;
        text-align: justify;
    }

    .half_right {
        width: 100%;
        padding: 5% 2.5%;
        box-sizing: border-box;
        margin-top: 0px;
    }

    .floats {
        width: 100%;
        padding-left: 0%;
        box-sizing: border-box;
        margin-top: 10vh;
    }

    .image_float_ja {
        width: 100%!important;
        margin-left: 0%!important;
        margin-right: 0%!important;
        margin-bottom: 60px!important;
    }

    .image_float_ja img {
        width: 100%!important;
        margin-left: 0%!important;
    }

    .image_float_ja.nocaption {
        margin-bottom: 0px!important;
    }

    .image_float_ja.nocaption img {
        margin-bottom: 20px!important;
    }

    .single_column_paragraphs {
        font-size: 17px;
        line-height: 19px;
        letter-spacing: 1px;
        font-family: 'Centaur MT Std';
        color: black;
        /* text-align: justify; */
        margin-left: 0%;
        margin-top: 5%;
        margin-bottom: 10%;
        width: 100%;
    }

    .final_image {
        position: relative;
        bottom: unset;
        left: unset;
        width: 100%;
        bottom: unset;
        opacity: 1;
        transition: all 500ms;
        -webkit-transition: all 500ms;
        margin-bottom: 100px;
    }
}