	.fixed-top {
	    top: -80px;
	    transform: translateY(80px);
	    transition: transform .5s; /* animation speed */
	}
