/* use Charis SIL - Regular in .woff format */
@font-face {
  font-family: Gentium Plus;
  src: url(../fonts/GentiumPlus-R.woff);
}
/* use Charis SIL - Italic in .woff format */
@font-face {
  font-family: Gentium Plus;
  font-style: italic;
  src: url(../fonts/GentiumPlus-I.woff);
}

@font-face {
	font-family: CharisSILW;
	font-weight: bold;
	src: url(../fonts/CharisSIL-B.woff);
}

@font-face {
	font-family: CharisSILW;
	font-weight: bold;
	font-style: italic;
	src: url(../fonts/CharisSIL-BI.woff);
}

@font-face {
  font-family: TeX Gyre Adventor;
  font-weight: bold;
  font-style: normal;
  src: url(../fonts/texgyreadventor-bold.otf);
}

/* set body to use Charis SIL in .ttf format */
body {
  font-family: Gentium Plus, sans-serif;
    /* fall back to sans serif so that it's really obvious if the fonts don't load */
}
h1 {
	font-family: 'Gentium Plus', serif;
	font-weight: normal;
	font-size: 2.5em;
	text-align: center;
	margin-top: 4em;
	}
h2 {
	font-family: 'Gentium Plus', serif;
	font-weight: normal;
	font-size: 1.875em;
	text-align: center;
	margin-bottom: 4em;
	}
body {
	font-family: 'Gentium Plus', serif;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: antialiased;
		-o-font-smoothing: antialiased;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-webkit-text-size-adjust: 100%;
  font-variant-numeric: oldstyle-nums;
    -moz-font-feature-settings: "onum";
    -webkit-font-feature-settings: "onum";
  font-feature-settings: "onum";

		font-size: 100%;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		margin:0 auto;
		padding:0 auto;
		background-color: #CFE8CF;
		background-repeat:no-repeat;
		background-position: center center;
		background-attachment: fixed;
		background-size: cover;
		width:100%;
		margin:0 auto 0;
		text-align:center;
		color: #5f4603;
	}
p {
	font-family: 'Gentium Plus', serif;
	font-size:1.25em;
	line-height:1.25em;
	font-style:normal;
	font-weight:normal;
	text-align:justify;
  font-variant-numeric: oldstyle-nums;
    -moz-font-feature-settings: "onum";
    -webkit-font-feature-settings: "onum";
  font-feature-settings: "onum";

	}
	.centro {
		font-size:1.35em;
		text-align: center;
		font-weight:bold;
	}
span.versa {
	font-family: 'Gentium Plus', serif;
  font-variant: small-caps;
	font-style: normal;
	font-weight: normal;
	}
  span.sserif {
  	font-family: 'TeX Gyre Adventor', sans-serif;
  	font-style: normal;
  	font-weight: bold;
  	}
div.transbox {
  margin: 1%;
  background-color: #FAF1FA  ;
  border: 1px solid white;
  opacity: 0.8;
  filter: alpha(opacity=60); /* For IE8 and earlier */
	}
div.transbox p {
  margin: 3%;
  font-weight: normal;
  color: #000000;
	}
a:link {
  text-decoration: none;
  color: #87634D;
  background: transparent;
}
a:visited {
  text-decoration: none;
  color: #87634D;
  background: transparent;
}
a:active {
  text-decoration: none;
  color: #D28811;
  background: transparent;
}
a:hover {
  color: #D28811;
  background: transparent;
  text-decoration: none;
}
a.y {
 width: 280px;
 height: 42px;
 color: #000000;
 padding: 10px;
 text-decoration:none;
 display: block;
 font-weight: bold;
 background-image : url(../img/PDFLogo.png);
 background-repeat: no-repeat;
 }
 a.y:hover {
 width: 280px;
 height: 42px;
 color: #FFFFFF;
 opacity: 0.5;
 padding: 10px;
 font-weight: bold;
 text-decoration:none;
 display: block;
 background-image : url(../img/PDFLogo.png);
 background-repeat: no-repeat;
 }
