body {background-color: #fff6d1;}
.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.container {
  max-width: 800px; }
.header {
  margin-top: 9rem;
  text-align: center; }
.value-prop {
  margin-top: 1rem; }
.value-props {
  margin-top: 1rem;
  margin-bottom: 4rem; }
.docs-header {
  margin-top: 2rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: .2rem;
  font-weight: 600; }
.docs-section {
  border-top: 2px solid #ddd;
  padding: 0rem 0;
  margin-bottom: 0;}
.value-img {
  display: block;
  text-align: center;
  width: 40%;
  margin: 2.5rem auto 0; }
.value-wide-img {
  width: 80%;
}
.docs-example .row,
.docs-example.row,
.docs-example form {
  margin-bottom: 0; }
.docs-example h1,
.docs-example h2,
.docs-example h3,
.docs-example h4,
.docs-example h5,
.docs-example h6 {
  margin-bottom: 1rem; }
.heading-font-size {
  font-size: 1.2rem;
  color: #999;
  letter-spacing: normal; }
.code-example {
  margin-top: 1.5rem;
  margin-bottom: 0; }
.code-example-body {
  white-space: pre;
  word-wrap: break-word }
.example {
  position: relative; 
  margin-top: 4rem; }
.example-header {
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: .5rem; }
.example-description {
  margin-bottom: 1.5rem; }
.example-screenshot-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #eee;
  height: 350px; }
.example-screenshot {
  width: 100%;
  height: auto; }

/* Navbar */
.navbar + .docs-section {
  border-top-width: 0; }
.navbar {
  display: block;
  text-align: center;
  width: 100%;
  height: 6.5rem;
  background: #fff;
  z-index: 99;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0;
  left: 0; }
.navbar-link {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2rem;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
  line-height: 6.5rem;
  color: #222; 
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all ease .5s;
          transition: all ease .5s; }
.navbar-link.active {
  color: #33C3F0; }
.underline {
  border-bottom: 2px solid currentColor; 
  border-bottom-color: #33C3F0;
}

/* Larger than phone */
@media (min-width: 550px) {
  .value-img {
    margin-bottom: 1rem; }
  .example-grid .column,
  .example-grid .columns {
    margin-bottom: 1.5rem; }
  .example-screenshot-wrapper {
    position: absolute;
    width: 350px;
    height: 350px;
    left: 0;
    max-height: none; }
  .logo {
    width: 75%;
  }
}

/* Larger than tablet */
@media (min-width: 750px) {
}

