html {
    position: relative;
    height: 100%;
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .navbar-nav {
        margin-top: 10px;
    }
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
#main {
    margin-top: -8px;
}

#navWrapper {
    background-color: #00264c;
}

.navbar {
    padding-top: 0;
}

#title {
    color: #00264c;
}

legend {
    all: unset;
}

.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.tooltipElement,
.tooltipElement:hover {
    color: inherit;
}

.tooltip .tooltip-inner {
    --bs-tooltip-bg: #00264C;
}

.tooltip .tooltip-arrow::before {
    --bs-tooltip-bg: #00264C;
}

.tooltip-success {
    --bs-tooltip-bg: #00264C;
}

@media screen and (min-width: 992px) {
    .card-img-top {
        aspect-ratio: 15.5 / 9;
    }
}
.card-img-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}

.paginationButton, .paginationButton:link, .paginationButton:hover, .paginationButton:focus {
    max-width: 30px;
    min-width: 23px;
    text-decoration: inherit;
    color: inherit;
    border-bottom: 1px solid rgba(0,0,0,0);
    user-select: none;
}

a.paginationButton:hover {
    border-bottom: 1px solid rgb(33, 37, 41);
}
