/* Add here all your CSS customizations */

/*
primary color: #8c0000
secondary color: #0295ff
tertiary color: #94be68
quaternary 	color: #242424
brighter green #85df28
yellow color: #fffc18
*/

/*index.html*/

#index h2{
color: #0295ff;
font-weight:bold;
}

/*demo-wedding.css*/
@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a.active:before {
		content: '\f0e7'; /*f103 f0eb*/
	}
}

.custom-countdown-style-1 > span:before {
	content: '\f103';
}