main {
    margin: 1.5em;
}

article {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    background-color: white;
}

body {
    background-image: url(/images/nyqback.png);
    background-color: darkgreen;
    margin-bottom: 2em;
    margin:0;
}
.body {
    font-family: sans-serif;
    font-size: 1.15em;
    line-height: 1.55;
    background-color: white;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-bottom: 0.25em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

figure {
    border: 1px solid grey;
    padding: 1em;
}

.header img {
    max-width: 100%;
}

h1 {
    margin-top: 0;
    padding-top: 1em;
    margin-bottom: 0;
    font-size: 2.25em;
    line-height: 0.95;
    margin-bottom: 0.5em;
    text-wrap: balance;
    color: darkgreen;
   
    font-weight: 900;
    letter-spacing: -1.5px;
    opacity: 0.9;
    /*text-shadow: 0 0 2px black;*/
    margin-bottom: 11px;
}

h2 {
    font-size: 1.25em;
    font-weight: 400;
    margin-top: 0;
    line-height: 1;
    /* font-style: italic; */
    opacity: 0.80;
    color: #006400;
    text-wrap: balance;
    /* margin-bottom: 1.75em; */
    /* padding-bottom: 0.5em; */
    margin-top: 0.25em;
}
.header {
    margin-bottom: -1em;
    margin-top: 6em;
    width: 98%;
    margin-left: 1%;
    height: 100%;
    padding-top: 1%;
    background-color: white;
    position: relative;
    overflow: hidden;
}

nav {
    position: fixed;
    top: 0;
    height: 5em;
    width: 120vw;
    background-color: darkgreen;
    left: -10vw;
    z-index: 10000;
    opacity: 0.95;
}

nav #logo {
    position: absolute;
    height: 4.5em;
    margin-left: 11vw;
    margin-top: 0.5em;
}

iframe {
    width: 60%;
    height: 4.5em;
    margin-left: 20%;

    border: 1px solid darkgreen;
    opacity: 0.5;
    border-radius: 5px;
    border-style: dashed;
    border-image: unset;
    background-color: white;
}

.wrapper {
    max-width: 800px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
}

section.comments {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-family: sans-serif;
    padding: 1em;
    background-color: #ffffff;
}



footer, header {
    max-width:700px;
    margin-left: auto;
    margin-right: auto;
}

header {
    margin-top: calc(0.75em + 80px);
    margin-bottom: 1em;
    
}

a {
    color: darkgreen;
}

span.small {
    font-size: small;
}

@media only screen and (max-width: 640px) {

    main {
        margin: 0.5em;
    }

    article {
        margin-bottom: 2em;
    }

}

.scrim {
    position: absolute;
    bottom: 0;
    padding-left: 1.25em;
    display:none;
}