ul {
    list-style: disc;
    margin-left: 25px;
}

.section-nav {
    font-weight: bold;
    font-size: 110%;
}

.bg-grey {
    background-color: #DDD;
}

.font-size-40 {
    font-size: 40px;
    line-height: 1.2;
}

.btn-inverted {
    color: black;
    border-radius: 30px;
    font-size: 18px;
    padding: 15px 40px;
    display: inline-block;
    box-shadow: 0 15px 40px #DDD;
    background-color: white;
}

li.sidebar-menu {
    list-style-type: none;
    border-bottom: 1px solid #DDD;
}

li.sidebar-menu:hover {
    background-color: #DDD;
}

li.sidebar-root {
    font-weight: bold;
    background-color: #EEE;
}

.btn-secondary {
    border-radius: 30px;
    font-size: 18px;
    padding: 15px 40px;
    color: black;
    background-color: #DDD;
    border: #DDD;
}

.btn-main:hover {
    background-color: #a55d05;

}

.btn-inverted:hover {
    background-color: #fde7cc;
}

.victor-login button {
    height: 45px;
    padding-top: 7px;
}

.slider-item {
    background-color: rgba(255, 51, 0, 0.21);
    color: white;
}

.slider-item .title {
    color: white;
}

/* Static page styling */
.static-page .content-wrapper {
    line-height: 1.6;
    font-size: 1.05rem;
}

.static-page .content-wrapper h1,
.static-page .content-wrapper h2,
.static-page .content-wrapper h3,
.static-page .content-wrapper h4 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.static-page .content-wrapper p {
    margin-bottom: 1.2rem;
}

.nav-item .nav-link {
    vertical-align: middle;
    display: flex;
}

.nav-item .nav-icon {
    position: relative;
    top: -3px;
}

/* Ensure proper document structure for fixed elements */
html:has(#root),
body:has(#root) {
    overflow-x: hidden;
}

body:has(#root) {
    padding-bottom: 59px;
    padding-top: 69px;
}

@media (max-width: 992px) {

    .navigation .navbar-nav .nav-link {
        width: 200px;
        float: right;
        text-align: right;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #fafafa;
    }

    .navigation .navbar-nav li.nav-item {
        padding-right: 0px;
    }

    .navigation {
        display: flex;
        justify-content: flex-end;
    }
    .navigation #main-navbar {
        float: right;
        position: relative;
        width: 250px;
        right: 0px;
        top: -29px;
    }
    @media (max-width: 992px) {
        .slider .slider-item {
            /* Override the background property while preserving the inline background-image */
            background-color: rgba(255, 51, 0, 0.21) !important; /* Semi-transparent version of #f9f9f9 */
            background-image: var(--original-bg, inherit) !important;
            background-size: cover !important;
            background-position: center !important;
            min-height: 300px; /* Make sure it has height on mobile */
        }
    }
}