body {
    font-family: sans-serif;
    /* font-weight: 100; */
    text-rendering: optimizeLegibility !important;
    line-height: 1.6rem;
    margin: 1rem auto;
    padding: 2rem 0;
    max-width: 900px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    text-decoration: none;
}

@media only screen and (max-width: 800px) {
    #menu {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: space-between;
    }

    section.regular a, section.regular img {
        width: 100%;
    }

    section.regular {
        border-top: 1px solid #ddd;
        padding-top: 1rem;
    }
}

@media only screen and (min-width: 800px) {
    #menu {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: space-between;
    }

    section.regular {
        display: flex;
        flex-wrap: nowrap;
        align-items:center;
        justify-content: space-between;
    }

    section.regular a {
        max-width: 60%;
    }

    section.regular p {
        padding: 0 0 0 1rem;
        max-width: 34%;
    }
}

section {
    padding: 0 1rem;
    text-align: left;
}
section.regular {
    margin: 3rem 0;
}

video {
    max-width: 100%;
}
section.regular a {
    display: block;
}
section.regular img {
    width: 100%;
}

#contact {
    border: 4px inset #aaa;
    background: #fdfdfd;
    margin: -3rem 1rem 5rem 1rem;
    text-align: center;
}
h1 {
    display: block;
}
nav {
    font-size: .8rem;
    display: flex;
    justify-content: space-between;
    text-align: left;
}
nav ul {
    display: inline-block;
    padding-left: 0;
}
nav li {
    list-style-type: none;
    display: inline-block;
    margin-left: 0;
}