.custom-navbar{
	background: linear-gradient(-45deg, #45253e, #2e6450, #1f3857);
  background-attachment: fixed;
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 100%;
}