@media only screen and (min-width: 37.5em) {
    h1 {
        font-size: 200%;
        padding: 20px;
        color: white;
        margin-top: 0%;
        margin-bottom: 0%;
        background: darkgreen;
        z-index: -1;
    }
    /*
    h2 {
        margin-top: 2%;
        margin-bottom: 1%;
        font-size: 225%;
        color: darkgreen;
    }
*/
    h2 {
        margin-top: 4%;
        font-size: 200%;
        color: darkgreen;
    }
    body {
        font-size: 15px;
        line-height: 20px;
        font-family: 'Oswald', sans serif;
        color: black;
    }
    nav button {
        display: none;
    }
    
    nav ul.hide {
        display: flex;
        flex-direction: row;
    }

    
    nav ul.show {
        display: flex;
        flex-direction: row;
    }
    .table1 {
        border-collapse: collapse;
        width: 100%;
    }
    th,
    td {
        text-align: left;
        padding: 8px;
        font-family: 'Oswald', sans-serif;
        font-size: 150%;
    }
    tr:nth-child(even) {
        background-color: #f2f2f2
    }
    th {
        background-color: #2c96af;
        color: white;
    }
    table,
    th,
    td {
        border: 1px solid black;
    }
    main figure.photoFullWidth {
        margin: 0;
        margin-left 2%;
        width 96%;
    }
    main figure.photoFullWidth img {
        width: 100%;
    }
    .hidden {
        display: block;
    }
    ..frame1 {
        display: grid;
        grid-template-columns: 1fr 1fr
    }
    footer {
        background-color: darkgreen;
        color: white;
        font-size: 70%;
    }
}
