@font-face {
    font-family: "HTF Didot B64";
    src: url('../fonts/template/HTFDidot-B64Bold.woff2') format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@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: 100%;
    height: 100vh;
    position: relative;
    float: left;
    overflow: hidden;
    /* background: black; */
}

.scene1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.scene1_info {
    height: 50vh;
    position: absolute;
    left: 5%;
    bottom: 10%;
    width: 475px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.title {
    font-family: 'HTF Didot B64';
    color: white;
    font-size: 37px;
    letter-spacing: .8px;
    line-height: 48px;
}

.title h1 {
    margin-top: 0px;
    margin-bottom: 30px;
}

.copy {
    font-family: 'Centaur MT Std';
    font-style: italic;
    color: white;
    font-size: 14px;
    letter-spacing: .23px;
    line-height: 14px;
    width: 325px;
}

.credits {
    color: white;
    font-size: 10px;
    letter-spacing: .17px;
    line-height: 13px;
    font-family: 'FuturaTS-Regular';
}

.see_through_words {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    opacity: 1;
}

.see_through_words img {
    height: 100%;
}

.scene2 {
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background: black;
    padding: 5vw;
    display: flex;
    box-sizing: border-box;
}

.scene2_images {
    width: 50%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    height: calc(100vh - 10vw);
    padding-right: 25px;
    box-sizing: border-box;
}

.image_third {
    background-size: cover;
    background-position: center;
}

.scene2_copy {
    width: 50%;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-right: 15%;
    height: calc(100vh - 10vw);
}

.scene2_copy p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .32px;
    font-family: 'FuturaTS-Regular';
    color: white;
    margin: .5em 0px;
}

.color {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0
}

.scene3 {
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background: black;
    padding: 5vw;
    display: flex;
    box-sizing: border-box;
    margin-top: -1px;
}

.view img {
  position: fixed;
  top: 100%;
}

img.scroll_image1 {
    position: absolute;
    width: 37.333%;
    left: 40%;
    top: 100%;
}

img.scroll_image2 {
    position: absolute;
    width: 50%;
    left: 20%;
    top: 100%;
}

img.scroll_image3 {
    width: 30%;
    right: 5%;
}

img.scroll_image4 {
    width: 35%;
    left: 7%;
}

img.scroll_image5 {
    width: 30%;
    left: 20%;
}

img.scroll_image6 {
    width: 30%;
    right: 10%;
}

.view.view1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: gray; */
}

.view.view2 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: white; */
}

.view.view3 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
}

.view_half_image {
    padding: 5vw;
    height: 100%;
    width: 50%;
    box-sizing: border-box;
    float: left;
}

.full_image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.view_half_copy {
    width: 50%;
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 5vw 15vw 5vw 0vw;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .32px;
    font-family: 'FuturaTS-Regular';
    color: white;
}

img.scroll_image7 {
    width: 25%;
    right: 25%;
}

img.scroll_image8 {
    width: 25%;
    right: 45%;
}

img.scroll_image9 {
    width: 35%;
    right: 7.5%;
}

img.scroll_image10 {
    width: 25%;
    left: 15%;
}

img.scroll_image11 {
    width: 70%;
    left: 15%;
}

.scroll_text {
    position: fixed;
    top: 100%;
    left: 15%;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: .82px;
    color: white;
    font-family: atype stencil;
    width: 55%;
}

.scroll_text2 {
    position: fixed;
    top: 100%;
    left: 15%;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: .82px;
    color: white;
    font-family: atype stencil;
    width: 55%;
}

