body {
  background-color: #22181c;
  font-family: "Source Sans Pro", sans-serif;
  margin: 4rem 0 !important;
}

.page {
  background-color: #ffffff;
  border-color: #312f2f !important;
  max-width: 80vw !important;
  height: 90vh;
}

@media (max-width: 992px) {
  body {
    margin: 0em 1em !important;
    padding-top: 0.5em;
  }
  .page {
    max-width: 95vw !important;
  }
}
@media only screen and (max-width: 768px) {
  body {
    margin: 0em 1em !important;
    padding-top: 2em;
  }
  .page {
    max-width: 90vw !important;
    height: 96vh;
    margin: 1em auto !important;
    padding-bottom: 3em;
  }
}
.scrollbar {
  scrollbar-color: #312f2f !important;
}

.bordered-main::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border: 1px solid #bfc1c3;
}

.bordered-main::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
}

.scrollbar-main::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}

.scrollbar-main::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.scrollbar-main::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #bfc1c3;
}

.scrollbar-main {
  scrollbar-color: #bfc1c3 #f5f5f5;
}

.bg-light {
  background-color: #ffffff !important;
}

.nav-item a {
  margin: 0 0.8rem;
}

.title {
  font-family: "Source Sans Pro", sans-serif !important;
  letter-spacing: unset !important;
  font-weight: 600 !important;
  font-size: 2.5em !important;
  margin-left: 1rem !important;
}

.title-sub {
  margin-left: 1rem !important;
  font-size: 1.5em !important;
}

@media (min-width: 1200px) {
  .title {
    font-weight: 600 !important;
    font-size: 4em !important;
  }
  .title-sub {
    margin-left: 1rem !important;
    font-size: 2em !important;
  }
}
.wrapper {
  margin: 0 auto;
  padding: 0 16.66% 50px;
  width: 100%;
}

@media (max-width: 575.98px) {
  .wrapper {
    padding: unset !important;
  }
}
article {
  position: relative;
  max-width: 100vw;
  margin: 0 auto;
}

.timeline__nav {
  position: absolute;
  z-index: 99;
  top: 0;
  transition: top 0.3s ease-out;
}
.timeline__nav ul {
  list-style: none;
  list-style-position: inside;
  margin: 15px 0;
}
.timeline__nav ul li {
  margin: 15px 0;
  padding-left: 0;
  list-style-type: none;
  color: #bfc1c3;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.timeline__nav ul li.active {
  font-weight: bold;
  color: #f94125;
  border-bottom: 1px dotted transparent;
  transform: scale(1.2);
}
.timeline__nav ul li:hover {
  color: #000;
}/*# sourceMappingURL=style.css.map */