:root {
    --cnvs-themecolor: #003638;
    --cnvs-themecolor-rgb: 0, 54, 56;
    --cnvs-primary-font: halyard-text, sans-serif;
    --cnvs-secondary-font: quiche-sans, sans-serif;
    --bs-bg-opacity: 1
}

body.dark {
    --cnvs-themecolor: #FFE036;
    --cnvs-themecolor-rgb: 255, 224, 54
}

* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}

body, #wrapper, #content, .page-transition-wrap {
    background-color: #ece3da
}

    body.dark, .dark #wrapper, .dark #content, .dark .page-transition-wrap {
        background-color: #716e6e
    }

.dark #header, #header.dark, .dark #header-wrap {
    background-color: #b90808;
    box-shadow: 7px 0 14px 3px #000
}

.bg-color {
    background-color: rgba(var(--cnvs-themecolor-rgb),var(--bs-bg-opacity)) !important
}

.grid-filter li:nth-child(1).activeFilter {
    display: none;
    visibility: hidden
}

.canvas-cursor {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate3d(0,0,0);
    z-index: 999999;
    transition: transform .05s ease
}

.canvas-cursor-follower, .canvas-cursor-dot {
    width: 1.25rem;
    height: 1.25rem;
    background: rgba(var(--cnvs-themecolor-rgb),0.2);
    border-radius: 50%;
    transition: .25s ease;
    transition-property: width,height,border,background;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%,-50%)
}

.canvas-cursor-dot {
    width: .25rem;
    height: .25rem;
    background-color: rgba(var(--cnvs-themecolor-rgb),0.2);
    border: 0
}

.canvas-cursor-action .canvas-cursor-follower {
    width: 3rem;
    height: 3rem;
    border-color: transparent;
    background: rgba(var(--cnvs-themecolor-rgb),0.3)
}

#demo-portfolio-filter a {
    display: block;
    position: relative;
    overflow: hidden
}

    #demo-portfolio-filter a img {
        transition: transform .5s ease-out;
        will-change: transform;
        transform-origin: center center
    }

    #demo-portfolio-filter a:hover img {
        transform: scale(1.1)
    }

.text-stretch {
    position: relative;
    width: calc(100% + 360px);
    z-index: 1
}

#theme-scheme-btn {
    top: auto;
    left: auto;
    bottom: 30px;
    right: 80px;
    position: fixed;
    width: 40px;
    height: 40px;
    font-size: .875rem;
    line-height: 36px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 9;
    transition: background-color .2s linear
}

@media(min-width:992px) {
    .side-header .menu-item:not(:first-child) {
        margin-top: 5px
    }

    .menu-item .menu-link {
        font-weight: 400;
        font-size: .925rem
    }

    .dark .menu-item:not(:hover):not(.current) .menu-link {
        color: #ccc
    }
}
