body
{
	font-size: .9em;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

.navbar
{
	background-color: #FFF;
	height: 5rem;
	min-height: 5rem;

	-webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.15);
}




.justify-content-end {
    justify-content: center !important;
}

.bsb-tpl-logo-footer
{
	filter: grayscale(1);
	height: 4rem;
}

.nav-link.active
{
	color: #599963;
}


.bi
{
	color: #335ea1;
}