@charset "utf-8";
/* Typography */
body {
  font-size: 1em;
  line-height: 1.6em;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Tinos", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
}
h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: .25em;
}
h2 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: .5em;
}
h3 {
  font-size: 24px;
  line-height: 1.333em;
  margin-bottom: .5em;
    border-bottom: 2px solid #f4f1e5;
}
h4 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: .333em;
  text-align: center;
  color: #4c1d00;
}
h5 {
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: .25em;
}
h6 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.6em;
  margin-bottom: .25em;
}
.text-righted {
	text-align: right;
}
.text-centered {
	text-align: center;
}