html,
body {
	height: 100%;
	margin: 0;
}
.wrapper {
	min-height: 100%;

	/* Equal to height of footer */
	/* But also accounting for potential margin-bottom of last child */
	margin-bottom: -100px;
}
.push {
	height: 50px;
	text-align: center;
	/* margin-bottom: 2%; */
	/* padding-bottom: 2% !important; */
}

/* footer styles */
#footer_text {
	margin-left: 35%;
	font-size: 12px;
}

body > footer > hr {
	width: 75%;
	border: 0.5px solid black;
}

/* sticky footer */

html,
body {
	height: 100%;
	margin: 0;
}
.wrapper {
	min-height: 100%;

	/* Equal to height of footer */
	/* But also accounting for potential margin-bottom of last child */
	margin-bottom: -50px;
}
.push {
	height: 50px;
}
