.footerNav {
	position: fixed;
	width: 100%;
	z-index: 100 !important;
}

.footerNav p {
	text-align: center;
}

.footerNav p a {
	text-decoration: none;
}

.footerNav.bottom {
	bottom: 0;
}

.footerNav.top {
	bottom: 52px;
}