
#timeline-content {
  /* padding-top: 50px;
  padding-bottom: 30px; */
  text-align: center;
  background-color: #B4E1E2; /* light teal */
  color: rgba(0,0,0, 0.6);
  margin: 0px;
}
/* Timeline */
.timeline {
  border-left: 5px solid #f1f1f1;
  /* border-bottom-right-radius: 20px;
  border-top-right-radius: 400px; */
  background: #B4E1E2;
  color: rgba(241, 241, 241, 0.7);;
  /* font-family: 'Chivo', sans-serif; */
  margin: 30px auto;
  letter-spacing: 0.5px;
  /* position: relative; */
  line-height: 1.2em;
  /* font-size: 1.03em; */
  padding-top:50px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  list-style: none;
  text-align: left;
  font-weight: 100;
  max-width: 80%;
}
/* .timeline h1 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1.5px;
  font-weight: 400;
  font-size: 1.4em;
} */
.timeline h2,
.timeline h3 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1.5px;
  color: rgba(0,0,0, 0.8);
  font-weight: 400;
  font-size: 1.2em;
}

.timeline span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0.2em;
  color: rgba(0,0,0, 0.5);
  text-indent : -1.5em;
  margin-left: 1.5em;
  font-size: 0.8em;
}

.smallheader {
  color: rgba(0,0,0,1);
  font-weight: bold;
  /* text-transform: uppercase; */
}
/* timeline event/entry */
.timeline .event {
  /* border-bottom: 4px dotted rgba(255, 255, 255, 0.3); */
  /* padding-bottom: 25px; */
  /* margin-bottom: 5px; */
  position: relative;
}
/* .timeline .event:last-of-type {
  padding-bottom: 300;
  margin-bottom: 300;
  border: 100px;
} */
/* .timeline .event:before, */
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

/* dates on the left side of time line */
/* .timeline .event:before {
  left: -240px;
  color: rgba(0,0,0, 0.6);
  content: attr(data-date);
  text-align: right;
  font-weight: 400;
  font-size: 1.3em;
  min-width: 140px;
  font-family: 'Montserrat', sans-serif;
} */

/* content on right side of timeline */
.timeline .event:after {
  box-shadow: 0 0 0 4px #f1f1f1; /* border around circle*/
  left: -60.35px;
  background: #FFC000;
  border-radius: 10%;
  height: 16px;
  width: 16px;
  content: "";
  top: 5px;
}

.wrapper {
  overflow:hidden;
}

.wrapper div {
   min-height: 200px;
   padding: 10px;
}
#timeline-left {
  float:left;
  width: 55%;
  text-align: center;
  background-color: #B4E1E2; /* light teal */
  color: rgba(0,0,0, 0.6);
  margin: 0px;
}
#timeline-right {
  overflow:hidden;
  margin:10px;
  min-height:170px;
  text-align: center;
  background-color: #B4E1E2; /* light teal */
  color: rgba(0,0,0, 0.6);
  margin: 0px;
}

@media screen and (max-width: 600px) {
   #timeline-left {
    float: none;
    margin-right:0;
    width:auto;
    border:0;
  }
}
