body {
    margin: 0;
    -webkit-text-size-adjust: none;
    background: url(../images/PeterRaffoul_BG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: unset;
    font-family: "typeka", sans-serif;
    background-position: center center;
    /* background: #000; */
}

a,
.scrolldown {
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}

img {
    max-width: 200px;
    height: auto;
}
select{
    cursor: pointer;
}

/**** Header CSS ****/







html,
body {
    height: 100%;
}

.mail-wrapper {
    /* width: 100%;
    height: 91%;
    display: table;
    text-align: center; */
    /* width: 90%; */
    width: 67%;
    height: 95%;
    display: table;
    text-align: center;
    margin: 0 auto;
}

.mail-wrapper>.mlistParent {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 600px) {
    .mail-wrapper {
        width: 84%;
    }
}