/* Font stuff */
@font-face {
    font-family: 'Baloo Tamma 2';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('BalooTamma2-Regular.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  

body {
    background-color: #0f111a;
    color: #c3cee3;
    font-family: 'Baloo Tamma 2', Helvetica, Arial, sans-serif;
    font-size: 12pt;
}

div.container {
    margin-left: auto;
    margin-right: auto;
    width: min(90vw, 70em);
}

span.name {
    font-size: 36pt;
}

header {
    width: 100%;
    border-bottom: 1px solid #82aaff;
    display: inline-block;
    text-align: center;
}

footer {
    border-top: 1px solid #82aaff;
    padding-top: 0.5em;
    display: inline-block;
    width: 100%;
}

img.portrait {
    border-radius: 50%;
    max-width: min(100px, 10vw);
    vertical-align: middle;
}

@media screen and (max-width: 800px) {
    img.portrait {
        max-width: 20vw;
    }
}

div.menu {
    text-align: center;
    font-size: 14pt;
}

a:link, a:visited {
    color: inherit;
}

a:hover {
    color: #88c0d0;
}

strong {
    padding-left: 0.1em;
    padding-right: 0.1em;
}

ul.subsublist {
    list-style-type: circle;
}

ul.main-list {
    list-style-type: none;
}

ul.sublist {
    list-style-type: disc;
}

span.pub-venue {
    font-style: italic;
}

h3 {
    margin-bottom: 0;
}

span.addr {
    margin-left: 1em;
    font-family: monospace;
    font-size: 10pt;
}