@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap");

body {
  margin: 0;
  padding: 0;
  font-family: "IBM Plex Sans", sans-serif;
  background-color: #010d18;
  color: #fafafa;
}

a,
a:hover,
a:visited {
  color: #fcfcfc;
  text-decoration: none;
}

a {
  border-bottom: 1px dotted;
}

a:hover {
  opacity: 0.8;
}

#map {
  top: 0;
  height: 100vh;
  width: 100vw;
  position: fixed;
}

#header {
  margin: auto;
  width: 100%;
  position: relative;
  z-index: 5;
}

#header h1,
#header h2,
#header p {
  margin: 0;
  padding: 2vh 2vw;
  text-align: center;
}

.marker {
  background-image: url("https://res.cloudinary.com/csisideaslab/image/upload/v1768499116/Greenland-Animation-v1_zvhi18.gif");
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}

#footer {
  width: 100%;
  min-height: 5vh;
  padding-top: 2vh;
  padding-bottom: 2vh;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
  position: relative;
  z-index: 5;
}

#features {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.hidden {
  visibility: hidden;
}

.centered {
  width: 50vw;
  margin: 0 auto;
}

.lefty {
  width: 33vw;
  margin-left: 5vw;
}

.righty {
  width: 33vw;
  margin-left: 62vw;
}

.fully {
  width: 100%;
  margin: auto;
}

.light {
  color: #444;
  background-color: #fafafa;
}

.dark {
  color: #fafafa;
  background-color: #182739;
  border-radius: 15px;
}

.step {
  padding-top: 50vh;
  padding-bottom: 25vh;
  /* margin-bottom: 10vh; */
  opacity: 0.92;
}

.step.active {
  opacity: 0.92;
}

.step div {
  padding: 25px 50px;
  line-height: 28px;
  font-size: 15px;
}

.step img {
  width: 100%;
}

@media (max-width: 950px) {
  .centered,
  .lefty,
  .righty,
  .fully {
    width: 90vw;
    margin: 0 auto;
  }
}

/* Fix issue on mobile browser where scroll breaks  */
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan
  .mapboxgl-canvas {
  touch-action: unset;
}
