.fixed-top {
	top: -40px;
	transform: translateY(40px);
	transition: transform .3s;
}
