@media screen and (min-width: 800px) {

    .splash-blurbs .blurb-text {
        max-width: 50%;
    }

    .section-menu-container {
        font-size: 1.25rem;
        font-weight: 200;
    }

    .menu-toggle span {
        font-weight: 300;
    }

    .gallery-item a {
        align-items: end;
        display: grid;
        grid-column-gap: 2rem;
        grid-template-columns: 66.66% 1fr;
    }
    
    .gallery-meta {
        display: block;
        line-height: 0.9;
        margin: 0 0 -0.15em 0;
    }

    .areas-menu {
        background-color: transparent;
        bottom: 3rem;
        left: auto;
        position: fixed;
        right: 2rem;
    }

    .gallery-item.shortcode a {
        grid-template-columns: 1fr 1fr;
    }

    .gallery-item.shortcode  h2 {
        font-weight: 500;
        margin-bottom: 0.5rem;
    }

    .gallery-item .excerpt {
      max-width: 75%;
    }

    .splash-blurbs .blurb,
    .splash-blurbs .enter-button {
        font-size: 1.5rem;
    }

}