.chi_home {
	margin: 130px 0 40px 0;
	position: relative;
}

.chi_home h1 {
	position: absolute;
	top: -100px;
	width: 100%;
	font-size: 46px;
	font-weight: 200;
	text-align: center;
	color: #c15410;
	-webkit-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
}

.chi_home section {
	padding-top: 1px;
	text-align: center;
}

.chi_home h2 {
	padding-bottom: 48px;
	font-size: 24px;
	font-weight: 300;
}

.chi_home .button {
	padding: 13px 45px;
	font-size: 16px;
	font-weight: 500;
	color: white;
	border-radius: 5px;
	background: #007398; /* d83f45;*/
}

.chi_home a.button {
	text-decoration: none;
}

button:hover,
.chi_home .button:hover {
	background: #c15410; /*blue;*/
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}