.bg-custom {
    background-color:#6b1a4f;
}
.bg-custom-alt {
    background-color:#f2631f; !important;
}
.text-color-custom {
    color: #6b1a4f;
}
.text-color-custom-alt {
    color: #f2631f;
}
.header-extra-info-text .text-color-hover-custom {
    color: #6b1a4f;
}

#header .header-nav-main nav>ul:not(:hover)>li>a.active {
    color: #6b1a4f;
    background-color:#FFFFFF;
}
#header .header-nav-main nav>ul:not(:active)>li>a:hover {
    color: #6b1a4f;
    background-color:#FFFFFF;
}

section.section .bg-custom-alt {
    background-color: #6b1a4f;
}
