/* Footer positioning styles */
html {
	height: 100%;
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

#wrap {
	flex: 1;
}

.footer {
	margin-top: auto;
	position: relative !important;
}