/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



#splash {
	width: 100vw;
	height: 92vh;
	font-size: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 92vw;
}

.sudsy {
	width: 80vw;
	height: 80vh;
	margin: 0 auto;
	background: url(sudsy-adventures.png) no-repeat center;
    	background-size: contain;
	max-height: 100%;
	position: relative;
}

h1 {
	width: 1px;
	height: 1px;
	overflow: hidden;
}

p {
	font-family: 'Overpass', sans-serif;
	font-size: 3vw; /*2vw*/
	position: absolute;
	top: 54%; /*50*/
	left: 41%; /*44*/
	width: 32%; /*19*/
	text-align: center;
}

a {
	position: absolute;
	top: 71%; /*64%*/
	left: 41%; /*44%*/
	width: 32%; /*19%*/
	text-align: center;
	font-family: copperplate, sans-serif;
	text-transform: uppercase;
	font-size: 1.2vw;
	color: #60576e;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


@media (max-width: 1068px) {
	.sudsy {
		width: 100vw;
		height: 100vh;
	}

	a {
    		font-size: 2vw;
	}

	p {
		font-size: 4vw;
	}
}


@media (min-width: 1300px) {
	p {
		font-size: 2vw;
		width: 27%;
	}
	
	a {
		font-size: 1vw;
		width: 27%;
	}
}