.navbar {
	margin-bottom: 10px;
	background-color: #0078B9!Important;
	color: #fff!Important;
	font-weight: bold;
}

.navbar-brand, .navbar-toggler, .navbar-toggler-icon {
	/* color: #0078B9!Important; */
	color: #fff!Important;
}

.navbar ul li a {
	/* color: #0078B9!Important; */
	color: #fff!Important;
}

.custom-toggler.navbar-toggler {
	border-color: rgb(0,120,185);;
}

.custom-toggler .navbar-toggler-icon {
	background-image:  url("data:image/svg+xml;charset=utf8,%3Csvg viewbox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,120,185, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24' /%3E%3C/svg%3E");
}