div#knowledge {

    h1 {
        font-variant: small-caps;
    }

    div#categories {

        div {
        }
    }

}

div.two-columns {

}


div.job {
    h1 {
        border-bottom: 2pt solid;
        margin-bottom: 0;

        &:before {
            content: "■ ";
        }
    }
    div.project {

        h2 {
            border-bottom: 1pt solid;
            margin-bottom: 0;
        }

        div.task {
            h3 {
                font-style: italic;
                font-weight: lighter;
                font-size: 110%;
                margin-bottom: 0;
            }
        }
    }
}


details {
    summary:hover {
        cursor: pointer;
    }
}


details[open] summary ~ div {
    animation: sweep 0.5s ease-in-out;
}

@keyframes sweep {
    0% {
        opacity: 0;
        margin-left: -8pt;
    }
    100% {
        opacity: 1;
        margin-left: 0;
    }
}

/* First page */
img#photo {
    border-radius: 4%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.print-only {
    display: none;
}
