/*==================================================================================
    Custom Stylesheet (Any custom styling you want to apply should be defined here).
====================================================================================*/

.bg-primary {
    background-color: #004d6a !important;
}


.header-container span.header-title {
	font-family: 'Assistant', sans-serif; font-size: 40px; line-height: 18px; letter-spacing: 4px; color: white;
	color: #ef333d;
}
.header-container.sticking span.header-title {
	color: #333333;
}

.header-menu .active a {
	font-weight: bold;
}
