/* pt-serif-italic - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/pt-serif-v17-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/pt-serif-v17-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-serif-v17-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-serif-v17-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-serif-v17-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-serif-v17-latin-italic.svg#PTSerif') format('svg'); /* Legacy iOS */
}

/* pt-serif-regular - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-serif-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/pt-serif-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-serif-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-serif-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-serif-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-serif-v17-latin-regular.svg#PTSerif') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

body {
  font-family: 'PT serif', serif;
  font-size: 1.8em;
  line-height: 1.5;
  color: #151515;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #3c3c3c;
}

a {
  color: #991848;
}

pre {
  border-left: 0.3rem solid #991848;
}

hr {
  margin: 4.0rem 0;
}

ul {
  list-style: circle outside;
}

.wrapper .container {
  max-width: 80rem;
}

.navigation {
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 6.0rem;
  line-height: 6.0rem;
  display: block;
  border-bottom: 0.1rem solid #d1d1d1;
  margin-bottom: 4.0rem;
  font-family: 'Roboto Condensed', sans-serif;
}

.navigation-list {
  list-style: none;
}

.navigation-item {
  position: relative;
  float: left;
  margin-left: 1.0rem;
}

.post-navigation {
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 4.0rem;
  font-size: larger;
}

.footer {
  width: 100%;
  height: 6.0rem;
  line-height: 6.0rem;
  border-top: 0.1rem solid #d1d1d1;
  margin-top: 4.0rem;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
}

.footnotes {
  font-size: smaller;
}

.footnotes li {
  list-style: decimal;
  margin-bottom: 0.5rem;
}

.comment {
  margin-bottom: 1.6rem;
}

.comment-header {
  margin-bottom: 0.5rem;
  font-family: 'Roboto Condensed', sans-serif;
}
