/*
Theme Name:		Gummi Popz Lander
Theme URI:		
Author:			Ellsworth Media
Author URI:		http://www.ellsworthmedia.com
Version:		1.0
*/

@font-face {
	font-family: 'Pumped Up Kicks';
	src:
		url('fonts/pumpedupkicks-regular-webfont.woff2') format('woff2'),
		url('fonts/pumpedupkicks-regular-webfont.woff') format('woff'),
		url('fonts/pumpedupkicks-regular-webfont.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

html {height: 100%; width: 100%; margin: 0; padding: 0;}
body {
	height: 100%; width: 100%; margin: 0; padding: 0;
	font-family: "acumin-pro-condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
}

#main {background: rgba(159, 210, 241, 1); position: relative; height: 100vh; width: 100%; }
	#logo {
		display: none; text-align: center; position: absolute; left: 50%; top: calc(50%); transform: translate(-50%, -50%);
	}
	#logo img { width: 400px; height: auto; margin: auto;}
	
	#logo h1 {font-family: 'Pumped Up Kicks', sans-serif; color: rgba(3, 77, 161, 1); font-size: 48px;}

	#logo p {color: #fff; padding-top: 30px; margin: auto; font-size: 16px; letter-spacing: 2px; text-align: center; text-transform: uppercase;}
	#logo a {color: #fff; text-decoration: none;}
		#logo a:hover {color: #fff; text-decoration: underline;}

/* responsive */
@media only screen and (max-width: 999px) { 

	#logo img { width: 280px;}
	
	#logo a {display: block; line-height: 1.5;}
	
}