#bg-top-headband {
    min-height: 40vh;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1030;
    width: 100%;
    background-color: var(--color-4-semi-light);
}

section h1 {
    text-align: center;
    font-size: xxx-large;
    color: var(--color-3-origin);
}

section h2 {
    font-size: xx-large;
    color: var(--color-3-semi-dark);
}

section p, section table, #accordion table, .btn {
    font-weight: 300;
}

section table td, table td * {
    vertical-align: top;
}

section table td img {
    height: 30px;
    width: 30px;
    margin-top: 10px;
}

section table tr > td:nth-child(2) {
    padding-left: 1.1rem;
}

#section-parallax p {
    line-height: 60px;
    text-shadow: 2px 3px #000;
}

.staff_grade {
    font-weight: bold;
    text-transform: uppercase;
}

.staff_identity {
    font-weight: 300;
    padding-left: 1.0rem;
}

section .card {
    border: none;
}

section .card-body {
    padding: 0;
    text-align: center;
}

section .card-img-top {
    border-radius: 10px;
}