html {
    font-size: 16px;
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: normal;
}

body {
    font-size: 1rem;
    color: #171727;
    background-color: white;
    margin: 0;
    
}
::selection {
    color: white;
    background: gray;
}

h1 {
    font-size: 2.5rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

h2 {
    font-size: 2rem;
    margin-top: 2rem;
}

h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
}

h1 a, h1 a:link, h1 a:visited, h2 a, h2 a:link, h2 a:visited {
    color: #171727;
    text-decoration: none;
}


h1 a:hover, h2 a:hover {
    color: #171727;
    text-decoration: underline;
    text-decoration-thickness: 0.1em;
}

a {
    text-decoration: underline;
    text-decoration-thickness: 0.1em;
}

a:link {
    background: white;
    color: #037;
}

a:visited {
    background: white;
    color: #636;
}

a:hover {
    color: gray;
}

abbr {
    text-decoration: underline;
    text-decoration-style: dotted;
}

footer {
    width: 100%;
    background-color: white;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 2em;
}

.read-more {
    text-align: right;
}

.menu {
    font-size: 1.2rem;
    width: 100%;
    background-color: white;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid gray;
}

.menu-row {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    align-items: center;
}

.menu-social-item {
    height: 1.2rem;
}

.menu-social-item a {
    text-decoration: none;
}

.menu-social-icon {
    height: 1.2rem;
    padding-left: 0.5rem;
}

.menu-divider-item {
    margin-left: auto;
}

.navigation-item a {
    text-decoration: none;
    color: #171727;
    font-weight: 700;
    font-variant: small-caps;
    margin-right: 0.5rem;
}

.navigation-item a:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.12em;
    color: #171727;
}