@media only screen and (min-width: 968px) {
    body {
        font-size: 1.5rem;
    }

    header nav {
        width: 100vw;
        display: flex;
        box-sizing: border-box;
        padding: 50px 75px;
    }

    header nav a#logo img {
        max-height: 64px;
    }

    header div#hero {
        padding-top: 0;
    }

    header div#hero h1.lead {
        font-size: 2.5em;
        padding: 0;
    }

    header div#hero p {
        font-size: 1.475em;
    }

    header #hero::before {
        content: "";
        position: absolute;
        top: -150px;
        right: -150px;
        width: 50vh;
        height: 50vh;
        background: var(--colour-red);
        border-radius: 50%;
        z-index: -1;
    }

    header #hero::after {
        content: "";
        position: absolute;
        top: 45vh;
        left: -25vh;
        width: 60vh;
        height: 60vh;
        background: var(--colour-red);
        border-radius: 50%;
        z-index: -1;
    }

    header .image-circle {
        top: 40vh;
        width: 50vh;
        height: 50vh;
        margin-top: 175px;
        z-index: -1;
    }

    header .image-circle img {
        min-width: 50vh;
        min-height: 60vh;
    }

    header .scroll-prompt p i {
        margin-top: 30px;
    }

    section {
        flex-direction: row;
        min-height: 50vh;
    }

    section .image-circle {
        position: unset;
    }

    section p {
        text-align: left;
    }

    section.content-top p {
        padding-left: 100px;
        max-width: 60%;
        padding-top: 0;
    }

    section.content-top .image-circle {
        flex-shrink: 0;
        width: 275px;
        height: 275px;
        margin-left: 75px;
    }

    section.content-top .image-circle img {
        width: 275px;
        min-height: 275px;
    }

    section.purpose p {
        padding-right: 100px;
        max-width: 50%;
        padding-top: 0;
    }

    section.purpose .image-circle {
        flex-shrink: 0;
        width: 275px;
        height: 275px;
        margin-left: 75px;
    }

    section.purpose .image-circle img {
        width: 275px;
        min-height: 275px;
    }

    section.community p {
        margin-left: 15%;
        padding-right: 40%;
    }

    section.content-bottom {
        flex-wrap: wrap;
        padding-top: 200px;
    }

    section.content-bottom p {
        width: 50%;
        text-align: center;
        margin: 0 25%;
        margin-bottom: 75px;
    }

    section.content-bottom p.h4 {
        padding-top: 150px;
        font-size: 2em;
        line-height: 100%;
    }

    section.content-bottom strong {
        display: block;
        text-transform: uppercase;
        padding-top: 50px;
        font-size: .75em;
    }

    .circles {
        position: absolute;
        width: 100vw;
    }
}