@media only screen and (min-width: 37.5em) {
    html {
        background: url("../images/franklin800.jpg") no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    h1 {
        font-size: 175%;
    }
    .topnav {
        overflow: hidden;
        background-color: #044004;
        font-family: 'Oswald', sans-serif;
    }
    .topnav a {
        color: #f2f2f2;
        padding: 24px 26px;
        text-decoration: none;
        font-size: 17px;
        font-family: 'Oswald', sans-serif;
    }
    ul {
        flex-direction: row;
        list-style-type: none;
    }
    nav ul {
        flex-direction: row;
    }
    .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;
        margin: 2%;
    }
    .hidden {
        display: block;
    }
    th,
    td {
        padding: 10px;
        text-align: left;
        font-size: 100%;
        color: black;
    }
    .white {
        color: white;
    }
    footer {
        background-color: darkgreen;
        color: white;
    }
    .frame1 {
        display: grid;
        grid-template-columns: 1fr 1fr
    }
}
