#newSplash {
	position: absolute;
	width: 100%;
	height: 100%;
}

#redirectBox { 
	font-family: 'Gloria Hallelujah', cursive;
	width: 722px;
	height: 582px;
	color: white;
	position: relative;
	top: 67px;
	z-index: 2;
	background: rgba(0,0,0,0.4) url('splash-intro-bg.png');
	margin: 0px auto;
	text-align: center;	
	padding: 10px 40px;	
	box-shadow: 4px 4px 10px rgba(0,0,0,0.7);
	font-size: 16px;
}
#redirectBox h1 { }
#redirectBox h3 { }
#redirectBox p { }
#redp1 {
	font-family: 'La Belle Aurore', cursive;
	font-size: 2.3em;
	line-height: 1.2em;
	width: 101%;
	margin: 30px auto;
}
#redp2 {
	font-family: 'Aubrey', cursive;
	font-size: 1.2em;
	margin-top: 70px;
}
#redp3 {
	font-family: 'Aubrey', cursive;
	font-size: 1.2em;
}
#redirectBox p a { color: orange; border: 0px; } 
#redirectBox p a:hover { color: #ced649; } 
#redirectBox a.viewOldSite {
	font-family: 'Fredericka the Great', cursive;
	color: #bbb323;
	cursor: pointer;
	font-size: 1.4em;
	text-decoration: underline;
}
#redirectBox a.viewOldSite:hover {
	color: #ced649;
}

#btn_redirectCTA {
	background: #bbb323;
	border: 2px solid #efe973;
	color: #211662;
	padding: 6px 20px;
	border-radius: 14px;
	margin: 70px auto;
	display: block;
	width: 50%;
	font-family: 'Fredericka the Great', cursive;
	text-decoration: none;
	font-size: 1.7em;
}
#btn_redirectCTA:hover {
	background: #ced649;
	border: 2px solid #bbb323;
}

#shadowBox {
	width: 100%;
	height: 100%;
	background: rgba(24, 21, 23, 0.75);
	position: absolute;
	top: 0px;
	left: 0px;
}

#cst-logo {
	width: 180px;
	position: absolute;
	bottom: 8px;
	right: 12px;
}	