@charset "UTF-8";

/* I got this from http://getbootstrap.com/docs/4.0/examples/sticky-footer/sticky-footer.css */

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 41px; /* Margin bottom by footer height, plus the border */
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 41px; /* Set the fixed height of the footer here */
	line-height: 40px; /* Vertically center the text there */
	background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

footer {
	border-top: 1px solid #e4e4e4;
}
