body {
    font-family: 'Noto Serif', Arial, sans-serif;
}
@media (min-width: 410px) {
    
}

#pageheader {
    background-color: #fff;
    border-bottom: 4px solid #000;
}

#pageheader .nav-link {
    color: #000;
}
#topnav .nav-item {
    padding: 0;
}

header .nav-link.active {
    color: #1e1e23;
    font-weight: 700;
}

header .nav-link.active {
    color: #1e1e23;
    font-weight: 700;
}

h1, h2, h3 {
    color: #0a0a0a;
    font-family: "Archivo narrow",Arial,sans-serif;
}

.table thead th {
    border-bottom: 2px solid #0a0a0a;
    color: #0a0a0a;
    font-weight: 700;
}

.table .tfoot th, .table .tfoot td {
    border-top: 1px solid #0a0a0a;
    font-weight: 700;
}