@font-face {
  font-family: Gentium;
  font-weight: 400;
  src: url(lib/fonts/Gentium-Regular.woff2);
}
@font-face {
  font-family: Gentium;
  font-weight: 400;
  font-style: italic;
  src: url(lib/fonts/Gentium-Italic.woff2);
}
@font-face {
  font-family: Gentium;
  font-weight: 700;
  src: url(lib/fonts/Gentium-Bold.woff2);
}
@font-face {
  font-family: Gentium;
  font-weight: 700;
  font-style: italic;
  src: url(lib/fonts/Gentium-BoldItalic.woff2);
}

body {
  font-family: Gentium, serif;
}

.pageheader {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

.pageheader .title {
  font-weight: normal;
}

#footer {
  display: none;
}
