@charset "UTF-8";
/* CSS Document */
#header {
	padding: 60px 30px 50px;
	text-align: center;
}

#header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0 auto;
	font-weight: 700;
	color: #333;
}

#header h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
}
.container {
    max-width: 1000px;
	margin: 0 auto;

}
