body {
    margin: 0;
    padding: 1em;
    background-color: #c52233;
    font-family: "Lucida Bright",Georgia,serif;
    line-height: 1.5em;
    font-size: medium;
    text-align: center;
}

a {
    text-decoration: none;
    color: black;
}
a:visited {
    text-decoration: dotted;
    color: black;
}
a:hover {
    text-decoration: underline;
    columns: grey;
}

header {
    border-bottom: #580c1f solid;
}

/* TODO determine why these aren't applying*/
header > nav {
    text-align: justify;
}
header > nav:after {
    display:inline-block;
    width:100%;
    content:'';
}
header > nav a {
    display: inline-block;
    width: 120px;
    text-align: center;
    text-decoration: underline;
}

h1 {
    margin-top: 0;
    padding: 0;
}

section {
    text-align: left;
    padding-left: 10em;
    padding-right: 10em;
    border-radius: 1em;
}

nav {
    padding-left: 10em;
    padding-right: 10em;
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav ul li {
    display: inline-block;
    padding-top: 1em;
    text-align: center;
    margin: 0.5em;
    padding: 0.5em;
    border-radius: 1em;
    background-color: white;/* #c5221341;*/
    min-width: 16em;
    width: 16em;
}
nav ul li:hover {
    background-color:#c52213d8;
}
nav a {
    margin: 0;
    padding: 0;
    display: block;
    border-radius: 1em;
}