@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

.font-red {
	color: #FF5852 !important;
	border-color: #FF5852 !important;
  }
  
  .font-orange {
	color: #FF9000 !important;
	border-color: #FF9000 !important;
  }
  
  .font-yellow {
	color: #FFD300 !important;
	border-color: #FFD300 !important;
  }
  
  .font-green {
	color: #3DCD49 !important;
	border-color: #3DCD49 !important;
  }
  
  .font-blue {
	color: #0089D7 !important;
	border-color: #0089D7 !important;
  }
  
  .font-purple {
	color: #9E44C4 !important;
	border-color: #9E44C4 !important;
  }

.timeline-container {
	padding-bottom: 4%;
}

.main-timeline{ 
	font-family: 'Bebas Neue', cursive; 
	margin: 50px;
}

.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 50%;
    padding: 12% 0 0;
    margin: 0 5px 0 0;
    float: left;
}
.main-timeline .timeline-content{
    color: #555;
    padding: 0 110px 0 0;
    display: block;
    position: relative;
    pointer-events: none;
}
.main-timeline .timeline-content:hover{ 
	text-decoration: none; 
}
.main-timeline .timeline-year{
    font-size: 30px;
    font-weight: 600;
	line-height: 80%;
    text-align: center;
    height: 60px;
    width: 120px;
    /*border: 3px solid #00B260;*/
    position: absolute;
    top: -17px;
    right: -60px;
    z-index: 1;
}
.main-timeline .timeline-year:before,
.main-timeline .timeline-year:after{
    content: '';
    background-color: white;
    height: 3px;
    width: 50px;
    transform: translateY(-50%);
    position: absolute;
    left: -50px;
    top: 50%;
}
.main-timeline .timeline-year:after{
    height: 8px;
    width: 8px;
    border-radius: 50%;
}
.main-timeline .title{
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 3px;
}
.main-timeline .description{
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    float: right;
    margin: 0 0 0 5px;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 0 0 0 120px; }
.main-timeline .timeline:nth-child(even) .timeline-year{
    right: auto;
    left: -60px;
}
.main-timeline .timeline:nth-child(even) .timeline-year:before,
.main-timeline .timeline:nth-child(even) .timeline-year:after{
    left: auto;
    right: -50px;
}

@media screen and (max-width:767px) {
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        padding: 50% 0 0 0;
        margin: 0 0 30px 0;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        padding: 0;
    }
    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year{
        top: -70px;
        left: 0;
        right: auto;
    }

}
@media screen and (max-width:479px) {
    .main-timeline .title{ font-size: 22px; }
}