header {
    height: 100%;
    background-color: darkgreen;
}

h1,
h2 {
    font-family: serif;
}

h1 {
    font-size: 100%;
    padding: 20px;
    color: white;
    margin-top: 0%;
    margin-bottom: 0%;
    background: darkgreen;
}

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

.topnav a {
    float: left;
    color: #f2f2f2;
    padding: 15px 15px;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Oswald', sans-serif;
}

h2 {
    margin-top: 2%;
    margin-bottom: 1%;
    font-size: 150%;
    color: darkgreen;
}

h2 {
    margin-top: 2%;
    margin-bottom: 1%;
    font-size: 150%;
    color: darkgreen;
}

.table1 {
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    text-align: left;
    padding: 6px;
    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: 1px solid black;
}

main figure.photoFullWidth img {
    width: 100%;
}

.hidden {
    display: none;
}

footer {
    background-color: darkgreen;
    color: white;
    font-size: 70%;
    margin-top: 20%;
}

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

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