* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "proxima-nova", sans-serif;  
}

body {
  background-color: #F7F7F7;
  color: #070719;
}

header {
  background: #3E7FC6;
background: linear-gradient(135deg, rgba(62, 127, 198, 1) 13%, rgba(136, 210, 255, 1) 100%);
    padding-top: 2em;
}

h1 {
  font-family: "calvino", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 58px;
  line-height: 72px;
}

h2 {
  font-family: "proxima-nova", sans-serif;  
  font-weight: 400;
  font-style: normal;
  font-size: 38px;
}

h3 {
  font-family: "proxima-nova", sans-serif;  
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
}

h4 {
  font-family: "calvino", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  color: #070719;
}

.logo {
  display: flex;
  margin: auto;
  padding-bottom: 1.5em;
}

.svg-logo {
  width: 260px;
  justify-content: center;
  align-content: center;
  margin: auto;
}

.intro {
  width: 100%;
  padding: 0 5em;
  background-color: #070719;
}

.mission {
  width: 80%;
  color: #f7f7f7;
  margin: auto;
  min-height: 200px;
  padding-top: 5em;
  padding-bottom: 2em;
  display: flex;
  flex-direction: row;
}

.statement1 {
  width: 50%;
  padding-right: 2em;
  align-content: flex-end;
  align-self: flex-end;
}

.statement2 {
  width: 50%;
  align-content: flex-end;
  align-self: flex-end;
  padding-left: 2em;
}

.highlight {
  color: #88d2ff;
}

.opening {
  padding-left: 1em;
  border-left: 1px solid #F7F7F7;
}

.video-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #070719;
}

.video-section video {
    width: 100%;
    height: 100%;
    }

.play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80px;
      height: 80px;
      background: rgba(136, 210, 255, 0.8);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background 0.3s ease;
    }

.play-button:hover {
      background: rgba(7, 7, 25, 0.8);
    }

.play-button::before {
      content: '';
      display: block;
      margin-left: 5px;
      width: 0;
      height: 0;
      border-left: 20px solid white;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
    }

.play-button.hidden {
      display: none;
}

.timeline {
  width: 100%;
  background: #3E7FC6;
  background: linear-gradient(180deg, rgba(62, 127, 198, 1) 13%, rgba(136, 210, 255, 1) 100%);
  min-height: 300px;
}

.timeline-contain {
   width: 90%;
   padding: 0;
   margin: auto;
   position: relative;
   overflow: hidden;
}

.timeline-contain:before {
   content: '';
   position: absolute;
   top: 0;
   left: 50%;
   margin-left: -1px;
   width: 2px;
   height: 100%;
   background: #CCD1D9;
   z-index: 1
}

.timeline-title {
  width: 100%;
  text-align: center;
  padding: 3em 2em;
}

.timeline-title h2 {
  line-height: 44px;
}

.upper-title {
    font-size: 32px;
  letter-spacing: 3px;
    font-weight: 700;
}

.lower-title {
  font-size: 50px;
  letter-spacing: .5px;
    margin-bottom: .3em;
}

.timeline-block {
   width: -webkit-calc(50% + 8px);
   width: -moz-calc(50% + 8px);
   width: calc(50% + 8px);
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -moz-box-pack: justify;
   justify-content: space-between;
   clear: both;
margin-bottom: 1.8em;
}

.timeline-block-right {
   float: right;
}

.timeline-block-left {
   float: left;
   direction: rtl
}

.timeline-final {
  margin-bottom: 6em;
}

.marker {
   width: 16px;
   height: 16px;
   border-radius: 50%;
   background: #070719;
   margin-top: 18px;
   z-index: 9999
}

.marker-current {
	background: #4444a0;
}

.marker-past {
	background: #F7F7F7;
}

.timeline-content {
   width: 95%;
   padding: 0 8px;
   color: #F7F7F7
}

.timeline-content h4 {
  color: #070719;
}

.timeline-content span {
   font-size: 18px;
   color: #f7f7f7;
}

@media screen and (max-width: 900px) {
   .timeline-contain:before {
      left: 8px;
      width: 2px;
   }
   .timeline-block {
      width: 100%;
      margin-bottom: 30px;
   }
   .timeline-block-right {
      float: none;
   }

   .timeline-block-left {
      float: none;
      direction: ltr;
   }
}

.content {
  margin: 4em 4em 1em 4em;
  display: flex;
  gap: 50px;
}

col-fill.column {
  flex: 1;
  min-height: 350px;
}

.column {
  width: 33.333%;
  margin: 0 2em 0 2em;
}

.column h3 {
  margin-bottom: 20px;
  padding-top: .5em;
  border-top: 1px solid #88d2ff;
  line-height: 38px;
}

.column-img {
  margin-bottom: 20px;
}

.column-img img {
    width: 100%;
}

.column-title {
  font-weight: 700;
  color: #3e7fc6;

  font-size: 28px;
  text-transform: capitalize;
}

.BG-grid {
  margin: 0 auto;
  padding-top: 2em;
}

footer {
  min-height: 200px;
  background: #070719;
  color: #fff;
  padding: 30px 40px;
  text-align: center;
}

.footer-comments {
  color: #f7f7f7;
}

.footer-copy {
  padding-top: 1em;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .content {
    flex-direction: column;
  }

  .header{
    padding: 0;
    margin: 0;
  }
  
  .intro {
    padding: 0 1em;
  }
  
  .mission {
    width: 100%;
    font-size: 22px;
    padding-top: 3em;
    padding-bottom: 2em;
    flex-direction: column;
    column-count: 1;
    }
  
  .statement1, .statement2 {
    width: 100%;
    text-align: center;
  }
  
  .statement1 {
    margin: auto;
    padding: 0 0 2em 0;
  }
  
  .statement2 {
    padding: 0;
  }

  .statement2 h3 {
    padding: 0;
    border: 0;
  }
  
  .content {
    margin: 1em;
  }
  
  .column {
    width: 100%;
    margin: 0;
}
  }