h1 {font-size: 28px;
    font-weight:bold;
}
body {
    font-size:13px
}

/*Bootstrap 5 Accordion*/
.accordion-button {
    background-color: #26466d;
    color: white;
    font-weight:bold;
}
.accordion-button:focus {box-shadow:none;}
.accordion-button:not(.collapsed) {
    background-color: #26466d;
    color: white;
}
.expand-all{
    background-color: #26466d;
    color:white;
    font-weight: bold;
}
.expand-all:focus, .expand-all:target{
    background-color: #26466d !important;
    color:white !important;
    font-weight: bold;
}
.expand-all:active{
    background-color: #3f689b !important;
    color:white !important;
}
.expand-all:hover{
    background-color: #3f689b;
    color:white;
}