.menu {
    padding-bottom: 20px;
}

.menu a {
    text-decoration: none;
    font-size: 1.25rem;
    color: #4465d1;
    padding-right: 20px;
    font-family: 'Playfair Display', serif;
}

.menu a:hover {
    text-decoration: underline;
}

.menu a:visited{
    color: #4465d1;
}

a {
    color: #4465d1;
}

a:visited {
    color: #002ab3;
}

.name {
    font-variant: small-caps;
    font-size: 1.5rem;
    color: #008b2e;
    padding-top: 20px;
    font-family: 'Playfair Display', serif;
    margin: auto;
}

.name a {
    text-decoration: none;
    color: #008b2e;
}

.name a:visited {
    text-decoration: none;
    color: #008b2e;
}

.name a:hover {
    text-decoration: underline;
}

.current {
    text-decoration: underline !important;
}

.serif {
    font-family: 'Playfair Display', serif;
}

.sans {
    font-family: Tahoma, sans-serif;
}

.sans-lower {
    font-family: Tahoma, sans-serif;
}

body {
    font-size: 2rem;
    background-color: #fff1e4;
    font-family: Tahoma, sans-serif;
}

.smol {
    font-size: 1.5rem;
}

.headshot {
    max-width: 30%;
    height: auto; 
}

.larger {
    font-size: 2.5rem;
}

h2 {
    font-family: Garamond, serif;
    font-size: 2.5rem;
}

.logo {
    padding-right: 5px;
    margin: auto;
    padding-bottom: 5px;
}

.email {
    font-size: 1rem;
    margin-top: 23px;
    overflow-wrap: break-word;
    font-family: 'Playfair Display', serif;
}

.topbar {
    border-bottom: 1px solid #000000;
    padding: 0px 20px 20px 20px;
    height: 70px;
    background-color: #fff1e4;
}

.name-small {
    font-size: 1.2rem;
}