.hidden {
    display: none;
    visibility: hidden;
}

h1, h2, h3, h4 {
    color: #345F91;
    color: #346092;
    color: #336092;
}

.home-logo {
    width: 125px;
    height: auto;
}

.nav-link:hover {
    background-color: #336092;
    color: #ffffff !important;
}

.notes {
    font-size: 12px;
}

.table {
    position: relative;
}

.table th {
    background: #ffffff;
    position: sticky;
    top: 0;
}