@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	font-size: 12px;
}

.splash {
	font-family: "Times New Roman", serif;
	color: #ba2f8f;
	width: 438px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.splash img {
	width: 100%;
	margin-top: 7.4%;
	margin-bottom: 7.4%;
}
h1 {
	font-size: 2em;
	text-align: center;
	/*padding-bottom: 42px;*/
}
h2 {
	font-size: 1.156em;
	text-align: center;
	/*padding-top: 43px;*/
}
ul {
	padding-top: 4.1%;
	
}
li {
	list-style: none;
	text-align: center;
	font-size: 1.156em;
	line-height: 1.6;
}
li a {
	color: #ba2f8f;
	text-decoration: none;
}
li a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 438px) {
	.splash {
		width: 100%;
		
	}
}
@media only screen and (min-width: 438px) and (max-height: 470px) {
	.splash {
		position: static;
		transform: none;
		margin: 20px auto;
	}
}
@media only screen and (max-width: 438px) and (min-aspect-ratio: 9/10) {
	.splash {
		position: static;
		transform: none;
		margin: 20px 0;
	}
}







