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

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

}

/*-----------------------------------------------------------------------------
 *           Headers            
 *---------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  /*margin: 0.5em 0;*/
}

h1 {
  font-size: 20px;           
  line-height: 1.5;
  margin: 10px 0 20px;	  
}

h2 {
/*color: #58595b;  
  font-size: 20px;    
  line-height: 1.5; */
}

h3 {
  /*font-size: 16px;   
  line-height: 1.2;*/
  margin: 0;
}

h4 {
  font-size: 14px;    
  line-height: 1.333;   
}

h5,
h6 {
  font-size: 13px;
  line-height: 1.5;
}
