.menu a {
    text-decoration: none;
    margin-right: 20px;
    font-size: 24px;
    color: black;
    font-variant: small-caps;
}

.menu a:hover {
    text-decoration: underline;
}

.menu a:visited{
    color: black;
}

.name {
    float: left;
    font-variant: small-caps;
    font-size: 28px;
    position: relative;
    top: 7px;
    font-weight: bold;
}

.name a {
    text-decoration: none;
    color: rgb(37, 30, 30);
}

.name a:hover {
    text-decoration: none;
    color: blue;
}

.name a:visited {
    color: black;
}

.menu {
    padding: 10px;
    float: right;
}

.current {
    text-decoration: underline !important;
}

.sans {
    font-family: Tahoma, sans-serif;
    width: 80%;
}

body {
    padding: 20px;
    margin: auto;
    width: 70%;
}

.centertitle {
    padding-top: 40px;
}

.smol {
    font-size: smaller;
}

.art {
    max-width: 90%;
    height: auto; 
    padding: 20px;
}

.sidebyside {
    max-width: 40%;
    height: auto; 
    padding: 20px 20px 0px 0px;
}


/* 2179 x 1277 */

.headshot {
    padding-top: 60px;
    max-width: 60%;
    height: auto; 
}

/* 2880 x 3440 */

.floatright {
    position: relative;
    right: 60px;
    top: -20px;
    float: right;
    color: black;
}

.larger {
    font-size: normal;
}

h2 {
    font-family: Garamond, serif;
}

.sans a {
    color: black;
}