html.light {
    --light: #ffffff;
    --dark: #000000;
}

.page-template-template-landing-page {
    font-family: 'finalsix', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 500;
        text-transform: none;
    }

    p {
        text-wrap: pretty;
    }

    img {
        width: 100%;
        height: auto;
    }

    .wp-site-blocks {
        background-color: var(--light);
    }

    .nectar-blocks-row__inner.alignwide,
    .nectar-blocks-row__inner.is-contained-content {
        max-width: 1440px;
        margin-inline-start: auto;
        margin-inline-end: auto;
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }

    .nectar-blocks-video-player {
        width: 100%;
    }

    .nectar-blocks-button a {
        line-height: 1.2em;
    }

    .nectar-blocks-button a span {
        display: inline-block;
        text-align: center;
    }

    p > a {
        color: var(--accentPrimary);
        text-decoration: none;
    }
}


.overlay-10:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.1;
}

.overlay-20:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.2;
}

.overlay-30:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
}

.overlay-40:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
}

.overlay-50:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
}

.overlay-60:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
}

.overlay-70:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.7;
}

.overlay-80:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
}

.overlay-90:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.9;
}
