/* ----------------------------------------------------------------
	Custom CSS
-----------------------------------------------------------------*/

html {
	background-color: #27316B;
}


.bg-brandcolor01 {
	background-color: #1593A5;
}

.bg-brandcolor02 {
	background-color: #3FC0CB;
}

.bg-brandcolor03 {
	background-color: #A8C9BA;
}

.bg-brandcolor04 {
	background-color: #5B8DC1;
}

.bg-brandcolor05 {
	background-color: #62AC75;
}

.color-jump {
	color: #3FC0CB;
}

/* */

#primary-menu ul li a {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
	color: #fff !important;
}
#primary-menu ul li a:active, #primary-menu ul li a.active {
	color: #3FC0CB !important;
}

#primary-menu ul li a:hover {
	color: #3FC0CB !important;
}

#header-wrap.not-dark #primary-menu ul li a {
	color: #27316B !important;
}
#header-wrap.not-dark #primary-menu ul li a.active {
	color: #3FC0CB !important;
}

#header-wrap.not-dark #primary-menu ul li a:hover {
	color: #3FC0CB !important;
}

/* */

#header-wrap.not-dark #primary-menu ul li.sfHover a {
	color: #3FC0CB !important;
}

/* */

#header-wrap.not-dark #primary-menu ul.sf-js-enabled li a:active {
	color: #3FC0CB !important;
}

/* */

#footer {
	background-color: #27316B !important;
}

#footer, #footer #copyrights, #footer #copyrights, #footer a:link {
	color: #fff !important;
}

#footer.dark .social-icon.si-borderless {
    color: #fff !important;
}
