
#header h1 {
	position: absolute;
	left: 33px;
	top: 67px;
}

@media screen and (max-width: 600px) {
	#header h1 {
		position: absolute;
		left: 7px;
		top: 20px;
	}

	#header h1 img {
		width: 126px;
	}
}

#footer {
	position: relative;
}

#main {
	padding: 0 10px;
}

@media screen and (max-width: 600px) {
	#main {
		padding: 0 10px;
	}
}

#main > header {
	margin: 0 -10px;
	height: 400px;
	background-position: 50%;
	background-size: cover;
	text-align: center;
	padding-top: 210px;
	margin-bottom: 50px;
}

@media screen and (max-width: 600px) {
	#main > header {
		padding-top: 130px;
		height: 250px;
	}
}

#main > header h1 {
	font-size: 30px;
	line-height: 1;
	color: #fff;
	display: inline-block;
	padding-bottom: 18px;
	letter-spacing: 0.025em;
	position: relative;
}

@media screen and (max-width: 600px) {
	#main > header h1 {
		font-size: 20px;
	}
}

#main > header h1:after {
	content: "";
	width: 120px;
	height: 8px;
	background-color: #fff;
	display: block;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -60px;
}