.scene4 {
    position: absolute;
    top: 175%;
    left: 0;
    height: auto;
    width: 100%;
    background-size: cover;
    background-position: center;
    background: black;
    padding: 5vw 10vw;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.mask_holder {
    width: 100%;
    float: left;
    height: 5vw;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: visible;
    position: relative;
}

.mask_holder img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.columns {
    width: 100%;
    font-size: 14px;
    font-family: 'FuturaTS-Regular';
    column-count: 2;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* vertical-align: top; */
    /* display: block; */
    margin-top: 40px;
    /* grid-column-gap: 2%; */
    column-gap: 4%;
}

.columns p {
    /* display: flex; */
    margin-top: 0px;
    width: 90%;
    display: inline-block;
}

.dual_images {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    margin-top: -20px;
}

.dual_images img {
    width: 48%;
}

.indented {
    font-size: 14px;
    font-family: 'FuturaTS-Regular';
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
}

@media all and (max-width: 1000px) {
    div#scene {
        width: 100%;
        height: auto;
        position: relative;
        float: left;
        overflow: hidden;
        /* background: black; */
    }

    .scene1 {
        position: relative;
        top: unset;
        left: unset;
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center;
    }

    .scene2 {
        position: relative;
        top: unset;
        left: unset;
        height: auto;
        width: 100%;
        background-size: cover;
        background-position: center;
        background: black;
        padding: 5vw;
        display: flex;
        box-sizing: border-box;
        flex-wrap: wrap;
    }

    .scene2_images {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 30px;
        height: calc(100vh - 10vw);
        padding-right: 0px;
        box-sizing: border-box;
    }

    .scene2_copy {
        width: 100%;
        padding: 25px 0px;
        box-sizing: border-box;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        padding-right: 0px;
        height: auto;
    }

    .scene3 {
        position: relative;
        top: unset;
        left: unset;
        height: auto;
        width: 100%;
        background-size: cover;
        background-position: center;
        background: black;
        padding: 5vw;
        display: flex;
        box-sizing: border-box;
        margin-top: -1px;
        flex-wrap: wrap;
        padding-bottom: 50vw;
    }

    .scene4 {
        position: relative;
        top: unset;
        left: unset;
        height: auto;
        width: 100%;
        background-size: cover;
        background-position: center;
        background: black;
        padding: 5vw 10vw;
        display: flex;
        box-sizing: border-box;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .view.view1 {
        position: relative!important;
        top: unset!important;
        left: unset!important;
        width: 100%;
        height: auto;
        /* background: gray; */
    }

    .view.view2 {
        position: relative!important;
        top: unset!important;
        left: unset!important;
        width: 100%;
        height: auto;
        /* background: gray; */
    }

    .view.view3 {
        position: relative!important;
        top: unset!important;
        left: unset!important;
        width: 100%;
        height: auto;
        /* background: gray; */
    }

    .view img {
        position: relative!important;
        top: unset!important;
        left: unset!important;
        right: unset!important;
        width: 90%!important;
        margin-bottom: 30px!important;
        margin-left: 5%!important;
    }

    .scene1_info {
        height: 100vh;
        position: relative;
        left: unset;
        bottom: unset;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }

    .see_through_words {
        position: absolute;
        top: 0;
        left: 100%;
        height: 100%;
        opacity: 1;
        display: none;
    }

    .columns {
        width: 100%;
        font-size: 14px;
        font-family: 'FuturaTS-Regular';
        column-count: 1;
        /* display: flex; */
        /* flex-wrap: wrap; */
        /* vertical-align: top; */
        /* display: block; */
        margin-top: 40px;
        /* grid-column-gap: 2%; */
        column-gap: 0%;
    }

    .dual_images {
        display: flex;
        align-items: flex-start;
        width: 100%;
        justify-content: space-between;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .dual_images img {
        width: 100%;
        margin-bottom: 20px;
    }

    .view_half_image {
        padding: 5vw;
        height: auto;
        width: 100%;
        box-sizing: border-box;
        float: left;
    }

    .view_half_copy {
        width: 100%;
        height: auto;
        float: left;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 0vw 5vw 5vw 5vw;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: .32px;
        font-family: 'FuturaTS-Regular';
        color: white;
    }

    .scene1 {
        background-image: url(/wp-content/themes/alys-beach/assets/images/ag-stories/the-metal-man/metal_man_mobile.jpg)!important;
    }

    body {
    background: black;
    }

    .title {
        position: absolute;
        width: 90vw;
        font-size: 6vw;
        text-align: center;
        margin-left: 5vw;
        left: 0;
        top: 20vw;
    }

    .copy {
        margin-left: 5vw;
        width: 80vw;
        position: absolute;
        bottom: 25vh;
        font-size: 17px;
        line-height: 17px;
    }

    .credits {
        color: white;
        font-size: 10px;
        letter-spacing: .17px;
        line-height: 13px;
        font-family: 'FuturaTS-Regular';
        position: absolute;
        margin-left: 5vw;
        width: 90vw;
        bottom: 20vh;
    }
}