﻿
#newpage-button-80 {
	display: none;
}
#cms_root {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
}

/* Coming Soon */
#cont-2108 {
	display: grid;
}

#cont-2108 .coming-soon-bg,
#cont-2108 .coming-soon-content {
	grid-area: 1 / 1;
}

#cont-2108 .coming-soon-bg {
	line-height: 0;
}

#cont-2108 .coming-soon-bg IMG {
	width: 100%;
	height: auto;
	display: block;
}

#cont-2108 .coming-soon-content {
	position: sticky;
	bottom: 10vh;
	align-self: end;
	justify-self: center;
	z-index: 1;
	text-align: center;
	padding-bottom: 0;
}

#cont-2108 .coming-soon-label h2 {
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-shadow: 0 2px 20px rgba(0,0,0,0.6);
	margin: 0;
}

@media (max-width: 800px) /* responsive */ {
	#cont-2108 .coming-soon-label h2 {
		font-size: 2rem;
	}
}