html, body {

    height: 100%;

}

div#main-content {

    margin: 3vh auto;
    width: 90vw;
    max-width: 65rem;
    height: 100%;

}

#body-content {

    width: 90vw;
    max-width: 45rem;
    margin-left: auto;
    margin-right: auto;

}

h1, h2, h3, h1 a, h2 a, h3 a {

    font-family: "Abel", "Hubot Sans", sans-serif;
    font-kerning: normal;
    font-optical-sizing: auto;
    color: black;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    text-decoration: none;

}

h1 {

    size: 2.5em;
    font-weight: 400;
    font-variant-caps: small-caps;
    text-decoration: none;
    color: rgb(34, 34, 34);
    margin-bottom: 0.5vh;

}

h2#subhead, h2#subhead a {

    size: 1em;
    color: teal;
    font-weight: 200;
    text-decoration: none;
    margin-top: 0.5vh;
}

h2#title {

    size: 1.5em;
    font-weight: 600;
    color: rgb(50,50,50);

}

#menu {

    display: flex;
    gap: 1em;

}

p, td, li {

    font-size: 1.2em;
    line-height: 1.5;
    font-family: "Nunito", "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    color: #1f1f1f;

}

td {

    font-size: 1em;
    padding: 0.5em;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: gray;

}

p.byline {
    font-size: 1em;
    font-style: italic;
}

p#footer {

    margin-top: 3vh;
    font-size: 0.75em;
    line-height: 1em;
    font-weight: 200em;
    color: black;

}

em {

    font-weight: 600;
    font-style: normal;

}

a.menu-button {
    text-transform: lowercase;
    background-color: #fff;
    padding: 10px;
    border: none;
    color: teal;
    text-decoration: none;
}

iframe#contact-form {

    margin: 1em auto;
    border: none;
    width: 100%;
    height: 100%;
    overflow: visible;

}