.navigation-header {
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 1rem 0.5rem;
	background: #f7f7f7;
	width: 100%;
	z-index: 100;
}

.brand img {
	width: 5rem;
	display: block;
	margin-right: 2rem;
}
.nav-item {
	border-radius: 0.3rem;
}
.nav-item.active {
	border: 0.5px solid #511165;
}
.navigation-contact {
	display: none;
}
@media (min-width: 992px) {
	.navigation-header {
		padding: 0.5rem 3rem;
		background: transparent;
		/*height: 9rem;*/
	}

	.navigation-header.scrolled {
		background: rgba(255, 255, 255, 0.9);
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}

	.brand img {
		width: 9rem;
		margin-right: 4rem;
	}

	.navigation-contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}


/*Responsive Handling*/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}
