html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
    font-size: 20px !important;
}
/* Navbar */
.collapse {
    font-family: Georgia !important;
    color: brown !important;
    font-size: 1.45em !important;
}

body {
    margin-bottom: 60px !important;
    background-color: #b1cbbb !important;
    /*background-color: aliceblue;*/
    font-family: 'Georgia' !important;
    color: black !important;
    font-size: 12px !important;
}
html {
    font-size: 16px; /* Base for rem units */
}
.marked-for-removal {
    outline: 2px dashed crimson;
    transition: outline 0.3s ease;
}

@font-face {
    /*font-family: 'lwhand';*/
    /*src: url('lhandw-webfont.woff2') format('woff2'), /* Super Modern Browsers */
    /*url('lhandw-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    /*url('lhandw.woff') format('woff'), /* Pretty Modern Browsers */
    /*url('lwhand.ttf') format('truetype'); /* Safari, Android, iOS */
}

body {
    margin: 0%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0%;
    background-color: #b1cbbb; /* derivitive green from sky*/ /*aliceblue;*/
    font-family: 'Georgia';
    font-size: 18px !important;
    color: black;
}
.btn-outline-primary {
    font-size: 18px !important;
    color: brown !important;
    background-color: transparent !important;
    border-color: brown !important;
}
.btn-outline-primary:active,
.btn-outline-primary:active:focus {
    border-color: brown !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus, 
.btn-outline-primary:active:focus {
    color: green !important;
}
.btn-outline-light {
    color: brown !important;
}

#list {
    margin: 1em 0 7em -3em;
    padding: 1em 0 0 0;
    background-color: #ffffff;
    color: #996600;
    width: 25%;
    float: left;
}

#header, #footer {
    margin: 0;
    padding: 0;
}
/* change the background color */
.navbar-custom {
    background-color: white !important;
    color: red !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
    align-items: flex-start;
}

    /* Brand navbar hover and focus Menu */
    .navbar-custom:hover {
        color: darkblue;
    }

.navbar-brand:focus {
    color: darkblue;
}

.navbar-custom .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: 1.5rem !important;
    font-weight: bold !important;
    /*font-size: var(--bs-navbar-toggler-font-size);*/
    line-height: 1;
    color: brown; /* derivitive green from sky*/ /* lightskyblue; */
    background-color: white; /* derivitive green from sky*/ /* aliceblue; */
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

.dropdown-menu {
    margin-left: 2%;
    margin-right: 2%;
    height: 100%;
    overflow: auto;
}
/*.below-carousel:empty {
    display: none;
}
    */
.pictable-3 {
    margin-left: 20%;
    margin-right: 20%;
}
@media (min-width: 992px) {
}
    @media (max-width: 768px) {
        }

    @media (max-width: 480px) {
    .qlbt-operation-menu {
        display: block !important; /* Force the menu to show */
        background: rgba(0, 0, 0, 0.8); /* Make it visible */
        color: #fff; /* Ensure text is readable */
        z-index: 9999; /* Make it appear above other elements */
    }

    #editor {
        height: 300px;
    }

    .bmke {
    }

    .ql-container {
        flex: 1;
        overflow-y: auto;
        border: 1px solid #ccc;
        border-radius: 4px;
        /*background-color: #fff;*/
        /*color: var(--quill-text);*/
    }

    .ql-editor {
        margin: 0;
        padding: 1rem;
        background-color: var(--quill-bg);
        font-family: var(--quill-ui-font);
        line-height: 1.75;
        color: var(--quill-text);
        min-height: 100%;
    }

        .ql-editor ol,
        .ql-editor ul {
            list-style-type: initial !important;
            list-style-position: inside !important;
            padding-left: 1.5em !important;
        }

        .ql-editor li {
            display: list-item !important;
        }

        .ql-editor h1,
        .ql-editor h2,
        .ql-editor h3,
        .ql-editor h4,
        .ql-editor h5,
        .ql-editor h6 {
            color: var(--quill-accent);
            font-family: var(--quill-font);
            font-weight: bold;
        }

        .ql-editor a.btn {
            text-decoration: none !important;
            font-size: 18pt;
            font-family: var(--quill-font);
            font-weight: bold;
        }

    /* ================================
   🔖 Bookmark Block
================================ */
    .bmke {
    }

    .bookmark-block {
    }

        .bookmark-block a {
        }

        .bookmark-block.btn {
        }

    .bookmark-target {
    }

        .bookmark-target a {
        }

        .bookmark-target:focus::after {
        }

    /* ================================
   🖼️ Image & Carousel Overrides
================================ */
    /* Base styles for Quill carousel — override as needed */
    .quill-carousel {
        /* default layout or spacing */
    }

        .quill-carousel .carousel-inner {
            /* default transition or alignment */
        }

        .quill-carousel .carousel-item {
            /* default sizing or visibility */
        }

            .quill-carousel .carousel-item.active {
                /* active state styling */
            }

            .quill-carousel .carousel-item img {
                /* default image behavior */
            }

    .quill-carousel-wrapper {
        /* wrapper layout */
    }
