body {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-style: normal;
    color: rgb(var(--bs-tertiary-color-rgb));
}

.nav-compensation {
    padding-top: 7rem;
}

.header-category {
    padding-top: 6.5rem;
}

.header-sub-category {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.container-padding-bottom {
    padding-bottom: 6.5rem;
}

.modal-dialog {
    max-width: 50rem;
}

.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(34, 34, 34, var(--bs-bg-opacity, 1)) !important;
}

.color-custom-1 {
    color: #fd0 !important;
}

.color-custom-2 {
    color: #777777 !important;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

a {
    color: #123352;
    text-decoration: none;
    outline: none;
    touch-action: manipulation;
}

a:hover {
    color: #777777;
    outline: none;
    text-decoration: underline;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

div#myCarousel .carousel-caption p {
    bottom: 3rem;
    z-index: 10;
}

@media (min-width: 40em) {

    /* Bump up size of carousel content */
    div#myCarousel .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
}

.fs-projects-list {
    font-size: 1rem !important;
}

@media (min-width: 768px) {
    .fs-projects-list {
        font-size: 1.25rem !important;
    }
}

.bi-inline-icon {
    display: inline-block;
    fill: currentColor;
    height: 1.8rem;
    width: 1.8rem;
    vertical-align: middle;
}

/* 
Nested elements—including generated content via ::before and ::after—will all inherit the specified box-sizing for that .selector-for-some-widget
https://css-tricks.com/box-sizing/
 */
/* 
 .selector-for-some-widget {
    box-sizing: content-box;
}
 */