@import url('https://fonts.googleapis.com/css2?family=Rye&family=Smokum&display=swap');

body {
	background-color: #18161c;
	font-family: Garamond, serif;
}

#splashDiv {
	position: relative;
	max-width: 989px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#splashPoster {
	width: 100%;
}

#entryText {
	position: absolute;
	top: 50%;
	left: 48%;
	transform: translate(-50%, -50%);
	font-family: 'Rye', cursive;
	font-size: 4vw;
	text-align: center;
}

#bigEnter {
	font-size: 8vw;
}

a:link { color: #18161c; }
a:visited { color: #18161c; }


/* responsive styles FOR DESKTOP (over 1000px) */

@media only screen and (min-width: 1000px) {
	#entryText { font-size: 40px; }
	#bigEnter { font-size: 80px; }
}

