/* Add here all your CSS customizations */
#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
		color: #d6d3d3;
	}

    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a:hover, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a:hover {
		color: #ffffff;
	}


    

@media (max-width: 991px) {
    #header .header-nav-main:before {
        background-color: #761615;
    }
#header .header-nav-main nav {
    background-color: #761615;
}
#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
    background: #761615;
}
#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:hover {
    background: #761615;
}
}

#header .header-btn-collapse-nav {
    background: #895e5c;
}

::selection {
    background: rgba(185, 185, 185, 0.747);
 
}
 
html .text-color-primary, html .text-primary {
    color: #761615 !important;
}

.custom-svg-btn-style-1:not(.custom-svg-btn-style-1-light).custom-svg-btn-style-1-solid .custom-svg-btn-background polygon {
    fill: #761615;
    stroke: #761615;
}


.custom-svg-btn-style-1:not(.custom-svg-btn-style-1-light).custom-svg-btn-style-1-solid:hover .custom-svg-btn-background polygon,
.custom-svg-btn-style-1:not(.custom-svg-btn-style-1-light).custom-svg-btn-style-1-solid:focus .custom-svg-btn-background polygon {
    fill: #761615;
    stroke: #761615;
}

.btn-link > svg polygon {
    fill: #761615;
    stroke: #761615;
}

.pr-5, .px-5 {
    padding-right: 3rem!important;
}

html .svg-fill-color-primary {
    fill: #761615 !important;
}

.feature-box.feature-box-style-5 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-5 .feature-box-icon .icons {
    color: #761615;
}
/*