@font-face {
  font-family: 'PlantinMTPro';
  src: url('../font/PlantinMTPro-Light.eot');
  src: url('../font/PlantinMTPro-Light.eot?#iefix') format('embedded-opentype'), url('../font/PlantinMTPro-Light.woff2') format('woff2'), url('../font/PlantinMTPro-Light.woff') format('woff'), url('../font/PlantinMTPro-Light.ttf') format('truetype'), url('../font/PlantinMTPro-Light.svg#PlantinMTPro-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PlantinMTPro';
  src: url('../font/PlantinMTPro-Italic.eot');
  src: url('../font/PlantinMTPro-Italic.eot?#iefix') format('embedded-opentype'), url('../font/PlantinMTPro-Italic.woff2') format('woff2'), url('../font/PlantinMTPro-Italic.woff') format('woff'), url('../font/PlantinMTPro-Italic.ttf') format('truetype'), url('../font/PlantinMTPro-Italic.svg#PlantinMTPro-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
}
::-moz-selection {
  color: #fafafa;
  background: black;
}
::selection {
  color: #fafafa;
  background: black;
}
html {
  background-color: #fafafa;
}
body {
  margin: 0;
  padding: 0;
  border: none;
  background-color: #fafafa;
  font-family: 'PlantinMTPro', 'Times New Roman', Times, serif;
  -webkit-font-smoothing: antialiased;
}
section {
  position: absolute;
  margin: 0 0 0 -325px;
  left: 50%;
  width: 650px;
  font-size: 18px;
  line-height: 1.5em;
  text-indent: 20px;
  padding: 30px 0 120px 0;
  display: none;
}
h1 {
  color: #ff343f;
  font-size: 18px;
  line-height: 1.35em;
  text-indent: 20px;
  margin: 0;
  padding: 0;
  outline: 0;
  font-weight: normal;
  -webkit-margin-after: 0;
}
h2 {
  color: #ff343f;
  font-size: 18px;
  line-height: 1.35em;
  text-indent: 0;
  margin: 0 0 0 20px;
  padding: 0;
  outline: 0;
  font-weight: normal;
  -webkit-margin-after: 0;
}
h3 {
  color: #ff848b;
  font-size: 18px;
  line-height: 1.35em;
  text-indent: 0;
  margin: 0 0 0 20px;
  padding: 0;
  outline: 0;
  font-weight: normal;
  -webkit-margin-after: 0;
}
p {
  color: #796c53;
  font-size: 18px;
  line-height: 1.35em;
  text-indent: 20px;
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-margin-after: 0;
}
#l_half {
  position: fixed;
  height: 100vh;
  width: 50vw;
  left: 0;
  top: 5px;
  z-index: 5;
  cursor: none;
}
#previous {
  position: fixed;
  left: 50%;
  top: 50;
  color: #ff343f;
  font-size: 18px;
  width: auto;
  white-space: nowrap;
}
#previous div {
  width: 100%;
}
#previous img {
  height: 14px;
  margin-top: 7px;
}
#r_half {
  position: fixed;
  height: 100vh;
  width: 50vw;
  right: 0;
  top: 5px;
  z-index: 5;
  cursor: none;
}
#forward {
  position: fixed;
  left: 50%;
  top: 50;
  color: #ff343f;
  font-size: 18px;
  width: auto;
  white-space: nowrap;
}
#forward div {
  width: 100%;
}
#forward img {
  height: 14px;
  margin-top: 7px;
}
.x {
  padding: 0 2px 0 2px;
}
.cred {
  text-decoration: none;
  color: #796c53;
  font-style: italic;
}
@media screen and (max-width: 1024px) {
  section {
    position: relative;
    display: block !important;
    margin: 0 0 0 15px;
    width: auto;
    max-width: 650px;
    padding: 30px 15px 30px 0;
    left: auto;
  }
  #l_half,
  #r_half {
    display: none !important;
  }
}
