.sign-head, .sign-head a {
    color: rgba(22, 22, 23, .8);
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}

.sign-head a:hover {
    color: #06c;
}

.login-nav-bar {
	background-color: rgba(255, 255, 255, .8);
}

.accordion-button {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
    letter-spacing: .004em;
}

.accordion-button:focus {
    box-shadow: none;
    outline: none;
    background-color: transparent;
    border: none;
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    border: none;
}

.accordion-button:hover {
    color: #0071e3;
}

.accordion-item {
    border-left: none; /* Removes the left border */
    border-right: none; /* Removes the right border */
}