body {
    font-family: 'Noto Serif', Arial, sans-serif;
    color: #3C424F;
}
@media (min-width: 410px) {
    body { }
}
#pageheader {
    background-color: #163052;
    border-bottom: 4px solid #163052;
}
#pageheader .logo {
    max-width: 70vw;
    max-height: 70px;
}
.logo {
    max-width: 90vw;
    max-height: 90px;
}
#pageheader .nav-link {
    color: #fff;
}
#pageheader .dropdown-menu .nav-link {
    color: #3C424F;
    font-weight: 400;
}
header .navbar-nav .nav-link.active {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-weight: 700;
}
h1, h2, h3 {
    color: #3C424F;
    font-family: "Archivo narrow",Arial,sans-serif;
}

.table thead th {
    border-bottom: 2px solid #3C424F;
    color: #3C424F;
    font-weight: 700;
}

.table .tfoot th, .table .tfoot td {
    border-top: 1px solid #3C424F;
    font-weight: 700;
}
