
body,
html {
  color: rgba(35, 36, 36, 0.934);
  min-width: 600px;
  height: 100%;
  background: white;
  font: 400 1em "Lato";
  -webkit-font-smoothing: antialiased;
}
#timeline {
  padding-top: 0%;
}
.timeline {
  height: 100%;
  position: relative;
}
.timeline canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.timeline figcaption {
  font: 900 155% "Lato";
  text-transform: uppercase;
  -webkit-text-stroke: 0.35px;
}
.timeline h2 {
  font: 400 350% "Raleway";
  padding-bottom: 50px;
  color: #b8cde9;
}
.timeline h6 {
  color: #0090f5;
  font: 400 90% Tahoma;
  padding: 8px;
}
.timeline p,
.timeline ol {
  font: 400 93% "Raleway";
  padding: 8px 0 60px 0;
  color: #575757;
  text-align: justify;
  width: 70%;
}
.timeline ol {
  list-style: disc;
  margin-top: -20px;
  padding-left: 40px;
}
.timeline figure {
  float: right;
  width: 100%;
}
.timeline article {
  position: relative;
  width: 44%;
  overflow: hidden;
  margin-bottom: 100px;
}
.timeline article:first-of-type {
  float: left;
  text-align: right;
}
.timeline article:first-of-type p,
.timeline article:first-of-type figure {
  float: right;
}
.timeline article:last-of-type {
  float: right;
}
.timeline article:last-of-type h2 {
  color: #c6e0aa;
}
.timeline article:last-of-type h6,
.timeline article:last-of-type a {
  color: #43aa00;
}
.timeline article:last-of-type a:hover {
  color: #38d40d;
}
