body {
    background: #ffffff;
    line-height: 1.4;
    color: #404040;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 17px;
}

.container {
    margin: 0 auto;
    padding: 0 16px;
    max-width: 1000px;
}

nav {
    border-bottom: 1px solid #005d73;
    background: linear-gradient(#005d73, #0088a2);
    background-color: #005d73;
    color: #ffffff;
}

.nav-l {
    display: flex;
    align-items: center;
    margin: 16px 16px 16px 0;
}

.nav-l>a>img {
    display: block;
    margin-right: 12px;
    width: 48px;
}

.nav-l>h1 {
    margin: 0 0 0.07em 0;
    text-shadow: 0 0 4px #00363d;
    font-size: 32px;
}

.nav-r {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
}

.nav-r>a {
    line-height: 0;
}

.nav-r>a>img {
    border: 1px solid #00363d;
    border-radius: 4px;
    background-color: #00363d;
}

.nav-donate-text {
    margin: 0 8px 0 32px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}

.nav-donate {
    display: inline-block;
}

.nav-donate>form {
    line-height: 0;
}

div.section {
    margin: 32px 0;
}

.colored {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f8f8f8;
    padding: 20px 0;
}

footer {
    margin-bottom: 0;
    text-align: center;
}

.col-l {
    display: inline-block;
}

.col-r {
    display: inline-block;
    margin-left: 32px;
}

.vam {
    vertical-align: middle;
}

.vat {
    vertical-align: top;
}

.flex {
    display: flex;
    align-items: center;
}

a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
    color: #0088a2;
}

a:visited {
    text-decoration: none;
    color: #0088a2;
}

a:hover {
    text-decoration: underline;
    color: #00b6d2;
}

a:active {
    text-decoration: none;
    color: #0088a2;
}

h2 {
    color: #005d73;
    font-size: 24px;
}

ul {
    padding-left: 19px;
}

li {
    list-style-type: square;
    line-height: 2;
}

li::marker {
    color: #005d73;
}

a.button {
    text-decoration: none;
}

div.button {
    display: inline-block;
    border: 1px solid #005d73;
    border-radius: 10px;
    box-shadow: inset 0px -2px 6px rgba(255, 255, 255, 0.4);
    background: linear-gradient(#0088a2, #005d73);
    background-color: #005d73;
    padding: 8px 16px;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

div.button:hover {
    border: 1px solid #734600;
    background: linear-gradient(#a25f00, #734600);
    background-color: #734600;
}

.info {
    display: inline-block;
    margin: 0 0 0 20px;
}

.info>span {
    white-space: nowrap;
}

.info>span.dot {
    margin: 0 16px;
}

img.screenshot {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
}

img.historic {
    float: right;
    margin: 0 0 16px 16px;
    width: 133px;
}

@media screen and (max-width: 800px) {
    .nav-l>h1 {
        font-size: 24px;
    }

    .nav-r {
        margin: 0 0 16px 0;
    }

    .flex {
        flex-direction: column;
    }

    .info {
        display: inline-block;
        margin: 16px 0 0 0;
    }
}