header {
    margin: 14px 0;
}

footer {
    height: 140px;
    margin-top: 40px;
    background-color: #2E3641;
    text-align: center;
    line-height: 140px;
    color: #fff;
}
footer a {
    color: #fff;
    text-decoration: underline;
}
footer a.branding {
    background-image: url("./img/logo_filigree.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 60px auto;
    font-size: 30px;
    font-weight: bold;
    height: 140px;
    padding-left: 70px;
    display: inline-block;
}

footer .i18n_switch {
    display: inline-block;
}


.umap-nav {
    display: flex;
    flex-direction: column;
}
.umap-nav a {
    color: var(--color-darkBlue);
    padding: .4rem;
}
.umap-nav a:hover {
    text-decoration: underline;
}
.umap-nav h1 {
    margin-bottom: 0;
}
.umap-nav h1 a {
    background-image: url(./img/logo.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 140px auto;
    line-height: 80px;
    padding-left: 155px;
    display: block;
    font-size: 0;
}
.umap-nav ul {
    text-align: center;
    font-weight: bold;
}
.umap-nav ul li {
    line-height: 2.5rem;
}
.umap-nav .button,
.umap-nav .button:hover {
    text-decoration: none;
    min-width: 150px;
    margin-left: 1rem;
}

@media only screen and (min-width: 500px) {
    .umap-nav ul li {
        display: inline-block;
    }
}
@media only screen and (min-width: 750px) {
    .umap-nav {
        flex-direction: row;
        justify-content: space-between;
        align-items: baseline;
    }
}
