
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?rretjt');
	src: url('../fonts/icomoon.eot?#iefixrretjt') format('embedded-opentype'),  url('../fonts/icomoon.woff?rretjt') format('woff'),  url('../fonts/icomoon.ttf?rretjt') format('truetype'),  url('../fonts/icomoon.svg?rretjt#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
 [class^="icon-"], [class*=" icon-"] {
 font-family: 'icomoon';
 speak: none;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
/* Reset */
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Header */
.htmleaf-header {
	padding: 1em 190px 1em;
	letter-spacing: -1px;
	text-align: center;
	background: #66677c;
}
.htmleaf-header h1 {
	color: #D5D6E2;
	font-weight: 600;
	font-size: 2em;
	line-height: 1;
	margin-bottom: 0;
}
.htmleaf-header h1 span {
	display: block;
	font-size: 60%;
	font-weight: 400;
	padding: 0.8em 0 0.5em 0;
	color: #c3c8cd;
}
/*nav*/
.htmleaf-demo a {
	color: #fff;
	text-decoration: none;
}
.htmleaf-demo {
	width: 100%;
	padding-bottom: 1.2em;
}
.htmleaf-demo a {
	display: inline-block;
	margin: 0.5em;
	padding: 0.6em 1em;
	border: 3px solid #fff;
	font-weight: 700;
}
.htmleaf-demo a:hover {
	opacity: 0.6;
}
.htmleaf-demo a.current {
	background: #1d7db1;
	color: #fff;
}
/* Top Navigation Style */



@media screen and (max-width: 50em) {
.htmleaf-header {
	padding: 3em 10% 4em;
}
.htmleaf-header h1 {
	font-size: 2em;
}
}
 @media screen and (max-width: 40em) {
.htmleaf-header h1 {
	font-size: 1.5em;
}
}
 @media screen and (max-width: 30em) {
.htmleaf-header h1 {
	font-size: 1.2em;
}
}
