﻿/* Variables */
/* Base */
#timeline-content {
  margin-top: 50px;
  text-align: center;
  margin-left: 100px;
}
#timeline-content p {
  font-weight: 300;
}
#timeline-content a {
  color: #6c6d6d;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.3em;
  font-size: 0.6em;
  font-weight: 400;
  background: #252727;
  padding: 0.3rem 1rem;
  margin: 1.9rem 0 0 0;
  float: right;
}
#timeline-content a:hover {
  color: #000;
  background: #ff6a00;
  border-bottom: 0.35em solid black;
}
#timeline-content strong {
  font-weight: 600;
}
#timeline-content h1 {
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 1.5px;
  color: #000;
  font-weight: 400;
  font-size: 2.4em;
}
/* Timeline */
.timeline {
  border-left: 4px solid #ff6a00;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Source Sans Pro', sans-serif;
  margin: 50px auto;
  letter-spacing: 0.5px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: left;
  font-weight: 300;
  padding-top: 50px !important;
}
.timeline h1 {
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 1.5px;
  font-weight: 100;
  font-size: 1.4em;
}
.timeline h2,
.timeline h3 {
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 1.5px;
  font-weight: 400;
  font-size: 1.4em;
  color: #ff6a00;
  margin: 0.5em 0 1em;
}
.timeline .event {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding-bottom: 25px;
  margin-bottom: 50px;
  position: relative;
}
.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .event:before {
  left: -217.5px;
  color: #808080;
  content: attr(data-date);
  text-align: right;
  font-weight: 600;
  font-size: 2em;
  min-width: 120px;
  font-family: 'Source Sans Pro', sans-serif;
}
.timeline .event:after {
  box-shadow: 0 0 0 4px #ff6a00;
  left: -57.85px;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 5px;
}