
/* 
    Created on : 18.10.2014, 15:52:30
    Author     : Kevin
*/

body {
    background: #214c16;
}

header {
    background: url(../images/header_wellness.jpg) no-repeat;
    background-size: cover;
}

@media screen and (max-width: 760px) {
    header {
        background: url(../images/header_wellness-responsive.jpg) no-repeat;
        background-size: cover;
    }
}

@media screen and (max-width: 656px) {
    header {
        height: auto;
    }
}

nav {
    margin-top: 0px;
}

.mainContentBackground {
    background: url(../images/wellness_pattern.jpg) repeat;
}

footer {
    background: #567b14;
}

ul.wrapper li.right {
    background: #4a1813;
}

ul.wrapper li.right:hover {
    background: #320d0a;
}

footer a:hover {
    color: white;
}