#colophon {
	margin-top: 80px;
	background-color: #fff;
}

body.home #colophon {
	margin-top: 0;
}

body.error404 #colophon {
	margin-top: 120px;
}

.colophon-inner {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding: 45px 0 48px;
	display: flex;
	align-items: center;
}

.overlay {
	width: 100%;
	max-height: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	background: rgba(80, 80, 80, 0.6);
	z-index: -1;
}

.overlay.show {
	max-height: 100vh;
	z-index: 1000;
}

.overlay.cta-show {
	max-height: 100vh;
	z-index: 1020;
}
