body {
    background: black;
}
.toplogo {
    height: 20%;
    background-image: url(./images/logotop.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.section-wrapper {
    height: calc(80% - 60px);
}
.homeimage .sections {
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
    padding: 48px;
}
.homeimage .men .sections {
    background-image: url("./images/englishmen.jpg");
    background-position: center;
}
.homeimage .women .sections {
    background-image: url("./images/englishwomen.jpg");
    background-position: center;
}
img {
    display: none;
}
.headermenu a {
    background: #9ccc3c;
    font-weight: bold;
    color: white;
    padding: 2px 10px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 20px;
}
.women .headermenu a {
    background: #fe6de1;
}
@media only screen and (max-width: 768px) {
    .homeimage .sections {
        background-position: center top !important;
        padding: 0 48px;
        max-height: 480px;
    }
}
