body {
	background:url(../images/header.jpg) no-repeat center top;
	font-family: 'Overlock', cursive;
}
header {
	height:660px;
	color:#fff;
}
header p {

	text-shadow:0 1px 0 #630, 0 40px 5px #210;
}
h1, h2, h3, h4 {
	text-shadow:0 -1px 0 #210;
}
h1 {
	font-size:60px;
	line-height:60px;
	padding:0 0 30px;
}
#logo {
	padding:40px 0 20px;
}
#logo img {
	max-height:230px;
}
#body {
	display:none;
}
.number {
	display:block;
}

@media (min-width:768px) and (max-width:979px)
{
	
}
@media (max-width:767px)
{
	#logo {
		padding:30px 0 10px;
	}
	h1 {
		font-size:30px;
		line-height:30px;
		padding:0 0 20px;
	}
	h2 {
		font-size:26px;
	}
	h3 {
		font-size:20px;
	}
}