body,
html {
    margin: 0;
    padding: 0;
    border: 0;
}
div#background {
    position: absolute;
    height: 1600px;
    width: 100%;
    top: 0;
    left: 0;
    background: url(../img/background/backgroundbio.jpg) top center no-repeat;
}
h1 {
    background-image: url(../img/title/biotitle.png);
    background-repeat: no-repeat;
    height: 120px;
    width: 168px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 3em auto 1em;
    text-align: center;
    opacity: 0.75;
}
p {
    font-family: handwriting;
    color: #fff;
    opacity: 0.6;
    font-size: 1.75em;
}
div#bio {
    position: absolute;
    margin-left: 50%;
    width: 800px;
    left: -400px;
}
@media screen and (max-width: 799px) {
    div#background {
        background: url(../img/background/chalkboard.jpg) top center no-repeat;
    }
    h1 {
        background-image: url(../img/title/biotitle-small.png);
        height: 56px;
        width: 77px;
    }
    p {
        padding: 0 2em;
        font-size: 1.25em;
    }
    div#bio {
        position: absolute;
        width: 100%;
        left: 0;
        margin: 0;
    }
    div#squirrel {
        width: 150px;
        height: 212px;
        background: url(../img/bio/squirrel-small.png) no-repeat;
        margin: 0 auto 2em;
    }
}
