@import url('https://fonts.googleapis.com/css?family=Indie+Flower');

* { margin: 0; }
html, body { margin: 0; height: 100%; width: 100%; }
body, span, p, a, li, ul { font-family: 'Indie Flower', cursive, sans-serif; font-size: 16px; color: #ffffff; font-weight: 200;}
textarea { resize: none; }
.nowrap { white-space: nowrap; }
.page-wrapper { min-height: 100%; width: 100%; background-color: #0a0b08;}

a.link:link		{ color: #ffffff; text-decoration: none; text-align: center; font-weight: 100; font-family: 'Arial', cursive, sans-serif; font-size: 30px; }
a.link:visited	{ color: #ffffff; text-decoration: none; text-align: center; font-weight: 100; font-family: 'Arial', cursive, sans-serif; font-size: 30px; }
a.link:hover 	{ color: #ffffff; text-decoration: none; text-align: center; font-weight: 100; font-family: 'Arial', cursive, sans-serif; font-size: 30px; }
a.link:active 	{ color: #ffffff; text-decoration: none; text-align: center; font-weight: 100; font-family: 'Arial', cursive, sans-serif; font-size: 30px; }

h1 { font-family: 'Indie Flower', cursive, sans-serif; font-size: 5em; }
h3 { font-family: 'Indie Flower', cursive, sans-serif; font-size: 3em; }

@media only screen and (max-width: 500px) {
	h1 { font-family: 'Indie Flower', cursive, sans-serif; font-size: 3em; }
	h3 { font-family: 'Indie Flower', cursive, sans-serif; font-size: 2em; }
	a.link:link		{ font-size: 20px; }
	a.link:visited	{ font-size: 20px; }
	a.link:hover 	{ font-size: 20px; }
	a.link:active 	{ font-size: 20px; }
}
