/* ----------------------------------------------------------------

	Custom CSS



	Add all your Custom Styled CSS here for New Styles or

	Overwriting Default Theme Styles for Better Handling Updates

-----------------------------------------------------------------*/



#header{
	--cnvs-primary-menu-hover-color: #4a6886;;
    --cnvs-primary-menu-active-color: #4a6886;;
}

.activeFilter{
	color: #4a6886;;
}

#portfolio a{
	color: white;
}

#portfolio article img{
	border: 0.5px solid #6c757d;
	border-radius: 2px;
	opacity: 96%;
}

.bg-overlay .portfolio-desc h3 a {
	color: white !important;

}

blockquote{
	display: none;
}

.dark #copyrights, #copyrights.dark {
	color: #e0e3e6;
	background-color: #4a6886;
}
