/* Base */
body {
  font-size: 16px;
}
strong {
  font-weight: 600;
}
h1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: 1.5px;
  font-weight: 100;
  font-size: 2.4em;
}
#t-roadmap {
  margin-top: 50px;
  text-align: center;
}
/* Timeline */
.timeline {
  border-left: 4px solid #D34E3F;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
  color: #212529;
  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: 100;
  max-width: 30%;
    left: 13%;
}
.timeline h1,
.timeline h2,
.timeline h3 {
  letter-spacing: 1.5px;
  font-weight: 500;
  font-size: 1.4em;
    letter-spacing: -.01rem;
}
.timeline .event {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding-bottom: 25px;
  margin-bottom: 50px;
  position: relative;
    letter-spacing: -.01rem;
}

.timeline .event a{
    color:#212529;
}


.timeline .event span{
  background-color: #212529;
  color: #fff;
  font-weight:700;
  padding: 3px 5px 5px 5px;
    letter-spacing: normal;
}

.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: 0px;
  color: rgba(0, 0, 0, 0.4);
  content: attr(data-date);
  text-align: left;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 300px;
  margin-top: -20px
}
.timeline .event:after {
  box-shadow: 0 0 0 4px #D34E3F;
  left: -57.85px;
  background: #fff;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 5px;
}








.timeline .event-organizator {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding-bottom: 25px;
  margin-bottom: 50px;
  position: relative;
    letter-spacing: -.01rem;
    margin-left: -410px;
    width: 300px;
    text-align: right;
}

.timeline .event-organizator span{
  background-color: #212529;
  color: #fff;
  font-weight:700;
  padding: 3px 5px 5px 5px;
    letter-spacing: normal;
}

.timeline .event-organizator:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event-organizator:before,
.timeline .event-organizator:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .event-organizator:before {
  left: 0px;
  color: rgba(0, 0, 0, 0.4);
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 300px;
  margin-top: -20px
}
.timeline .event-organizator:after {
  box-shadow: 0 0 0 4px #D34E3F;
  left: 352.25px;
  background: #fff;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 5px;
}

.timeline .event-organizator a{
    color:#212529;
}

@media (max-width: 640px) {
    .timeline .event:before {
    left: 0px;
    margin-top: -25px;
    color: rgba(0, 0, 0, 0.4);
    content: attr(data-date);
    text-align: left;
    font-weight: 100;
    font-size: 1em;
    min-width: 120px;
    }
    .timeline {
    margin: 50px 0px 10px 30px;
        left: 0%;
    }
    .timeline .event {
      min-width:250px;
        border-bottom: none;
    }
    .timeline .event-organizator {
    border-bottom: none;
    padding-bottom: 25px;
    margin-bottom: 50px;
    position: relative;
    letter-spacing: -.01rem;
    margin-left: -0px;
    width: 250px;
    text-align: left;
    }
    .timeline .event-organizator:before {
    left: 0px;
    margin-top: -25px;
    color: rgba(0, 0, 0, 0.4);
    content: attr(data-date);
    text-align: left;
    font-weight: 100;
    font-size: 1em;
    min-width: 120px;
    }
    .timeline .event-organizator:after {
    box-shadow: 0 0 0 4px #D34E3F;
    left: -57.85px;
    background: #fff;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px;
}
    
}