/* default / demo page */
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
body {
  min-height: 1280px;
  font-weight: 300;
  color: #2a2a2a;
}
p,
h1,
h2,
h3,
h4,
a {
  margin: 0;
  font-weight: 300;
}
a,
a:visited,
a:hover {
  color: #fff;
  /*color: #63AEE6;*/
  text-decoration: none;
  /*border-bottom: 1px solid currentColor;*/
}
#intro {
  max-width: 40rem;
  margin: 1rem auto;
  text-align: center;
}
.intro__overline {
  font-size: 1.4rem;
}
.intro__hed {
  height: 300;
  font-size: 3rem;
  margin: 2rem auto;
  /*
  text-transform: uppercase;
  font-weight: 900;
  */
  letter-spacing: 0.06em;
  /*top: 50%;*/
}
.intro__dek {
  font-size: 1.4rem;
}
/* demo */
#intro {
  margin-bottom: 320px;
}
#outro {
  height: 640px;
}
/* scrollama */
#scroll {
  position: relative;
  /*
  border-top: 2px dashed #000;
  border-bottom: 2px dashed #000;
  */
}
.scroll__graphic {
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: auto;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /*
  background-color: #ddd;
  border: 1px solid #000;
  */
}
.scroll__graphic.is-fixed {
  position: fixed;
}
.scroll__graphic.is-bottom {
  bottom: 0;
  top: auto;
}
.scroll__graphic p {
  text-align: center;
  padding: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 8rem;
  font-weight: 900;
  color: #666;
}
.scroll__text {
  position: relative;
  padding: 0 1rem;
  max-width: 30rem;
  width: 33%;
  /*font-family: 'Roboto';*/
}
.step {
  margin: 0 auto 2rem auto;
  /*
  border: 1px solid #333;
  border-bottom: none;
  */
}
.step:last-child {
  /*border-bottom: 1px solid #333;*/
}
.step.is-active {
  /*
  background-color: lightgoldenrodyellow;
  */
  color:#bdbdc1;
  opacity: 1.0;
}
.step.fade {
  color:#767680;
  opacity: 0.10;
}
.step p {
  text-align: right;
  padding: 1rem;
  /*font-size: 1.5rem;*/
  /*font-size: 25px;*/
}

#orbit{
  /* make sure the viz fills the parent container */
  width: 100%;
  height: 100%;
}
