@import url(http://fonts.googleapis.com/css?family=Open+Sans);

body
{
    background-color: #dcb778;
    background-image: url("../img/hout.jpg");
    margin-top: 50px;
    margin-bottom: 50px;
}

*
{
    font-family: 'Open Sans', sans-serif;
}

.page-content
{
    position: relative;
    background-image: url(http://s3.jilster.nl/magazines/48535f938a531dbb47b2aa5f3ecb0abf/pages/jilst/page_2371065.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 690px;
}
.view-magazine
{
    text-align: center;
}
.contact
{
    padding: 25px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
}
.contact li
{
    padding-left: 25px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 10px;
}
.contact .email { background-image: url(../img/icon-email.png); }
.contact .linkedin { background-image: url(../img/icon-linkedin.png); }
.contact .mobile { background-image: url(../img/icon-mobile.png); }
.contact .twitter { background-image: url(../img/icon-twitter.png); }