body {
    background-color: #fafaf8;
}

/* Contact icons in the header marginnote — keep them small everywhere */
img.contact-icon {
    width: 1.1rem !important;
    height: 1.1rem !important;
    vertical-align: middle;
    margin-right: 0.2rem;
}

.resume-nav {
    padding-top: 1.2rem;
}

.resume-nav a {
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    color: #888;
    text-decoration: none;
    background: none;
}

.resume-nav a:hover {
    color: #333;
}

@media only screen and (max-width: 760px) {
    article {
        padding: 0px;
    }


    /* Hide the ⊕ toggle button — show all marginnotes inline instead */
    label.margin-toggle:not(.sidenote-number) {
        display: none;
    }

    .marginnote {
        display: block;
        float: none;
        clear: both;
        width: 100%;
        margin: 0.4rem 0 1rem;
        position: relative;
        font-size: 1rem;
    }

    img.contact-icon {
        width: 1.1rem;
        height: 1.1rem;
    }
}

@media only screen and (min-width: 760px) {
    section > h1, h2, h3, h4, h5, h6 {
        width: 55%;
    }
}
