
@font-face {
    font-family: "Kennedys-Neon";
    src: url("/fonts/Kennedys_Neon.woff2") format("woff2"), url("/fonts/Kennedys_Neon.woff") format("woff");
    font-display: swap;
}

.grid--project.grid--the-kennedys-2021-london {
    position: sticky;
    top: 0;
}

.grid--extra.grid--the-kennedys-2021-london {
    /* background-color: #101010; */
    grid-template-columns: 1fr;
    height: calc(100vh + 1px);
    height: calc(100svh + 1px);
    background: url(/static/TheKennedys2021London/icon-header-DARK_grey_Filled-0.webp), #101010;
    background-size: auto 101vh;
    background-size: auto 101svh;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-origin: border-box;
    z-index: 50;
    /* background-repeat: repeat-y; */
}

#neon-title {
    position: relative;
    /* padding-left: 148px; */
    /* height: 66vh; */
    /* padding-bottom: 240px; */
}

#neon-title h1 {
    display: inline-block;
    font-family: "Kennedys-Neon", "HelveticNeue-Medium", Arial, Helvetica, sans-serif;
    font-size: 5vw;
    line-height: 6vw;
    text-transform: uppercase;
    color: #55512f;
    /* color: #3d552f; */
    /* text-shadow: 0 0 16px #fdec4f; */
}