body,
html {
    margin: 0;
    padding: 0;
    border: 0;
}
div#background {
    position: absolute;
    height: 1600px;
    width: 100%;
    top: 0;
    left: 0;
    background: url(../img/background/backgroundcontact.jpg) top center no-repeat;
}
h1 {
    background-image: url(../img/title/contactmetitle.png);
    background-repeat: no-repeat;
    height: 140px;
    width: 650px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 3em auto;
    text-align: center;
    opacity: 0.75;
}
a {
    color: #fff;
    opacity: 0.8;
}
p {
    font-family: handwriting;
    color: #fff;
    opacity: 0.7;
    font-size: 2em;
    padding: 0 3em;
}
div#contact {
    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;
    }
    h1 {
        background-image: url(../img/title/contactmetitle-small.png);
        background-repeat: no-repeat;
        height: 65px;
        width: 300px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-align: center;
    }
    a {
        color: #fff;
        opacity: 0.8;
    }
    p {
        font-family: handwriting;
        color: #fff;
        opacity: 0.7;
        font-size: 1.5em;
        padding: 0 2em;
    }
    div#contact {
        position: absolute;
        width: 100%;
        margin: 0;
        left: 0;
        text-align: center;
    }
    div#pidgeon {
        width: 250px;
        height: 173px;
        background: url(../img/contactme/pidgeon.png) no-repeat;
        margin: 2em auto;
        opacity: 0.5;
    }
}
