.visible {
    transition: all 250ms ease-in-out;
}

.fixed {
	position: fixed;
    top: 0px;
    z-index: 1000;
}