*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    
    
}


.navbar li a{
  color: white;
}
.navbar li a:hover{
  color: red;
}

video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}


.first-section{
    height: 80vh;
}



.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 50px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: "";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: "";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline-badge {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
}

.timeline-panel {
  width: 46%;
  float: left;
  margin-right: 4%;
  text-align: right;
}

.timeline-panel:before {
  right: auto;
  left: -16px;
  border-right-width: 16px;
  border-left-width: 0;
}

.timeline-panel:after {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline-panel.noarrow:before,
.timeline-panel.noarrow:after {
  border-width: 0;
}

.timeline-panel h4 {
  margin-top: 0;
  color: #333333;
}

.timeline-panel p,
.timeline-panel .timeline-body > p {
  margin-bottom: 0;
}

.timeline-badge.success {
  background-color: #1abc9c;
}

.timeline-badge.warning {
  background-color: #f39c12;
}

.timeline-badge.danger {
  background-color: #e74c3c;
}

.timeline-badge.info {
  background-color: #3498db;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}
