﻿:root {
    --theme-color: #FF3D00;
    --theme-color-light: rgba(152, 193, 53, .08); /* rgb of --theme-color */
    --theme-color2: #000;
    --color-dark: #413c35;
    --body-font: Century Gothic,CenturyGothic,sans-serif;
    --heading-font: Century Gothic,CenturyGothic,sans-serif;
}

/* hs-1 */
.hs-1 .hero-slider {
    background: var(--theme-color-light);
}

    .hs-1 .hero-slider::before {
        display: none
    }

.ft-bg {
    background: var(--theme-color2);
}

    .ft-bg::before {
        background-image: none
    }

@media (min-width: 992px) {
    .navbar .nav-item .nav-link.active, .navbar .nav-item:hover .nav-link {
        color: var(--theme-color);
    }
}
