.menu {
    padding-bottom: 20px;
}

.menu a {
    text-decoration: none;
    font-size: 1.5rem;
    color: #afc2ff;
    font-variant: small-caps;
    padding-right: 20px;
}

.menu a:hover {
    text-decoration: underline;
}

.menu a:visited{
    color: #afc2ff;
}

a {
    color: #96acf5;
}

a:visited {
    color: #af96f5;
}

.name {
    font-variant: small-caps;
    font-size: 1.75rem;
    font-weight: bold;
    color: #a8f1ae;
    padding-top: 20px;
}

.name a {
    text-decoration: none;
    color: #a8f1ae;
}

.name a:visited {
    text-decoration: none;
    color: #a8f1ae;
}

.name a:hover {
    text-decoration: underline;
}

.current {
    text-decoration: underline !important;
}

.sans {
    font-family: Tahoma, sans-serif;
}

.sans-lower {
    font-family: Tahoma, sans-serif;
}

body {
    background-color: #000000;
    color: #ffffff;
    font-size: 1rem;
}

.smol {
    font-size: 0.75rem;
}

.headshot {
    max-width: 30%;
    height: auto; 
}

.larger {
    font-size: 1.25rem;
}

h2 {
    font-family: Garamond, serif;
    font-size: 1.25rem;
}