/* === Common =============================================================== */

html {
	position: relative;
	min-height: 100%;
}

body {
	padding-top: 50px;
	margin-bottom: 120px;
}

/* === Custom =============================================================== */

.page-header {
	margin-top: -20px;
}

.imposition {
	display: inline-block;
	position: relative;
}

.imposition .imposition-text {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	padding: 20px;
	background-color: rgba(0,0,0,.3);
}

.imposition h1 {
	margin: 0px;
}

/* === Footer =============================================================== */

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	color: #c0c0c0;
	background-color: #555555;
	padding: 20px;
}

.footer a {
	color: #c0c0c0;
}

/* ========================================================================== */