html {
    color: var(--solarized-base00);
    background-color: var(--solarized-base3);
    font-family: Arial, Helvetica, sans-serif;
}

body {
    margin: 0;
}

/* Hidden until focused; paired with the template skip link for WCAG 2.4.1. */
.skip-link {
    position: absolute;
    top: 0;
    left: 1rem;
    z-index: 1;
    padding: 0.5rem 0.75rem;
    color: var(--solarized-base3);
    background-color: var(--solarized-base03);
    transform: translateY(-120%);
}

.skip-link:focus {
    transform: translateY(0);
}

/* Keep keyboard focus visible without forcing focus rings for mouse clicks. */
:focus-visible {
    outline: 3px solid var(--solarized-blue);
    outline-offset: 2px;
}

.title {
    text-align: center;
}

a {
    color: var(--solarized-yellow);
    text-decoration: none;
}

nav ul {
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

nav li {
    font-weight: bold;
    padding-right: 0.5em;
    float: left;
}

.pageContent {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem;
}

#showcase {
    text-align: center;
}

#showcase p {
    font-weight:bold;
}

footer {
    color: #93a1a1; /* base1 */
    text-align: center;
}

figure {
    margin: 0;
}

figure img {
    margin: 0 auto;
    display:block;
}

figcaption {
    text-align: center;
}

table {
    border-collapse: collapse;
    border: 1px solid var(--solarized-base00);
    margin: 0 auto;
}

th,td {
    border: 1px solid var(--solarized-base00);
}
