ul {
    list-style: none;
    padding: 0 !important;
}
#nav > li,
#lang > li,
#footer > li {
    display: inline-block;
}
.star-list li::marker {
    content: "★ ";
}
.star-list li {
    padding-bottom: 5px;
}
.download {
    margin: 3px;
}
a.selected,
a:hover {
    color: #2d97e3 !important;
}
#nav {
    text-align: center;
    margin: 30px;
}
a.download,
#nav > li > a.active {
    background-color: #032f81;
    color: #ffffff !important;
    border: 0 none !important;
    border-radius: 5px;
}
figcaption {
    font-weight: 600;
    font-size: large;
    padding: 10px 0 20px 0;
}
a {
    cursor: pointer;
    color: #032f81 !important;
    text-decoration: none !important;
    font-weight: 600;
    line-height: 1;
    padding: 10px;
    display: inline-block;
}
#home {
    color: black !important;
    font-size: 1.5rem !important;
}
.header-text * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.header-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.header-text {
    padding: 0 20px 0 0;
    line-height: 1;
    text-align: center;
}
.header-image {
    width: 100px;
    height: auto;
}