.app-content.splash {
  .atf {
    min-height: 750px;
    background: url(https://hivebridge.com/images/sedna/hero.jpg) center center;
    background-size: cover;
    position: relative;
    .atf-content {
      padding-top: 26%;
    }
    .heading {}
    .cta {}
    .intro-image {}
  }
  .btf {
    .bg-light {
      background-color: #eee;
    }
  }
}

section.intro, section.features-extra, section.sign-up {
  background: #fff; }