@import url("observablehq:default.css");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");

html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: var(--theme-background);
    color: var(--theme-foreground);
}
body {
    margin: 0;
    margin-left: 50px;
    padding: 0;
    font-family: "EB Garamond", serif;
    font-weight: 450;
    font-size: 14pt;
    line-height: 1.5;
    color: #515151;
    margin: auto;
    padding: 10px;
    max-width: 720px;
}

main {
    margin: 1rem auto;
}

.bio-container {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 600px) {
    .bio-container {
        display: flex;
        flex-wrap: nowrap;
    }
}

.logo {
    display: inline;
    width: 100px;
    vertical-align: top;
    margin-left: 0px;
}
@media (min-width: 600px) {
    .logo {
        display: inline;
        width: 150px;
        vertical-align: top;
        margin-left: -40px;
    }
}

.intro-title {
    font-weight: 500 !important;
    font-size: 2.15em;
    font-style: italic;
    font-family: "EB Garamond", serif;
    margin-bottom: 10px;
}

.grid {
    max-width: 1000px;
    margin: auto;
}

.card {
    font-family: "EB Garamond", serif;
    font-size: 14pt;
    padding: 5px;
}

.headshot-card img {
    border-radius: 0.5rem;
    max-width: 200px;
}

.headshot-card {
    font-family: sans-serif;
    font-size: 11pt;
    border: #51515133;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding: 0.5rem;
    border-radius: 0.9rem;
    border-style: solid;
}

.headshot-card a {
    color: #515151;
    text-decoration: none;
}

.links img {
    border-radius: 0rem;
    height: 15px;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 3px;
    margin-top: 3px;
    margin-left: 5px;
}

h2 {
    font-size: 20pt;
    /*font-style: italic;*/
    font-weight: 600;
    margin-top: 40pt;
}

hr {
    border: 0;
    clear: both;
    display: block;
    width: 100%;
    background-color: #51515155;
    height: 2px;
    padding: 0px;
    margin-top: -15pt;
    margin-bottom: 10pt;
}

.cv-heading {
    font-weight: 500 !important;
    font-size: 1.5em;
    font-style: italic;
    font-family: "EB Garamond", serif;
}

.cv-entry {
    margin-bottom: 10px;
    margin-left: 15px;
}

.cv-degree {
    font-weight: 600;
    font-size: 14pt;
}

.cv-advisor {
    font-size: 12pt;
    margin-left: 15px;
}

.cv-thesis {
    font-size: 12pt;
    margin-left: 15px;
}

.cv-course {
    font-size: 12pt;
    font-weight: 500;
    line-height: 12pt;
}

.cv-course a {
    color: #515151;
    text-decoration: none;
}

.cv-paper-title {
    font-size: 12pt;
    font-weight: 500;
    line-height: 12pt;
    font-style: italic;
    text-decoration: none;
    color: #515151;
}

.cv-paper-citation {
    font-size: 10pt;
    font-weight: 400;
    line-height: 12pt;
    margin-left: 15px;
}
