@import 'https://fonts.googleapis.com/css?family=PT+Sans|Lemonada';
@media (min-width:900px){
body {
	font-family: 'PT Sans', sans-serif;
	font-size:170%;	
}

.shadowline {
	text-shadow: 3px 3px 0 #000000;
}
h2 {
	font-family: 'Lemonada', cursive;
	color:#0D4F27;
	font-size:170%;	
}
}
body {
	font-family: 'PT Sans', sans-serif;
}

.shadowline {
	text-shadow: 3px 3px 0 #000000;
}
h2 {
	font-family: 'Lemonada', cursive;
	color:#0D4F27;
}

