﻿@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import "https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Secular+One&display=swap";

body{font-family:"Barlow",sans-serif;font-weight:400;font-style:normal}
p, ul, ol{text-wrap:pretty}
.section{min-height:100vh;padding-top:150px}
.bg1{background-color:#f0f0d6}
.bggr{background-color:#F2F1EF}
.cover{background:no-repeat center fixed url('../img/higr.webp');background-size:cover}
/*.cover{background-color:#f3e16b}*/
.nav-link{padding:2rem 0;font-weight:500}
.nav-link.active{text-decoration:overline;font-weight:600;background-color:#F2F1EF}
#navi{background-color:transparent;transition:background 250ms ease-in;}
#navi.scrolled{background-color:rgba(255,255,255,.5);backdrop-filter:blur(10px)}
.pbc{width:100%;height:6px;background-color:transparent}
.pb{width:0%;height:6px;background-color:#E76E35}
.ts{color:#e36929}
.dropdown-toggle::after{display:none}
.chev[aria-expanded=true] .bi-chevron-down{display:none}.chev[aria-expanded=false] .bi-chevron-up{display:none}
.hd[aria-expanded=true] .bi-brightness-high{display:none}.hd[aria-expanded=false] .bi-moon-stars-fill{display:none}
ul.sqr{list-style-type:square;font-size:1.25rem;margin-bottom:0}
ol li::marker{font-weight:700}
.custom-tooltip{--bs-tooltip-bg:#fff000;--bs-tooltip-color:#000}
.alert-link{font-weight:500}
/*
.bf{filter:grayscale(100%)}
.bf:hover{filter:grayscale(0%)}
*/
.bg-ts{color:#FFF;background-color:#E76E35}

.chg:hover .ichg1,.chg .ichg{display:none}
.chg:hover .ichg{display:inline}

.pb{height:6px;position:fixed;bottom:0;width:100%;background-color:#e76e35;z-index:1000;scale:0 1;transform-origin:left;animation:scroll-watcher linear;animation-timeline:scroll()}@keyframes scroll-watcher{to{scale:1 1}}

.btn-ts{--bs-btn-color:#FFF;--bs-btn-bg:#e36929;--bs-btn-border-color:#e36929;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#cc5d23;--bs-btn-hover-border-color:#cc5d23;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#e36929;--bs-btn-active-border-color:#e36929;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125)}

@media(max-width:991.98px){
    #navi,#navi.scrolled{background-color:#FFF;padding:10px 0;box-shadow:var(--bs-box-shadow-sm)}
    .nav-link{padding:8px}
    .nav-link.active{text-decoration:overline;font-weight:600;background-color:#E36828}
    .blur{background-color:rgba(255,255,255,.5);backdrop-filter:blur(10px)}
}

@include color-mode(dark) {
    .nav-link{color:fuchsia}
}