.subheader-nav {
    text-align: center;
    background: #1779ba;
    background-size: cover;
    position: relative;
    overflow: visible;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3.5em;
}

.subheader-nav .subheader-nav-headline {
    color: #fefefe;
}

.subheader-nav-list {
    float: none;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    bottom: 0;
    width: 100%;
}

.subheader-nav-list li {
    float: none;
    display: inline-block;
}

.subheader-nav-list li a {
    padding: 0.9rem 1rem;
    font-size: 1.1rem;
    color: #fefefe;
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.35s ease-in-out;
}

.subheader-nav-list li a:hover {
    background: rgba(254, 254, 254, 0.15);
}

@media screen and (max-width: 40em) {
    .subheader-nav-list li a {
        font-size: .9rem;
        padding: .8rem;
    }
}

.homepage-icon {
    margin-right: 1em;
}