header {
	width: 100vw;
	position: fixed;
	z-index: 99;
	opacity: 1;
	transition: top 0.3s ease-in-out, background-color 0.2s ease, border-bottom 0.2s ease;
    background-color: unset;
}

header .text-brand {
	color: white;
}

header profile-menu-toggle{
	color: white;
}