body,
html {
    margin: 0;
    padding: 0;
    border: 0;
}
div#background {
    position: absolute;
    height: 1600px;
    width: 100%;
    top: 0;
    left: 0;
    background: url(../img/background/chalkboard.jpg) top center no-repeat;
}
h1 {
    background-image: url(../img/title/resumetitle.png);
    background-repeat: no-repeat;
    height: 120px;
    width: 400px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 3em auto 1em;
    text-align: center;
    opacity: 0.75;
}
p {
    font-family: Arial;
    color: #989898;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.3em;
}
h2 {
    font-family: Ubuntu, Arial, Helvetica, sans-serif;
    color: #d0d0d0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 200%;
    font-weight: 100;
}
div#resume {
    position: relative;
    margin-left: 50%;
    width: 800px;
    /*top: 250px;
    */left: -400px;
}
div#viewcv,
div#downloadcv {
    margin: 1em;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    margin-left: 50%;
    margin-right: 50%;
}
.viewcv {
    display: block;
    width: 329px;
    height: 39px;
    transform: translate(-165px);
    text-decoration: none;
    opacity: 0.5;
    background: url(../aboutme/view-cv.png) no-repeat;
}
.viewcv:hover {
    opacity: 1;
}

.downloadcv {
    display: block;
    width: 223px;
    height: 80px;
    transform: translate(-112px);
    text-decoration: none;
    opacity: 0.5;
    background: url(../aboutme/download-cv-v2.png) no-repeat;
}
.downloadcv:hover {
    opacity: 1;
}

@media screen and (max-width: 799px) {
    h1 {
        background-image: url(../img/title/resumetitle-small.png);
        background-repeat: no-repeat;
        height: 81px;
        width: 270px;
    }
    div#resume {
        position: absolute;
        width: 100%;
        left: 0;
        margin: 0;
    }
    p {
        font-family: Arial;
        color: #989898;
        color: rgba(255, 255, 255, 0.5);
        font-size: 1em;
        margin: 2em;
    }
}
