@media only screen and (min-width: 64em) {
    h1 {
        font-size: 400%;
        padding: 20px;
        color: white;
        margin-top: 0%;
        margin-bottom: 0%;
        background: darkgreen;
        z-index: -1;
    }
    ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    nav ul {
        flex-direction: row;
    }
    .topnav {
        overflow: hidden;
        background-color: darkgreen;
        font-family: 'Oswald', sans-serif;
    }
    .topnav a {
        color: #f2f2f2;
        padding: 24px 26px;
        text-decoration: none;
        font-size: 17px;
        font-family: 'Oswald', sans-serif;
    }
    .topnav a:hover {
        color: black;
    }
    .topnav a:hover {
        background-color: #ddd;
        color: black;
    }
    nav button {
        display: none;
    }
    nav ul.hide {
        display: flex;
        flex-direction: row;
    }
    nav ul.show {
        display: flex;
        flex-direction: row;
    }
    h2 {
        margin-top: 4%;
        font-size: 300%;
        color: darkgreen;
    }
    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;
    }
    footer {
        background-color: darkgreen;
        color: white;
        font-size: 70%;
    }
    main figure.photoFullWidth {
        margin: 0;
        width: 100%;
    }
    .photoFullWidth {
        display: flex;
        justify-content: center;
        width: 90%;
    }
    main figure.photoFullWidth img {
        width: 100%;
    }
    .hidden {
        display: block;
    }
    .frame1 img {
        width: 90%;
        height: auto;
    }
    .frame1 img:hover {
        box-shadow: 10px 10px 5px #888888;
    }
    .frame1 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr
    }
}
