:root{
    /*--as-mobile-menu-icon-color:white!important; */

}


[data-bs-theme="light"] {
  --bs-carousel-caption-color: #ffffff;
}

[data-bs-theme="dark"] {
  --bs-carousel-caption-color: #ffffff;
}

.uk-label.nx-filetype-label {
    background:rgb(245, 126, 0);
}

a.nav-link {
    letter-spacing: normal !important;
}

a.dropdown-item {
    letter-spacing: normal !important;
}

.downloads{
    background:rgba(0, 124, 168,0.1);
    padding:3px !important;
}

.lafooter {
    color:white;
    font-size:0.7em;
    line-height:1.6em;
}

.lafooter h3,.lafooter h2, .lafooter h4, .lafooter h6{
    color:white;
}

.current.menu-item a {
    color: var(--bs-link-color) !important;
}

span .nav-title:has(> .current.menu-item a){
    color: var(--bs-link-color) !important;
}

/*
.burger-menu-button .button {
    position: absolute;
    top: 0px;
    background: #f57e00;
    right: 0;
    height: 42px;
    width: 42px;
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!--%20License%3A%20PD.%20Made%20by%20stephenhutchings%3A%20https%3A%2F%2Fgithub.com%2Fstephenhutchings%2Fmicrons%20--%3E%3Csvg%20fill%3D%22%23fff%22%20width%3D%22800px%22%20height%3D%22800px%22%20viewBox%3D%220%200%20512%20512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%3E%3Ctitle%3Emenu%3C%2Ftitle%3E%3Cpath%20d%3D%22M64%2096L448%2096%20448%20144%2064%20144%2064%2096ZM64%20232L448%20232%20448%20280%2064%20280%2064%20232ZM64%20368L448%20368%20448%20416%2064%20416%2064%20368Z%22%20%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;

}

.offcanvas-close-btn{
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!--%20License%3A%20MIT.%20Made%20by%20michaelampr%3A%20https%3A%2F%2Fgithub.com%2Fmichaelampr%2Fjam%20--%3E%3Csvg%20fill%3D%22%23fff%22%20width%3D%22800px%22%20height%3D%22800px%22%20viewBox%3D%22-6%20-6%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMinYMin%22%20class%3D%22jam%20jam-close%22%3E%3Cpath%20d%3D'M7.314%205.9l3.535-3.536A1%201%200%201%200%209.435.95L5.899%204.485%202.364.95A1%201%200%201%200%20.95%202.364l3.535%203.535L.95%209.435a1%201%200%201%200%201.414%201.414l3.535-3.535%203.536%203.535a1%201%200%201%200%201.414-1.414L7.314%205.899z'%20%2F%3E%3C%2Fsvg%3E")!important;
}
*/

/*
.burger-menu-button span:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f0c9";
    left: 4px;
    right: 0;
    top: 15px;
    font-size: 25px;
    color: white;
}
*/


.mceContentBody{
    background:#f2f2f2 !important;
}

.marquee {
    -moz-animation: marquee 30s linear infinite;
    -webkit-animation: marquee 30s linear infinite;
    animation: marquee 30s linear infinite;
}
@-moz-keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
@-webkit-keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes marquee {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

