@import "header.css";
@import "content.css";
@import "menu.css";
@import "footer.css";

a
{
	color: #2a5fa5!important;
}

.btn-primary, .bg-primary
{
	background-color: #2a5fa5!important;
}

.text-primary
{
	color: #2a5fa5!important;
}

.btn-outline-primary
{
	border-color: #2a5fa5!important;
	color: #2a5fa5!important;
}

.text-white
{
	color: #fff!important;
}