body {
    color: #333;
    font-family: Arial,sans-serif;
}

#pageheader .logo {
    max-width: 70vw;
    max-height: 70px;
}

.logo {
    max-width: 70vw;
    max-height: 70px;
}

#pageheader {
    background-color: #fff;
    border-bottom: 5px solid #156ed5;
}

#pageheader .nav-link {
    color: #156ed5;
}

#topnav .nav-item {
    padding: 0;
}

header .nav-link.active {
    border-bottom: 2px solid #58595b;
    color: #156ed5;
    font-weight: 700;
}

h1, h2, h3 {
    color: #156ed5;
    font-family: Arial,sans-serif;
}

.table thead th {
    border-bottom: 2px solid #156ed5;
    color: #156ed5;
    font-weight: 700;
}