/* Show it is fixed to the top */
body {
	min-height: 75rem;
	padding-top: 4.5rem;
	position: relative;
}

.navbar-scrolled {
	box-shadow 0 3px 10px rgba(3,13,16,1);
}

.navbar {
	transition: all 0.5s;
}

.anchor {
	scroll-padding-top: 4rem;
	scroll-margin-top: 4rem;
}


