#home-body nav,
#home-body nav a,
#home-body nav a:hover,
#home-body nav a:active,
#home-body nav a:visited,
#home-body .logo,
#home-body h1 {
  color: white;
}
#home-body .dropdown-menu a,
#home-body .dropdown-menu a:hover,
#home-body .dropdown-menu a:active,
#home-body .dropdown-menu a:visited {
  color: black;
}
#home-body .signin {
  border: 1px solid white;
}
#home-body > header > nav > ul {
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  justify-content: space-between;
  color: white;
  height: 100%;
}
#home-body > header {
  border: 0;
}
#home-body > header > nav > ul > li {
  box-sizing: border-box;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
}
.item p {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
  font-size: 19px;
}
.item p em {
  color: white;
  font-style: normal;
  font-weight: 400;
}
.item h1 {
  font-size: 30px;
  margin: 0 0 20px 0;
}
header {
  background: black;
  height: 100vh;
  position: relative;
  display: flex;
  flex-flow: column;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
}
#hero-mobile {
  text-align: center;
  overflow: hidden;
}
#hero-mobile h1 {
  font-size: 30px;
}
@media screen and (max-width: 374px) {
  #hero-mobile h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  #hero-mobile p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #hero {
    display: none;
  }
  #hero-mobile {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #hero-mobile {
    display: none;
  }
  #hero {
    display: flex;
  }
}
.carousel-inner > .item {
  width: 100%;
  height: 100%;
  position: absolute;
}
.carousel-inner > .item > .card {
  margin: 0 auto;
  height: 100%;
  -webkit-transition: opacity 0.6s;
}
.vertical-center {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
}
.vertical-center > * {
  flex-shrink: 0;
}
.poster {
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  height: 100%;
}
#notebook-poster {
  background-image: url(/assets/images/hero.png);
  width: 800px;
  height: 100%;
  min-height: 500px;
}
#endpoint-poster {
  background-image: url(/assets/images/curl.png);
  width: 650px;
  height: 100%;
  min-height: 500px;
}
.opacity_1 {
  opacity: 1;
}
.opacity_0 {
  opacity: 0;
}
.b {
  background: green;
  -webkit-transition: all 0.2s;
}
.background.active {
  opacity: 1;
}
.explore-background {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/assets/images/explore.jpeg);
  background-size: cover;
}
.expose-background {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/assets/images/endp.jpeg);
  background-size: cover;
}
.embed-background {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/assets/images/embed.jpeg);
  background-size: cover;
}
.background {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.6s;
  z-index: -9;
}
.background.selected {
  opacity: 1;
  z-index: -10;
  -webkit-transition: none;
}
video.data-visualizing {
  border-radius: 5px;
  box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.1), 0 5px 1.5px 2.5px rgba(0, 0, 0, 0.02), 0 5px 6px 1px rgba(0, 0, 0, 0.25);
}
.feature .icon {
  margin-right: 0.5em;
  margin-left: -1.5em;
  width: 1em;
  display: inline-block;
}
.icon-pack {
  margin-right: 0.5em;
  margin-left: -1.7em;
  width: 1.2em;
  height: 1.2em;
  background: url(/assets/images/package.svg);
  position: relative;
  top: 0.3em;
  background-repeat: no-repeat;
}
.notebook-features {
  list-style-type: none;
  margin: 0 0 0 60px;
  padding: 0;
  font-size: 16px;
  line-height: 23px;
}
.notebook-features li {
  margin: 0 0 10px 0;
  padding: 0;
}
.feature {
  padding: 0 0 10px 60px;
  line-height: 23px;
  font-size: 16px;
  box-sizing: border-box;
  align: right;
}
a.button {
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 0.1s;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease;
  background-attachment: scroll;
  background-clip: border-box;
  background-image: none;
  background-origin: padding-box;
  background-size: auto;
  border-bottom-color: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-left-color: #ffffff;
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: #ffffff;
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: none;
  border-top-width: 0px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  height: 34px;
  line-height: 14px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  min-width: 140px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: optimizelegibility;
  transition-delay: 0s;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease;
  vertical-align: baseline;
}
a.action {
  border: 1px solid #28AFFA;
  background-color: #28AFFA;
  color: #ffffff;
}
a.info {
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
}
a.info.gray {
  border-width: 1px;
  border-style: solid;
  color: #999;
  border-color: #999;
}
.component-example {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.example-component-window {
  width: 450px;
  height: 300px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #bebebe;
  border-radius: 6px;
  margin: 0 auto;
}
pre {
  padding: 0;
  border: 0;
  font-size: 14px;
}
code {
  font-size: 14px;
  line-height: 24px;
}
.examples a:focus {
  text-decoration: none;
  outline: none;
}
.examples a:active {
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
}
.carousel-control.left {
  background: url(/assets/images/left-arrow.svg);
  background-position: center left;
  left: 20pt;
}
.carousel-control.right {
  background: url(/assets/images/right-arrow.svg);
  background-position: center right;
  right: 20pt;
}
.carousel-control.right,
.carousel-control.left {
  background-repeat: no-repeat;
  background-size: 23pt 42pt;
}
.carousel-control {
  display: inline-block;
  width: 23pt;
}
#fieldbook {
  background-image: url(/assets/images/fieldbook.png);
  background-size: 102pt;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 25pt;
  overflow: hidden;
  height: 0;
}
#gitbook {
  background-image: url(/assets/images/gitbook.png);
  background-size: 102pt;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 25pt;
  overflow: hidden;
  height: 0;
}
.examples a {
  overflow: hidden;
  margin-bottom: 60px;
  border-radius: 10pt;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  text-align: center;
  color: #111;
  display: block;
}
.examples a:hover {
  transition: box-shadow 0.3s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.examples img {
  margin: 0;
  width: 180pt;
  height: 180pt;
}
.examples .title {
  font-size: 20pt;
  display: block;
  color: rgba(0, 0, 0, 0.9);
}
.examples .description {
  font-size: 10pt;
  color: #999;
  padding: 5pt 5pt;
  opacity: 0.9;
  min-height: 50pt;
}
.examples .info {
  background: #fff;
  padding: 10pt;
}
h1 {
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 300;
}
h2 {
  font-size: 48px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 300;
}
h3 {
  font-size: 25px;
  margin-bottom: 20px;
}
p.subheading {
  float: none;
  font-size: 23px;
  line-height: 34px;
  margin: 50px auto;
  font-weight: 300;
  text-align: center;
}
.col-lg-offset-0_5 {
  margin-left: 0;
}
.arrow {
  height: 100px;
  line-height: 100px;
  transform: rotate(90deg);
  font-size: 50px;
}
@media screen and (min-width: 1200px) {
  .col-lg-offset-0_5 {
    margin-left: 4.166666666%;
  }
  .arrow {
    height: 300px;
    line-height: 300px;
    transform: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .feature {
    height: 150px;
  }
}
tr.hidden-xxs {
  display: table-row !important;
}
th.hidden-xxs,
td.hidden-xxs {
  display: table-cell !important;
}
@media (max-width: 384px) {
  .hidden-xxs {
    display: none !important;
  }
  tr.hidden-xxs {
    display: none !important;
  }
  th.hidden-xxs,
  td.hidden-xxs {
    display: none !important;
  }
}
@media (min-width: 385px) and (max-width: 767px) {
  .hidden-xxs.hidden-xs {
    display: none !important;
  }
  tr.hidden-xxs.hidden-xs {
    display: none !important;
  }
  th.hidden-xxs.hidden-xs,
  td.hidden-xxs.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xxs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xxs.hidden-sm {
    display: none !important;
  }
  th.hidden-xxs.hidden-sm,
  td.hidden-xxs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xxs.hidden-md {
    display: none !important;
  }
  tr.hidden-xxs.hidden-md {
    display: none !important;
  }
  th.hidden-xxs.hidden-md,
  td.hidden-xxs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xxs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xxs.hidden-lg {
    display: none !important;
  }
  th.hidden-xxs.hidden-lg,
  td.hidden-xxs.hidden-lg {
    display: none !important;
  }
}
@media (max-width: 384px) {
  .hidden-xs.hidden-xxs {
    display: none !important;
  }
  tr.hidden-xs.hidden-xxs {
    display: none !important;
  }
  th.hidden-xs.hidden-xxs,
  td.hidden-xs.hidden-xxs {
    display: none !important;
  }
}
@media (max-width: 384px) {
  .hidden-sm.hidden-xxs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xxs {
    display: none !important;
  }
  th.hidden-sm.hidden-xxs,
  td.hidden-sm.hidden-xxs {
    display: none !important;
  }
}
@media (max-width: 384px) {
  .hidden-md.hidden-xxs {
    display: none !important;
  }
  tr.hidden-md.hidden-xxs {
    display: none !important;
  }
  th.hidden-md.hidden-xxs,
  td.hidden-md.hidden-xxs {
    display: none !important;
  }
}
@media (max-width: 384px) {
  .hidden-lg.hidden-xxs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xxs {
    display: none !important;
  }
  th.hidden-lg.hidden-xxs,
  td.hidden-lg.hidden-xxs {
    display: none !important;
  }
}
