/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Venera';
  src: url("venera-500-webfont.eot");
  src: url("venera-500-webfont.eot?#iefix") format("embedded-opentype"), url("venera-500-webfont.woff2") format("woff2"), url("venera-500-webfont.woff") format("woff"), url("venera-500-webfont.ttf") format("truetype"), url("venera-500-webfont.svg#duke_regularregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Venera Medium';
  src: url("venera-700-webfont.eot");
  src: url("venera-700-webfont.eot?#iefix") format("embedded-opentype"), url("venera-700-webfont.woff2") format("woff2"), url("venera-700-webfont.woff") format("woff"), url("venera-700-webfont.ttf") format("truetype"), url("venera-700-webfont.svg#duke_regularregular") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  overflow-x: hidden; }
  body #title {
    height: 100vh;
    width: 100vw;
    background: url(images/rain.gif);
    background-size: cover;
    padding-top: 40vh;
    box-sizing: border-box;
    margin-bottom: 30px; }
    body #title h1 {
      color: rgba(124, 124, 124, 0.7);
      text-align: center;
      margin: auto;
      font-family: 'Venera Medium', monospace;
      font-size: 40px;
      margin-bottom: 25px; }
    body #title h3 {
      width: 800px;
      font-family: 'Venera', monospace;
      color: rgba(124, 124, 124, 0.7);
      border-top: rgba(124, 124, 124, 0.7) 3px solid;
      text-align: center;
      margin: auto;
      font-size: 25px;
      padding-top: 15px; }
  body #clock {
    height: 125px;
    width: 125px;
    background-image: url(images/700.png);
    top: 0;
    float: right; }
  body .stuck {
    position: fixed;
    top: 0;
    right: 15px; }
  body .fade {
    display: none; }
  body #text {
    padding-left: 95px;
    box-sizing: border-box;
    max-width: 900px; }
    body #text #lead-in {
      font-family: 'Dosis', sans-serif;
      font-weight: 600;
      font-size: 20px;
      color: #7c7c7c;
      line-height: 32px;
      margin-bottom: 80px; }
    body #text .dialogue {
      color: #1dc0db; }
    body #text .text-box {
      width: 100%; }
      body #text .text-box p {
        width: 50%;
        font-family: 'Dosis', sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #7c7c7c;
        line-height: 21px;
        margin-bottom: 20px; }
      body #text .text-box #poem {
        margin-left: 100px;
        white-space: nowrap;
        font-family: 'Dosis', sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #7c7c7c;
        line-height: 21px;
        margin-bottom: 20px; }
    body #text .center-box {
      width: 100%; }
      body #text .center-box p {
        width: 60%;
        margin-left: 165px;
        font-family: 'Dosis', sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #7c7c7c;
        line-height: 21px;
        margin-bottom: 20px; }
    body #text .left-box p {
      width: 50%;
      margin-left: 50%;
      font-family: 'Dosis', sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #7c7c7c;
      line-height: 21px;
      margin-bottom: 20px; }
    body #text .wide-box p {
      width: 80%;
      margin-left: 75px;
      font-family: 'Dosis', sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #7c7c7c;
      line-height: 21px;
      margin-bottom: 20px; }
    body #text .wide-box #end {
      font-family: 'Dosis', sans-serif;
      font-weight: 600;
      font-size: 20px;
      color: #7c7c7c;
      line-height: 32px; }
    body #text #one {
      background: url(images/illustrations/eggs1.jpg);
      background-position: right top;
      background-size: 50%;
      background-repeat: no-repeat;
      height: 846px; }
    body #text #two {
      height: 420px;
      background: url(images/illustrations/mice.gif);
      background-position: bottom center;
      background-size: 70%;
      background-repeat: no-repeat;
      margin-bottom: 100px; }
    body #text #three {
      height: 660px;
      background: url(images/illustrations/house.jpg);
      background-position: right top;
      background-size: 50%;
      background-repeat: no-repeat; }
    body #text #four {
      height: 1116px;
      background: url(images/illustrations/doggie1.jpg);
      background-position: left top;
      background-size: 50%;
      background-repeat: no-repeat; }
    body #text #five {
      height: 800px;
      background: url(images/illustrations/furnace.gif);
      background-position: right top;
      background-size: 50%;
      background-repeat: no-repeat; }
    body #text #six {
      height: 953px;
      background: url(images/illustrations/aminals.gif);
      background-position: center 75%;
      background-size: 80%;
      background-repeat: no-repeat; }
    body #text #seven {
      height: 1011px;
      background: url(images/illustrations/cigar.gif);
      background-position: right top;
      background-size: 50%;
      background-repeat: no-repeat; }
    body #text #eight {
      height: 866px;
      background: url(images/illustrations/branch.gif);
      background-position: left top;
      background-size: 50%;
      background-repeat: no-repeat; }
    body #text #nine {
      height: 867px;
      background: url(images/illustrations/roof-fire.jpg);
      background-position: right top;
      background-size: 50%;
      background-repeat: no-repeat; }
    body #text #ten {
      height: 1000px;
      background: url(images/illustrations/big-fire.jpg);
      background-position: left top;
      background-size: 50%;
      background-repeat: no-repeat; }
    body #text #eleven {
      height: 550px;
      background: url(images/illustrations/one-wall.jpg);
      background-position: center 75%;
      background-size: 70%;
      background-repeat: no-repeat; }
