@media only screen and (min-width: 37.5em) {
    header {
        height: 100%;
        background-color: darkgreen;
    }
    h1,
    h2 {
        font-family: serif;
    }
    h1 {
        font-size: 300%;
        padding: 12px;
        color: white;
        margin-top: 0%;
        margin-bottom: 0%;
        background: darkgreen;
    }
    h2 {
        margin-top: 2%;
        margin-bottom: 1%;
        font-size: 150%;
        color: darkgreen;
    }
    .topnav {
        background-color: darkgreen;
        font-family: 'Oswald', sans-serif;
    }
    .table1 {
        border-collapse: collapse;
        width: 100%;
    }
    th,
    td {
        text-align: left;
        padding: 8px;
        font-family: 'Oswald', sans-serif;
        font-size: 85%;
    }
    tr:nth-child(even) {
        background-color: #f2f2f2;
    }
    th {
        background-color: darkseagreen;
        color: white;
    }
    table,
    th,
    td {
        border-collapse: collapse;
        border: 1px solid black;
    }
    main figure.photoFullWidth img {
        width: 100%;
    }
    footer {
        background-color: darkgreen;
        color: white;
        font-size: 70%;
        margin-top: 20%;
    }
}
