html, body {
	height: 100%;
}
body {
	background-image: url(hatter.jpg);
	background-position: center center;
	background-repeat:  no-repeat;
	background-attachment: fixed;
	background-size:  cover;
	background-color: #999;
}
div, body {
	margin: 0;
	padding: 0;
	font-family: Oswald, sans-serif;
}
.wrapper {
	height: 100%;
	width: 100%;
}
.message {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height:65%;
	bottom: 0;
	display: block;
	position: absolute;
	color: #fff;
	padding: 0.5em;
}
h1 {
	font-size: 90px;
	text-align: center;
}
p {
	display: block;
	font-size: 42px;
	line-height: 0;
	position: relative;
	text-align: center;
	top: -54px;
}
 @media only screen and (min-width: 30px) and (max-width: 700px) {
h1 {
	font-size: 48px;
	text-align: center;
}
p {
	display: block;
	font-size: 26px;
	line-height: 0;
	position: relative;
	text-align: center;
	top: -10px;
}
}
 @media only screen and (min-width: 30px) and (max-width: 400px) {
h1 {
	font-size: 26px;
	text-align: center;
}
p {
	display: block;
	font-size: 19px;
	line-height: 0;
	position: relative;
	text-align: center;
	top: -10px;
}
}
