html {
    scroll-behavior: smooth;
}
/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
html {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.nav > li > a {
    text-decoration: none;
    font-size: 1.25em;
    font-weight: bold;
    /*text-decoration: underline;*/
}
.nav > li > ul > li > a {
    text-decoration: none;
    font-size: 1em;
}

.accordion-button {
    font-size: 1.5rem;
}


