@font-face {
    font-family: "FuturaTS-Regular";
    src: url('../fonts/template/FuturaTS-Regular.woff2') format("woff2");
    font-weight: 400;
    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;
}

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

#scene {
    width: 100vw;
    padding: 7.5vw 15vw;
    position: relative;
    float: left;
    background: #BDC0A9;
    box-sizing: border-box;
    padding-bottom: 20vw;
}

.upper_image {
    width: 90%;
    float: left;
    margin-left: 5%;
}

.upper_image img {
    width: 100%;
}

.spans {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    font-family: 'FuturaTS-Regular';
    font-size: 10px;
    text-transform: uppercase;
    line-height: 13px;
    letter-spacing: 1.14px;
    color: white;
    margin-top: 7.5vw;
    float: left;
}

.spans span {
    font-family: 'FuturaTS-Regular';
    font-size: 12px;
    text-transform: uppercase;
    line-height: 13px;
    letter-spacing: 1.37px;
    color: white;
}

.second_section {
    padding: 7.5vw 15vw 5vw;
    width: 100%;
    background: white;
    float: left;
    box-sizing: border-box;
    overflow: visible;
    z-index: 1;
    position: relative;
}

.video {
    width: 100%;
    margin-top: -17.5vw;
    overflow: visible;
}

.video img {
    width: 100%;
}

video.fullwidthvideo[poster] {
    object-fit: cover;
}

.video_holder video {
    width: 100%;
    /*float: left;*/
    outline: none;
}

.content {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 15vw;
}

.content p {
    font-size: 23px;
    font-family: 'Centaur MT Std';
    font-weight: 400;
    line-height: 29px;
    letter-spacing: .53px;
    width: 55%;
    text-align: justify;
}

.column_images {
    display: grid;
    width: 72%;
    margin: 5vw 0px;
    grid-template-columns: repeat(2, 1fr);
    gap: 1vw;
}

.column_images img {
    max-width: 100%;
    /* margin: 0% 5%; */
}

.full_image {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 5vw 0px;
}

.full_image img {
    width: 100%;
}

.hf_halves {
    width: 80%;
    display: flex;
    align-items: center;
}

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

.image_half img {
  width: 100%;
}

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

.copy_half p {
    width: 100%;
    /* margin-top: 0px; */
}

.third_section {
    padding: 7.5vw 15vw 5vw;
    width: 100%;
    background: white;
    float: left;
    box-sizing: border-box;
    overflow: visible;
    z-index: 1;
    position: relative;
    background: #BDC0A9;
}

.offset_image {
    width: 100%;
    margin-top: -17.5vw;
    overflow: visible;
    position: relative;
    opacity: 1;
    background-attachment: fixed;
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: 78% auto;
    min-height: 40vw;
}

section#blue_section {
    margin-top: -100vh;
}

.columns_content {
    width: 100%;
    padding: 5vw 0vw;
    columns: 2;
    vertical-align: top;
    color: #000000;
    line-height: 29px;
    font-size: 23px;
    font-family: 'Centaur MT Std';
    letter-spacing: .53px;
    font-weight: 400;
    column-gap: 4%;
}
.columns_content p {
    margin-top: 0px;
}

@media all and (max-width: 900px) {

    #scene {
        width: 100vw;
        padding: 5vw 5vw;
        position: relative;
        float: left;
        background: #BDC0A9;
        box-sizing: border-box;
        padding-bottom: 20vw;
    }

    .content p {
        font-size: 23px;
        font-family: 'Centaur MT Std';
        font-weight: 400;
        line-height: 29px;
        letter-spacing: .53px;
        width: 80%;
        text-align: justify;
    }

    .spans div {
        width: 50%;
        margin-bottom: 30px;
    }

    .spans {
        flex-wrap: wrap;
    }

    .hf_halves {
        width: 80%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

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

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

    .columns_content {
        width: 100%;
        padding: 5vw 0vw;
        columns: 1;
        vertical-align: top;
        color: #000000;
        line-height: 29px;
        font-size: 23px;
        font-family: 'Centaur MT Std';
        letter-spacing: .53px;
        font-weight: 400;
        column-gap: 4%;
    }
}

@media all and (max-width: 600px) {
    .column_images {
        display: grid;
        width: 72%;
        margin: 5vw 0px;
        grid-template-columns: repeat(1, 1fr)!important;
        gap: 1vw;
    }

    .spans div {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
}
