/* CSS Document */

body { 
	line-height: 1.5;
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
	text-rendering : optimizeLegibility;
	-webkit-font-smoothing : antialiased;
	font-size: 16px;
	background-color: #FEFEFE;
	color: #04143A;
}

.container {
	max-width: 1100px;
	height: auto;
	margin: 60px auto;
}

.hero {
	margin: 50px auto; 
	position: relative;
}

h1.name {	
	font-size: 34px;
	font-weight: 300;
	display: inline-block;
}

.email {
	display: block;
	font-size: 18px;
	font-weight: 300;
	color: #81899C;
	margin-top: 10px;
}

.lead {
	font-size: 44px;
	font-weight: 300;
	margin-top: 60px;
	line-height: 55px;
}

