body {
    width: 100%;
    background-color: black;
}

div {
    width: 100%;
}

a {
    word-wrap: break-word;
    color: #777;
}

div#header {
    position: absolute;
    height: 7em;
    top: 0;
    left: 0;
    z-index: 1;
    color: white;
    background-color: black;
}

div#header h1 {
    display: inline;
    position: absolute;
    font-size: 2em;
    left: 40%;
    margin-top: 1em;
    z-index: 2;
}

div#header img#portrait {
    position: absolute;
    margin-left: 5%;
    margin-top: .5%;
    z-index: 1;
}

div#header img#banner {
    position: absolute;
    
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding-left: .5em;
    z-index: 0;
}

div#statement {
    margin-top: 7em;
    font-size: 1em;
    background-color: white;
    color: black;
    padding-top: .5em;
    padding-bottom: .5em;
}

div#interests {
    margin-top: 1em;
    font-size: 1em;
    background-color: black;
    color: white;
    padding-top: .5em;
    padding-bottom: .5em;
}

div#background {
    margin-top: 1em;
    font-size: 1em;
    background-color: black;
    color: white;
    padding-top: .5em;
    padding-bottom: .5em;
}

div#writing {
    margin-top: 1em;
    font-size: 1em;
    background-color: white;
    color: black;
    padding-top: .5em;
    padding-bottom: .5em;
}

div#teaching {
    margin-top: 1em;
    font-size: 1em;
    background-color: black;
    color: white;
    padding-top: .5em;
    padding-bottom: .5em;
}

div#art {
    margin-top: 1em;
    font-size: 1em;
    background-color: white;
    color: black;
    padding-top: .5em;
    padding-bottom: .5em;
}



div#contact {
    margin-top: 1em;
    font-size: 1em;
    background-color: white;
    color: black;
    padding-top: .5em;
    padding-bottom: .5em;
}

div#credits {
    margin-top: 1em;
    font-size: .8em;
    background-color: black;
    color: white;
    padding-top: .5em;
    padding-bottom: .5em;
}

p {
    margin-left: 5%;
    margin-right: 3%;
}

img {
    z-index: 2;
}

#myCanvas {
    width: 65%;
    height: 7em;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

div.artworks {
    background-color: white;
    text-align: center;
    position: relative;
}


div.artworks img {
    width: 70%;
}

/*artworks pages*/

div.artworksp {
    background-color: white;
    position: relative;
    margin-top: 7em;
}
