body {
    color: #000;
    font-family:  'DINProLight', 'Open sans', Arial, sans-serif;
}
#pageheader {
    background-color: #fff;
    border-bottom: 3px solid #8b784a;
}
#pageheader .nav-link {
    color: #000;
}
#topnav .nav-item {
    padding: 0;
}

header .nav-link.active {
    color: #000;
    font-weight: 700;
}

h1, h2, h3 {
    color: #18191A;
    font-family: "DINProBold", "Open sans", Arial, sans-serif;
}

.table thead th {
    border-bottom: 2px solid #8b784a;
    color: #8b784a;
    font-weight: 700;
}

.table .tfoot th, .table .tfoot td {
    border-top: 1px solid #8b784a;
    font-weight: 700;
}
