/* Dr. Yi Wang -- academic homepage. Plain and light on purpose. */

body {
    background: #e8e4d8;
    color: #111;
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
    padding: 20px 24px 60px 24px;
}

a { color: #0000cc; }
a:visited { color: #660099; }
a:hover { color: #cc0000; }

h1 {
    font-size: 28px;
    margin-bottom: 2px;
}

.subtitle {
    font-style: italic;
    margin-top: 0;
    margin-bottom: 14px;
}

nav {
    font-family: monospace;
    font-size: 16px;
    margin: 14px 0;
}

nav a { margin-right: 4px; }

hr {
    border: none;
    border-top: 1px solid #999;
    margin: 18px 0;
}

ol.pubs {
    padding-left: 22px;
}

ol.pubs li {
    margin-bottom: 12px;
}

footer {
    margin-top: 40px;
    font-size: 13px;
    color: #555;
    font-family: monospace;
}

.canvas-wrap {
    max-width: 480px;
    margin: 18px auto;
}

#scene-canvas {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    border: 2px solid #333;
    background: #8fc9e8;
}

.caption {
    text-align: center;
    font-size: 14px;
    color: #444;
    margin-top: 4px;
}
