@import url('https://fonts.googleapis.com/css?family=Raleway:400,900&display=swap');

body {
  margin:0; 
  padding:0; 
  font-family: 'Raleway', sans-serif !important;
  background-color: black;
}
a, a:hover, a:visited {
  color: #b00020;
}
#map {
  top:0; 
  height: 100vh;
  width:100vw;
  position: fixed;
  overflow-y: scroll;
}
#header {
  margin: 3vh auto;
  width: 90vw;
  height: 90vh;
  height: calc(var(--vh, 1vh) * 90);
  padding: 2vh;
  padding: calc(var(--vh, 1vh) * 2);
  background: none;
  color: #fff;
  max-width: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
#footer {
  width: 100%;
  min-height: 5vh;
  min-height: calc(var(--vh, 1vh) * 5);
  padding-top: 2vh;
  padding-top: calc(var(--vh, 1vh) * 2);
  padding-bottom: 2vh;
  padding-bottom: calc(var(--vh, 1vh) * 2);
  text-align: center;
  line-height: 25px;
  font-size: 13px;
  opacity: 0.9;
}
#features {
  padding-top: 10vh;
  padding-top: calc(var(--vh, 1vh) * 10);
  padding-bottom: 10vh;
  padding-bottom: calc(var(--vh, 1vh) * 10);
  pointer-events: auto;
}
.centered {
  width: 50vw;
  margin: 0 auto;
}
.lefty {
  width: 33vw;
  margin-left: 5vw;
}
.righty {
  width: 33vw;
  margin-left: 62vw;
}
.light {
  color: #444;
  background-color: #fafafa;
}
.step {
  padding-bottom: 50vh;
  padding-bottom: calc(var(--vh, 1vh) * 50);
  opacity: 0.25;
}
.step.active {
  opacity: 0.9;
}

.step div {
  padding:  25px 50px;
  line-height: 25px;
  font-size: 13px;
}

.step img {
  width: 100%;
}

@media (max-width: 750px) {
  #features {
      width: 90vw;
      margin: 0 auto;
  }
  .step {
    padding-bottom: 75vh;
    padding-bottom: calc(var(--vh, 1vh) * 75);
  }
}
@media (min-width: 750.1px) and (max-width: 1000px) {
  #features {
      width: 45vw;
  }
}

.light h3 {
  font-size: 1.2rem;
}
.light h1 {
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 4.1rem;
  align-content: center;
  margin: 10px auto;
}
.light h2 {
  text-transform: uppercase;
  font-weight: normal;
  line-height: 2.3rem;
  margin: 0;
}

.highlight {
  background-color: #ffffff99;
  color: #333;
  padding: 3px 7px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.3) !important;
}

.shadow {
  text-shadow: 1px 1px 1px rgba(0,0,0,.5) !important;
}

.bullet {
  width: 10px;
  vertical-align: middle;
  margin-right: 3px;
  display: inline;
}

#story {
  pointer-events: none;
  z-index: 1;
}
#header, #features, #footer {
  pointer-events: auto;
  z-index: 10;
}

.btn-circle {
  display: inline-block;
  height: 70px;
  width: 70px;
  margin-top: 10px;
  border-radius: 50%;
  border: none;
  color: #fff;
  background: none;
  font-size: 2rem;
}
.btn-circle:hover {
  cursor: pointer;
  border: 2px solid #fff;
}

input[type=text] {
  width: 62%;
  box-sizing: border-box;
  border: 1px solid #555;
  border-radius: 0;
  background: none;
  font-size: 16px;
  padding: 12px 20px 12px 12px;
}

.btn-start {
  box-sizing: border-box;
  border: 1.5px solid #fff;
  border-radius: 5px;
  background: none;
  color: #fff;
  padding: 12px;
  margin: 25px 4px 0 4px;
  cursor: pointer;
  text-align: center;
}

.btn-start:hover, .btn-start:active {
  background-color: #fff;
  color: #444;
  text-shadow: none !important;
}

.btn-submit {
  width: 17%;
  box-sizing: border-box;
  border: 1px solid #555;
  border-radius: 0;
  background-color: #555;
  color: #fff;
  font-size: 16px;
  padding: 12px 0;
  margin-right: 2px;
  cursor: pointer;
  text-align: center;
}

.btn-submit:hover {
  background-color: #000;
}

#share-block {
  margin: 0 !important;
  padding: 16px 0 0 0 !important;
}

.share-links {
  display: block;
  margin: 0 !important;
  padding: 4px 0 0 0 !important;
}

.share-links a {
  color: #444 !important;
  text-decoration: none;
  cursor: pointer;
}

.share-buttons {
  color: #444 !important;
  vertical-align: middle;
  font-size: 1.2rem;
}

.share-buttons a {
  margin-right: 4px;
}

.share-links a:hover, .share-buttons:hover {
  color: #000 !important;
  text-decoration: none;
}

.fa {
  cursor: pointer;
}

.mapboxgl-popup-content {
  margin: 0 !important;
  padding: 2px 4px !important;
}

#loader {
  position: absolute;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  z-index: 20;
}

/* loading spinner from bootstrap */
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}