@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;
}

div#scene {
    width: 100vw;
    height: 100vh;
    position: relative;
    float: left;
}

.scene1 {
    width: 50%;
    padding: 5%;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 25%;
    color: #355446;
}

.scene1_middle {
    font-size: 142px;
    line-height: 142px;
    text-align: center;
    color: #355446;
    font-family: htf didot l06 light;
}

.scene1_top {
    font-family: 'Centaur MT Std';
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    width: 100%;
    font-style: italic;
}

.scene1_bottom {
    text-align: center;
    width: 100%;
    padding: 0% 0%;
    box-sizing: border-box;
}

.scene1_bottom span {
    font-size: 18px;
    line-height: 23px;
    font-family: 'FuturaTS-Regular';
    color: #355446;
    text-align: center;
    width: 100%;
}

.copy {
    margin-top: 15px;
    color: #355446;
    font-size: 21px;
    line-height: 21px;
    font-family: 'Centaur MT Std';
    width: 100%;
}

.scene1_image {
    position: absolute;
    right: -55%;
    top: 0px;
    width: 55vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.scene1_copy {
    background: white;
    padding: 5%;
    position: absolute;
    /* overflow: scroll; */
    box-sizing: border-box;
    width: 50vw;
    min-height: 100vh;
    position: absolute;
    top: 100%;
    left: 0;
    color: #355446;
    font-size: 16px;
    font-family: 'Centaur MT Std';
}

.columns {
    columns: 2;
    vertical-align: top;
    display: block;
    width: 100%;
}

.scene1_copy p {
    margin-top: 0px;
    margin-bottom: 1em;
}

.scene1_copy_title {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    font-style: italic;
}

.scene1_copy figure {
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #355446;
    font-family: 'FuturaTS-Regular';
    font-size: 16px;
    line-height: 20px;
    font-style: unset;
}

.scene1_copy figcaption {
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #355446;
    font-family: 'FuturaTS-Regular';
    font-size: 12px;
    line-height: 16px;
    font-style: unset;
}

@media all and (max-width: 1000px) {
    div#scene {
        width: 100vw;
        height: auto;
        position: relative;
        float: left;
    }

    .scene1 {
        width: 100%;
        padding: 5%;
        box-sizing: border-box;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        position: relative;
        top: unset;
        left: unset;
        color: #355446;
        height: 100vh;
    }

    .scene1_image {
        position: relative;
        right: unset;
        top: unset;
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-position: center;
    }

    .scene1_copy {
        background: white;
        padding: 5%;
        position: absolute;
        /* overflow: scroll; */
        box-sizing: border-box;
        width: 100%;
        min-height: 100vh;
        position: relative;
        top: unset;
        left: unset;
        color: #355446;
        font-size: 16px;
        font-family: 'Centaur MT Std';
    }

    .scene1_middle {
        font-size: 80px;
        line-height: 80px;
        text-align: center;
        color: #355446;
        font-family: htf didot l06 light;
    }

    .scene1_bottom {
        text-align: center;
        width: 100%;
        padding: 0% 0%;
        box-sizing: border-box;
        padding-bottom: 71px;
    }
}

@media all and (max-width: 500px) {
    .columns {
        columns: 1;
        vertical-align: top;
        display: block;
        width: 100%;
    }
}