.navbar-custom
{
	background-color: #661ed9;
}

.navbar-brand img
{
	max-height: 55px;
	width: auto;
}

@media (min-width: 992px) {
	.navbar-brand img {
		max-height: 90px;
	}
}

.navbar-nav .navbar-link
{
	color: white !important;
}

.navbar-nav .navbar-link:hover
{
	color: #d1b3ff !important;
}

.navbar-toggler
{
	border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon
{
	filter: invert(1);
}

.navbar .nav-item .nav-link
{
	font-weight: bold;
	color: #ffffff;
}

.navbar .nav-item .nav-link:hover
{
	text-decoration: underline;
}
