.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1020; /* Make sure the navbar is above the other elements */
}
