@charset "UTF-8";
@media screen and (min-width: 666px){
body {
	font-family:'Lucida Grande',sans-serif;
	font-size:36px;
	margin:0;
	padding:0;
	color:#fff;
	background-color:#81d8d0;
}
h1 {
	font-size:.25em;
	margin:0;
	padding:55px 0 0;
}
span {
	font-size:.25em;
	position:fixed;
	top:6px;
	left:9px;
}
.Simplify {
	position:fixed;
	right:9px;
	bottom:6px;
	width:222px;
	height:70px;
	background:url(../images/Simplify.png) no-repeat;
	background-size:222px;
	}
}
@media screen and (max-width:666px){
	body {
		font-family:'Lucida Grande',sans-serif;
		font-size:36px;
		margin:0;
		padding:0;
		color:#fff;
		background-color:#81d8d0;
	}
	h1 {
	font-size:1em;
	margin:0;
	padding: 63px 0 0;
	}
	span {
	font-size:.333em;
	position:fixed;
	top:6px;
	left:9px;
	}
	.Simplify {
	text-align: center;
	position:fixed;
	width:100%;
	}
}