header .programmes {
    display: none;
}
.promo {
    /*background: url("/images/slide-image-2.webp");*/
    /*background-size: cover;*/
    /*background-position: center;*/
    min-height: 50px;
}
.promo .promo-text {
    color: #e3e3e3;
    text-shadow: 0 0 3px #242424;
}
.promo .promo-text h1 {
    font-size: 1.5em;
}

a.logo, a.logo:hover {
    text-decoration: none;
}
.logo span {
    font-size: 2.5em;
    color: #4d5154;
    text-shadow: 0px 7px 5px #a09f9f;
}
.logo img {
    height: 80px;
}
.g-wrapper {
    min-height: 95vh !important;
}
@media (max-width: 600px) {
    a.logo, a.logo:hover {
        text-decoration: none;
        text-align: center;
        width: 100%;
    }
}