body {
    background: url("../images/bruson_zoe.jpg") no-repeat bottom #efeff1;
    background-attachment: fixed;
    background-size: cover;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: transparent;
    color: white;
    text-align: center;
}

footer p {
    margin-top:14px;
    margin-bottom: 14px;
}

footer img {
    margin-right: 30px;
}

.contact {
    max-width: 80%;
    margin: auto;
    color: #efeff1;
    margin-top: 100px;
    background-color: rgba(51,51,51,0.5);
    padding: 50px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
    body {
        background: url("../images/bruson_zoe.jpg") no-repeat bottom right #efeff1;
        background-attachment: fixed;
        background-size: cover;
    }
    .contact {
        margin-top: 0;
        padding-bottom: 150px;
    }
}
