#timeline {
    overflow: hidden;
    width: 70%;
    height: 460px;
    margin: auto;
}

#timeline div {
    height: 120px;
}

#timeline div .date {
    /* border-right: 1px rgba(179, 175, 175, 0.4) solid; */
    text-align: right;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* #timeline div .date:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #e5e5d1;
    position: absolute;
    left: 99.2%;
    top: 88px;
    border-radius: 100%;
    cursor: pointer
}

#timeline div.active .date::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #0078FF;
    position: absolute;
    left: 98.7%;
    top: 98px;
    border-radius: 100%
} */

#timeline div .date h2 {
  /* margin: 72px 28px 0; */
  margin: 0 28px 0;
  font-size: 100px;
  font-weight: 400;
  cursor: pointer;
  color: rgba(235, 243, 255, 0.45);
  position: relative;
  letter-spacing: -7px;
  font-family: 'Bungee Outline', cursive;
  z-index: -1;
}
#timeline div.active .date{
  z-index: 9;
}
/* #timeline div.active .date h2::after{
  content: "";
  width: 158px;
  height: 4px;
  display: block;
  position: absolute;
  right: -7px;
  bottom: 21px;
  background-color: white;
} */

#timeline div.active .date h2 {
  font-size: 120px;
  color: #D09B2B;
  margin-right: 34px;
  margin-top: -18px;
    /* margin-top: 0; */
  margin-bottom: 30px;
  font-family: 'Bungee Inline', cursive;
  z-index: -1;
}

#timeline div .text p {
    /* margin: 85px 50px 0; */
    display: none;
    font-family:'Graphik';
    font-size: 46px;
    font-weight: 400;
    color: white;
    line-height: 50px;
}


#timeline div.active .text p {
    display: inherit
}
