@font-face {
    font-family: "Icomoon-Free";
    src: url("fonts/IcoMoon-Free.ttf");
}
@font-face {
	font-family: "Avenir-Black";
	src: url("fonts/AvenirLTStd-Black.otf");
}
@font-face {
	font-family: "Avenir-Book";
	src: url("fonts/AvenirLTStd-Book.otf");
}
html {
	font-size: 16px;
}
body {
    color: #333333;
    font-family: "Avenir-Book", sans-serif;
	font-size: 1em;
	font-weight: normal;
    margin: 0px;
    margin-top: 9rem;
    padding: 0px;
    letter-spacing: 0.075em;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility !important;
}
a {
    text-decoration: none;
    color: #3BAC57;
}
a:hover {
    color: #207A34;
}
h1,
h2,
h3,
h4,
h5,
h6,
legend {
    font-family: "Avenir-Black", sans-serif;
    font-weight: bold;
    line-height: 1.1;
    color: inherit;
    margin: .75em 0em .5em 0em;
}
h1 {
    font-size: 3em;
}
h2 {
    font-size: 2.5em;
}
h3 {
    font-size: 2em;
}
h4 {
    font-size: 1.6em;
}
h5 {
    font-size: 1.1em;
}
h6 {
    font-size: 0.7em;
}
p,
ul,
ol {
    font-size: 1em;
    line-height: 1.4;
    letter-spacing: 0.03125em;
}
p {
    margin: 0px;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
ul,
ol {
    margin-left: 1em;
}
li {
    padding: 0.5em;
}
img {
    display: block;
}
pre {
	tab-size: 4;
	-o-tab-size: 4;
	-moz-tab-size: 4;
	line-height: 1.3;
}