body {
    color: #000;
    font-family: "Stabil Grotesk", sans-serif;
}
#pageheader {
    background-color: #fff;
    border-bottom: 4px solid #dc3545;
}
#pageheader .nav-link {
    color: #000;
}

header .navbar-nav .nav-link.active {
    color: #2d8f2e;
    border-bottom: 1px solid #000;
    font-weight: 700;
}

h1, h2, h3 {
    color: #000;
    font-family: "Stabil Grotesk", sans-serif;
}

.table thead th {
    border-bottom: 2px solid #000;
    color: #000;
    font-weight: 700;
}

.table .tfoot th, .table .tfoot td {
    border-top: 1px solid #000;
    font-weight: 700;
}
#lang { 

display: none; 
}