html, body {
  height: 100%;
}
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.block-container {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
  text-align: left;
}
.block-container > .block {
  margin: 0 auto;
  text-align: center;
  max-width: 75%;
}
.block-container > .block > h1 {
  font-size: 75px;
  color: #fff;
  border-bottom: 0;
  margin: 0 0 10px;
}
.block-container > .block > h3 {
  color: #fff;
  margin: 0;
  font-size: 32px;
}


.htmleaf-container{
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.htmleaf-content {
	font-size: 150%;
	padding: 1em 0;
}

.htmleaf-content h2 {
	margin: 0 0 2em;
	opacity: 0.1;
}

.htmleaf-content p {
	margin: 1em 0;
	padding: 5em 0 0 0;
	font-size: 0.65em;
}

/* Header */
.htmleaf-header{
	text-align: left;
	height: 100px;
	margin-left: 140px;
}
.htmleaf-header h1 {
	color: #F5F5F5;
	font-weight: 600;
	margin-bottom: 0;
	height: 50px;
	line-height: 50px;
	font-size: 38px;
	text-transform: uppercase;
}
.htmleaf-header h1 span {
	font-family: "Microsoft YaHei","????¨¬??","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
	display: block;
	font-size: 60%;
	font-weight: 400;
	padding: 0.8em 0 0.5em 0;
	color: #c3c8cd;
}
.htmleaf-header h2 {
	color: #F0F0F0;
	margin-bottom: 0;
	line-height: 84px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: normal;
}
.htmleaf-header h3 {
	color: #D5D6E2;
	margin-bottom: 0;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 25px;
}
.htmleaf-demo a{color: #fff;text-decoration: none;}
.htmleaf-demo{width: 100%;padding: 1.2em 0;}
.htmleaf-demo a{display: inline-block;margin: 0.5em;padding: 0.6em 1.2em;border: 2px solid #e4ae1d;font-weight: 700;height: 25px;line-height: 25px;}
.htmleaf-demo a:hover{opacity: 0.6;}
.htmleaf-demo a.current{background:#f2b40f;color: #fff; }
/* Top Navigation Style */
.htmleaf-links {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	font-size: 1.5em;
	text-align: center;
}

.htmleaf-links::after {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 100%;
	background: #dbdbdb;
	content: '';
	-webkit-transform: rotate3d(0,0,1,22.5deg);
	transform: rotate3d(0,0,1,22.5deg);
}

