body {
    padding-top: 0px;
}
.current-page, .current-page > a {
    background-color: #158cba;
    color:white
}

h1 {
    font-size: 2rem;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    h1, h2, h3 {
        font-size: 1rem;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    h1, h2, h3 {
        font-size: 1rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    h1, h2, h3 {
        font-size: 1.5rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    h1, h2, h3 {
        font-size: 1.5rem;
    }
}

.break-word {
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-overflow: ellipsis
}