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

@font-face {
  font-family: 'space_mono';
  src: url('../fonts/SpaceMono-Regular.ttf');
}

@font-face {
  font-family: 'space_mono';
  src: url('../fonts/SpaceMono-Bold.ttf');
  font-weight: bold;
}

@font-face {
  font-family: 'HK_grotesk';
  src: url('../fonts/HKGrotesk-Regular.otf');
}

@font-face {
  font-family: 'HK_grotesk';
  src: url('../fonts/HKGrotesk-Bold.otf');
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #061919;
  color: white;
  font-family: 'HK_grotesk';
}

@media only screen and (max-width: 999px) {
  .all {
    display: none !important;
  }

  .mobile {
    display: flex !important;
  }
}

@media only screen and (min-width: 1000px) {
  .all {
    display: block !important;
  }

  .mobile {
    display: none !important;
  }
}

.mobile {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.h-90 {
  height: 90%;
}

.h-80 {
  height: 80%;
}

.w-80 {
  width: 80%;
}

.w-60 {
  width: 60%;
}

.w-10 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.border-grey {
  border-color: grey !important;
}

.btn-default {
  background-color: #F7941E;
  color: #FFFFFF;
}

/* ------------------------------------ */
/* --------------- HEADER ------------- */
/* ------------------------------------ */
.nav {
  background-color: #061919;
}

.nav-item .active {
  background-color: #F7941E;
  color: white;
}

.nav-link {
  font-size: 20px;
  color: white !important;
  line-height: 60px;
}

a.nav-link:hover {
  background-color: #F7941E !important;
}

header video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
}

.viewport-header {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.title {
  font-family: 'space_mono';
  font-weight: bold;
  font-size: 45px;
  color: #F7941E;
}

.subtitle {
  font-size: 25px;
}

.subtitle span {
  color: #F7941E;
}

.btn-transparent {
  width: 45px;
  border: solid 1px white;
  font-size: 20px;
  color: white;
}

.btn-transparent:hover {
  background-color: #F7941E;
  color: white;
  border: 1px solid #F7941E;
}

/* ------------------------------------ */
/* --------------- FOOTER ------------- */
/* ------------------------------------ */
.bottom-menu a {
  color: #FFFFFF;
}

.bottom-menu a.active {
  background-color: transparent;
  color: #F7941E;
}

.bottom-menu a:hover {
  text-decoration: none;
}

footer a {
  color: #F7941E;
}

footer a:hover {
  color: #F7941E;
}

.copyright {
  font-size: 11px;
  color: #4A5050;
}

.contact {
  font-size: 13px;
}

/* ------------------------------------ */
/* --------------- MAIN --------------- */
/* ------------------------------------ */
main {
  margin-top: 100vh;
  position: relative;
  background-color: #061919;
}

/* ------------------------------------ */
/* --------------- STOPS -------------- */
/* ------------------------------------ */
h3.title-stops {
  font-size: 18px;
  font-family: 'space_mono';
  font-weight: bold;
}

.percentage {
  font-size: 30px;
  font-family: 'space_mono';
  font-weight: bold;
}

.next-stop {
  font-family: 'space_mono';
}

.next-stop p {
  font-size: 15px;
  line-height: 30px;
}

.grey-square {
  background-color: #1D2424;
}

.next-stop .content {
  top: 0;
  left: 0;
}

.next-stop > img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
}


/* ------------------------------------ */
/* --------------- PILOT -------------- */
/* ------------------------------------ */
.story {
  min-width: 1000px;
  max-width: 1000px;
  font-size: 14px;
  margin: 0 auto;
  background-color: #061919;
}

.story-block {
  border: 1px dashed #FFFFFF;
  padding: 10px;
}

.story-block .quote {
  color: #F7941E
}

.story-block-1 {
  margin-top: 25px;
}

.story-block-2 {
  margin-top: 60px;
}

.story-block-3 {
  margin-top: 60px;
}

.story-block-4 {
  margin-top: 60px;
}

.story-block-5 {
  margin-top: 55px;
}

.story-block-6 {
  margin-top: 30px;
}
