body {
    color: #0a0a0a;
    font-family: "Untitled Sans",sans-serif;
}
@media (min-width: 410px) {
    body { }
}

#pageheader {
    background-color: #ffffff;
    border-bottom: 5px solid #000000;
}

#pageheader .logo {
    height: 60px;
}
#pageheader .nav-link {
    color: #051236;
}

#pageheader .dropdown-menu .nav-link {
    color: #000000;
    font-weight: 400;
}

#topnav .nav-item {
    padding: 0;
}

header .nav-link.active {
    color: #000;
    font-weight: 700;
}

h1, h2, h3 {
    color: #000000;
    font-family:     "Untitled Sans",sans-serif;
}

.table thead th {
    border-bottom: 2px solid #000000;
    color: #0a0a0a;
    font-weight: 700;
}

.table .tfoot th, .table .tfoot td {
    border-top: 1px solid #000000;
    font-weight: 700;
}