@charset "utf-8";
/* CSS Document */

#page {
	display: flex !important;
	flex-direction: column;
	min-height: 100vh;

}

#page_background {
	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 0;
	flex: 1 0 auto;
	display: inline-block;
}

#page-footer {
	font-size: 2em;
	text-align: center;
	padding: 0;
	background: #48440E;
	color: #fff;
	margin-bottom: 0;
}

