html {
	-webkit-font-smoothing: antialiased;
}

content h1,h2,h3,h4 {

    font-weight: normal;
    font-style: normal;
    line-height:140%;
    font-optical-sizing: auto;
    -ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.content h1 {
    color:rgb(59, 59, 59);
    font-family: 'emerbienbold', Verdana, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-size:1.8rem;
    margin: 30px auto 0 auto;
}

h2 {
    color:rgb(59, 59, 59);
    font-family: 'emerbienbold', Verdana, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-size:1.5rem;
    margin: 20px auto 0 auto;
}

.content h2 {
    font-family: 'emerbienbold', Verdana, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    margin:10px 0 0;
    font-size:1.6rem;
}

.content h3 {
    font-family: 'emerbienbold', Verdana, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-size:1.5em;
    margin-bottom: 0;
}



.content h4 {
    color:rgb(59, 59, 59);
    font-family: 'emerbienmedium', Verdana, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-size:1.3em;
    margin: 15px auto 0 auto;
}

.ha5 {
    color: #f96407;
}

.p-indent {
    text-indent: -3.5em;
    margin-left: 3.5em;
}

.content>p {
    margin-bottom: 0.5rem;
    font-size:1.1em;
    font-optical-sizing: auto;
    -ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
  }

@font-face {
    font-family: 'emerbienblack';
    src: url('../fonts/emerbien_black-webfont.eot');
    src: url('../fonts/emerbien_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/emerbien_black-webfont.woff') format('woff'),
         url('../fonts/emerbien_black-webfont.ttf') format('truetype'),
         url('../fonts/emerbien_black-webfont.svg#emerbienblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'emerbienbold';
    src: url('../fonts/emerbien_bold-webfont.eot');
    src: url('../fonts/emerbien_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/emerbien_bold-webfont.woff') format('woff'),
         url('../fonts/emerbien_bold-webfont.ttf') format('truetype'),
         url('../fonts/emerbien_bold-webfont.svg#emerbienbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'emerbienmedium';
    src: url('../fonts/emerbien_medium-webfont.eot');
    src: url('../fonts/emerbien_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/emerbien_medium-webfont.woff') format('woff'),
         url('../fonts/emerbien_medium-webfont.ttf') format('truetype'),
         url('../fonts/emerbien_medium-webfont.svg#emerbienmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
