/* --- Fonts --- */
@font-face {
    font-family: 'Linux Libertine'; /* normal */
    src: url('fonts/LinLibertine_R.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Linux Libertine'; /* italic */
    src: url('fonts/LinLibertine_RI.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Linux Libertine'; /* bold */
    src: url('fonts/LinLibertine_RB.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Linux Libertine'; /* bold */
    src: url('fonts/LinLibertine_RBI.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

/* --- Styles --- */
body {
  font-family: 'Linux Libertine' !important;
  font-size: 14pt;
  line-height: 18pt;
  color: #333;
  background-color: #fefefa;
}

body div {
  font-size: 13pt;
}
body div h1 {
  font-size: 2em;
}
body div h2 {
  font-size: 1.6em;
}
body div h3 {
  font-size: 1.4em;
}
body div h4 {
  font-size: 1.2em;
}
body div h5 {
  font-size: 1em;
}
body div h6 {
  font-size: 0.6em;
}

#contents, #footer {
  margin: 50px auto 25px auto;
  max-width: 650px;
  padding: 0 50px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px -20px 10px -20px;
  font-family: 'Playfair Display', serif !important;
  line-height: 1.2em;
}

#header {
  display: none;
}

.container {
  max-width: 800px;
}

/* --- Links --- */
a:link {
    text-decoration: none;
    color: #326891 !important;
}

a:visited {
    color: #326891 !important;
}

a:hover {
  text-decoration: underline;
}


/* --- Mobile View --- */
@media (max-width: 600px) {
  #contents, #footer {
    margin: 20px auto;
    padding: 0 20px;
  }
  #contents p {
    text-align: justify;
  }
  h1 {
    font-size: 18pt;
    line-height: 1.5;
  }

  h1, h2, h3, h4, h5, h6 {
    margin: 25px 0 5px 0;
  }
}


/* --- Reusable --- */
.top-spacing {
  margin-top: 30px;
}

.bottom-spacing {
  margin-bottom: 30px;
}

