.navbar-brand img {
    height: 5em;
}

.logo {
    height: 28em;
}

.nav-link {
    font-family: "UnifrakturCook", sans-serif;
    font-size: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Serif', serif;
    margin-top: 5rem;
}

h1 {
    font-family: "UnifrakturCook", sans-serif;
}

h1:first-of-type,
h2:first-of-type,
h3:first-of-type,
h4:first-of-type,
h5:first-of-type,
h6:first-of-type {
    margin-top: 0;
}

body {
    font-family: 'Lato', sans-serif;
}

main {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.sidebar {
    min-width: 250px;
    max-width: 250px;
    background: lightgrey;
    margin-right: 2rem;
    height: 100vh;
}

.sidebar ul {
    list-style-type: none;
    padding-left: 1rem;
}

.sidebar ul li a:hover {
    background-color: darkgray;
    cursor: pointer;
}

.sidebar ul li a {
    display: block;
    padding: 0.5rem;
    font-size: 120%;
    text-decoration: none;
    font-family: 'Playfair Display', serif;
    color: black;
}

.content {
    margin-top: 2rem;
    /*width: 80%;*/
    font-size: 1.1rem;
    padding-bottom: 15rem;
    width: 100%;
}

.content p {
    line-height: 150%;
}

.content h1 {
    text-align: center;
    font-size: 5em;
    font-weight: bold;
    margin-bottom: 2.5rem;
}

.content h2, .content h3, .content h4, .content h5, .content h6 {
    font-weight: bold;
    margin-bottom: 2.5rem;
}

dd {
    margin-left: 1rem;
}

dt {
    margin-top: 1rem;
}

img.title-img {
    width: 100%;
    margin-bottom: 5rem;
}

img.side-img {
    float: right;
    max-width: 30vw;
    clear: both;
    margin-bottom: 2rem;
    margin-left: 5rem;
}

img.side-img-left {
    clear: both;
    max-width: 30vw;
    float: left;
    margin-bottom: 2rem;
    margin-right: 5rem;
}

blockquote.blockquote {
    background: lightgray;
    padding: 2rem;
    margin-right: 20rem;
    font-style: italic;
    line-height: 200%;
}

.content hr {
    display:block;
    border:none;
    color:white;
    height:1px;
    background:black;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#000), to(#fff));
    margin-top: 3rem;
    margin-bottom: 3rem;
    clear: both;
}

.content table {
    width: 100%;
}

.content table tr:nth-child(even) {
    background-color: #eee;
}

.content table, .content table th, .content table td {
    border: 1px solid lightgray;
    padding: 0.5rem;
    vertical-align: top;
}

.content table th {
    background: black;
    color: white;
}

.content table img {
    max-height: 300px;
    margin: auto;
}
