body {
    color: #0a0a0a;
    font-family: Marimekko Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 410px) {
    body { }
}

#pageheader {
    background-color: #ffffff;
    border-bottom: 3px solid #000000;
}
#pageheader .nav-link {
    color: #0a0a0a;
    font-weight: 700;
}
#pageheader .logo {
    max-width: 25vw;
}
#topnav .nav-item {
    padding: 0;
}

header .nav-link.active {
    color: #0a0a0a;
    font-weight: 700;
}

h1, h2, h3 {
    color: #000000;
    font-family:Marimekko Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.table thead th {
    border-bottom: 2px solid #0a0a0a;
    color: #000;
    font-weight: 700;
}
.table .tfoot th, .table .tfoot td {
    border-top: 1px solid #0a0a0a;
    font-weight: 700;
}

#lang { display: none; }
