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;
}

header,
h1 {
    color: darkgreen;
    font-size: 110%
}

.topnav {
    overflow: hidden;
    font-family: 'Oswald', sans-serif;
}

.topnav a {
    color: black;
    text-decoration: none;
    font-size: 75%;
    font-family: 'Oswald', sans-serif;
}

ul {
    list-style-type: none;
}

.topnav a:hover {
    color: black;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

nav button {
    position: absolute;
    top: .5rem;
    right: 2%;
}

nav ul {
    padding: 0;
    margin: 0;
}

nav ul.show {
    display: block;
}

nav ul.hide {
    display: none;
}

h2 {
    font-size: 200%;
    color: darkgreen;
}


/*
th,
td {
    padding: 5px;
    text-align: left;
    font-size: 100%;
    color: black;
}
*/

th,
td {
    padding: 5px;
    text-align: left;
    font-size: 70%;
    font-family: 'Oswald', sans-serif;
    color: black;
    background-color: white;
}

.active {
    background-color: darkseagreen;
}

.white {
    color: white;
}

.hidden {
    display: none;
}

footer {
    background-color: #006600;
    color: white;
    font-size: 70%;
}

#date {
    font-size: 60px;
    color: #00FF00;
    font-family: Palatino, Baskerville, Georgia, serif
}


/*Gallery*/

.frame1 img {
    width: 90%;
    height: auto;
}


/*
 img:hover {
     box-shadow: 10px 10px 5px #888888;
 }
 
*/

.frame1 {
    display: grid;
    grid-template-columns: 1fr
}
