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


button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}





/* .section SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section {
  padding: 50px 0;
}

.section .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

h2{
    text-align: center;
}
/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
  white-space: nowrap;
  overflow-x: scroll;
  padding-top: 130px;
  padding-bottom: 60px;
  margin-left: 25px;
  margin-right: 25px;
}

.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 250px 0;
  transition: all 1s;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 300px;
  height: 5px;
  background: black;
}

.timeline ol li:last-child {
  width: 280px;
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: black;
}

.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 400px;
  padding: 15px;
  font-size: 1rem;
  white-space: normal;
  color: white;
  background: rgb(97, 145, 195);
  border-radius: 10px;
  border-style: solid;
  border-color: rgb(97, 145, 195);
  border-width: 2px;
}

.timeline ol li div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) div {
  top: -20px;
  transform: translateY(-100%);
  background: rgb(97, 145, 195);
  border-color: rgb(97, 145, 195);
}



.timeline ol li:nth-child(odd) div::before {
  top: 100%;
  left: 2px;
  border-width: 15px 20px 0 0;
  border-color: rgb(97, 145, 195) transparent transparent transparent;
}





.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
  top: -9px;
  border-width: 15px 0 0 35px;
  border-color: transparent transparent transparent rgb(97, 145, 195);
}


.timeline time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline .arrows {
    position:absolute;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 60px;
    z-index: 999;
}

.timeline .arrows .arrow__prev {
  margin-right: 20px;
}

.timeline .disabled {
  opacity: 0.5;
}

.timeline .arrows img {
  width: 45px;
  height: 45px;
}

.pictures{
    height: 150px;
    width: 100%;
}

.ending img{
  width: 100vw;
  margin-top: 50px;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 768px){
    .timeline ol,
    .timeline ol li {
      width: auto;
    }
  
    .timeline ol {
      padding: 0;
      transform: none !important;
    }
  
    .timeline ol li {
      display: block;
      height: auto;
      background: transparent;
    }
  
    .timeline ol li:first-child {
      margin-top: 25px;
    }
  
    .timeline ol li:not(:first-child) {
      margin-left: auto;
    }
  
    .timeline ol li div {
      position: static;
      width: 94%;
      height: auto !important;
      margin: 0 auto 25px;
    }
  
    .timeline ol li:nth-child(odd) div {
      transform: none;
    }
  
    .timeline ol li:nth-child(odd) div::before,
    .timeline ol li:nth-child(even) div::before {
      left: 50%;
      top: 100%;
      transform: translateX(-50%);
      border: none;
      border-left: 2px solid black;
      height: 25px;
    }
  
    .timeline ol li:last-child,
    .timeline ol li:nth-last-child(2) div::before,
    .timeline ol li:not(:last-child)::after,
    .timeline .arrows {
      display: none;
    }
    .timeline{
      padding-top: 25px;
    }
 
}

#hidden-dot{
  opacity: 0;
}

.header{
  h1{
    padding-top: 200px;
  }
}

.main-team{
  display: flex;
  flex-direction: row;
  background-color: rgb(110, 153, 197);
  padding-top: 50px;
  padding-bottom: 50px;
  img{
    width: 300px;
    height: 250px;
    object-fit: cover;
    display: block;
    margin: auto;
  }
}
.boss{
  flex-basis: 33%;
  flex-wrap: wrap;
  .boss-content{
    background-color: white;
    display: block;
    height: 440px;
    width: 300px;
    margin: auto;
    border-radius: 6px;
    h3,p{
      padding-left: 15px;
      padding-right: 15px;
    }
    h3{
      padding-top: 10px;
    }
    p{
      color: grey;
      margin-bottom: 20px;
    }
    a{
      background-color: rgb(47, 111, 230);
      color: white;
      font-size: 110%;
      margin-top: 15px;
      text-align: center;
      border-radius: 5px;
      padding: 10px 10px 10px 10px;
      margin-left: 15px;
    }
}

  
}
.employees{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding-top: 75px;
  padding-bottom: 75px;
  .text{
    padding-left: 15px;
  }
  img{
    width: 300px;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
  }
}
.about-blurb{
  width: 75%;
  display: block;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px
  
}

@media screen and (max-width: 1000px) {
  .header{
    h3{
      padding-top:360px;
    }
    h1{
      padding-top: 600px;
    }
  }
  .main-team{
    flex-direction: column;
    .boss{
      padding-top: 30px;
    }
  }
  .employees{
    flex-wrap: wrap;
  }
}
