/* line 3, app/assets/stylesheets/custom.scss */
a {
  text-decoration: none;
  color: #000;
}

/* line 7, app/assets/stylesheets/custom.scss */
a:hover {
  color: #0FA0CE;
}

/* line 9, app/assets/stylesheets/custom.scss */
.container {
  max-width: 800px;
}

/* line 11, app/assets/stylesheets/custom.scss */
.header {
  margin-top: 6rem;
  text-align: center;
}

/* line 14, app/assets/stylesheets/custom.scss */
.value-prop {
  margin-top: 1rem;
}

/* line 16, app/assets/stylesheets/custom.scss */
.value-props {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

/* line 19, app/assets/stylesheets/custom.scss */
.docs-header {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: .2rem;
  font-weight: 600;
}

/* line 24, app/assets/stylesheets/custom.scss */
.docs-section {
  border-top: 1px solid #eee;
  padding: 4rem 0;
  margin-bottom: 0;
}

/* line 28, app/assets/stylesheets/custom.scss */
.value-img {
  display: block;
  text-align: center;
  margin: 2.5rem auto 0;
}

/* line 32, app/assets/stylesheets/custom.scss */
.example-grid .column,
.example-grid .columns {
  background: #EEE;
  text-align: center;
  border-radius: 4px;
  font-size: 1rem;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  margin-bottom: .75rem;
  font-weight: 600;
  letter-spacing: .1rem;
}

/* line 44, app/assets/stylesheets/custom.scss */
.docs-example .row,
.docs-example.row,
.docs-example form {
  margin-bottom: 0;
}

/* line 48, app/assets/stylesheets/custom.scss */
.docs-example h1,
.docs-example h2,
.docs-example h3,
.docs-example h4,
.docs-example h5,
.docs-example h6 {
  margin-bottom: 1rem;
}

/* line 55, app/assets/stylesheets/custom.scss */
.heading-font-size {
  font-size: 1.2rem;
  color: #999;
  letter-spacing: normal;
}

/* line 59, app/assets/stylesheets/custom.scss */
.code-example {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

/* line 62, app/assets/stylesheets/custom.scss */
.code-example-body {
  white-space: pre;
  word-wrap: break-word;
}

/* line 65, app/assets/stylesheets/custom.scss */
.example {
  position: relative;
  margin-top: 4rem;
}

/* line 68, app/assets/stylesheets/custom.scss */
.example-header {
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
}

/* line 72, app/assets/stylesheets/custom.scss */
.example-description {
  margin-bottom: 1.5rem;
}

/* line 74, app/assets/stylesheets/custom.scss */
.example-screenshot-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #eee;
  height: 250px;
}

/* line 81, app/assets/stylesheets/custom.scss */
.example-screenshot {
  width: 100%;
  height: auto;
}

/* line 84, app/assets/stylesheets/custom.scss */
.example-screenshot.coming-soon {
  width: auto;
  position: absolute;
  background: #eee;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}

/* line 92, app/assets/stylesheets/custom.scss */
.navbar {
  display: none;
}

/* Larger than phone */
@media (min-width: 550px) {
  /* line 99, app/assets/stylesheets/custom.scss */
  .header {
    margin-top: 18rem;
  }
  /* line 101, app/assets/stylesheets/custom.scss */
  .value-props {
    margin-top: 9rem;
    margin-bottom: 7rem;
  }
  /* line 104, app/assets/stylesheets/custom.scss */
  .value-img {
    margin-bottom: 1rem;
  }
  /* line 106, app/assets/stylesheets/custom.scss */
  .example-grid .column,
.example-grid .columns {
    margin-bottom: 1.5rem;
  }
  /* line 109, app/assets/stylesheets/custom.scss */
  .docs-section {
    padding: 6rem 0;
  }
  /* line 111, app/assets/stylesheets/custom.scss */
  .example-send-yourself-copy {
    float: right;
    margin-top: 12px;
  }
  /* line 114, app/assets/stylesheets/custom.scss */
  .example-screenshot-wrapper {
    position: absolute;
    width: 48%;
    height: 100%;
    left: 0;
    max-height: none;
  }
}

/* Larger than tablet */
@media (min-width: 750px) {
  /* Navbar */
  /* line 125, app/assets/stylesheets/custom.scss */
  .navbar + .docs-section {
    border-top-width: 0;
  }
  /* line 127, app/assets/stylesheets/custom.scss */
  .navbar,
.navbar-spacer {
    display: inline-block;
    width: 100%;
    height: 6.5rem;
    background: #fff;
    z-index: 99;
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  /* line 137, app/assets/stylesheets/custom.scss */
  .navbar-spacer {
    display: none;
  }
  /* line 139, app/assets/stylesheets/custom.scss */
  .navbar > .container {
    width: 100%;
  }
  /* line 141, app/assets/stylesheets/custom.scss */
  .navbar-list {
    list-style: none;
    margin-bottom: 0;
  }
  /* line 144, app/assets/stylesheets/custom.scss */
  .navbar-item {
    position: relative;
    margin-bottom: 0;
  }
  /* line 147, app/assets/stylesheets/custom.scss */
  .navbar-link {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 35px;
    text-decoration: none;
    line-height: 6.5rem;
    color: #888;
  }
  /* line 156, app/assets/stylesheets/custom.scss */
  .navbar-link.active {
    color: #000;
  }
  /* line 158, app/assets/stylesheets/custom.scss */
  .has-docked-nav .navbar {
    position: fixed;
    top: 0;
    left: 0;
  }
  /* line 162, app/assets/stylesheets/custom.scss */
  .has-docked-nav .navbar-spacer {
    display: block;
  }
  /* Re-overiding the width 100% declaration to match size of % based container */
  /* line 165, app/assets/stylesheets/custom.scss */
  .has-docked-nav .navbar > .container {
    width: 80%;
  }
  /* Popover */
  /* line 169, app/assets/stylesheets/custom.scss */
  .popover.open {
    display: block;
  }
  /* line 172, app/assets/stylesheets/custom.scss */
  .popover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    top: 92%;
    left: -50%;
    -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.1));
    -moz-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.1));
  }
  /* line 185, app/assets/stylesheets/custom.scss */
  .popover-item:first-child .popover-link:after,
.popover-item:first-child .popover-link:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  /* line 195, app/assets/stylesheets/custom.scss */
  .popover-item:first-child .popover-link:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
  }
  /* line 200, app/assets/stylesheets/custom.scss */
  .popover-item:first-child .popover-link:before {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #eee;
    border-width: 11px;
    margin-left: -11px;
  }
  /* line 205, app/assets/stylesheets/custom.scss */
  .popover-list {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  /* line 209, app/assets/stylesheets/custom.scss */
  .popover-item {
    padding: 0;
    margin: 0;
  }
  /* line 212, app/assets/stylesheets/custom.scss */
  .popover-link {
    position: relative;
    color: #222;
    display: block;
    padding: 8px 20px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.0rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: .1rem;
  }
  /* line 224, app/assets/stylesheets/custom.scss */
  .popover-item:first-child .popover-link {
    border-radius: 4px 4px 0 0;
  }
  /* line 226, app/assets/stylesheets/custom.scss */
  .popover-item:last-child .popover-link {
    border-radius: 0 0 4px 4px;
    border-bottom-width: 0;
  }
  /* line 229, app/assets/stylesheets/custom.scss */
  .popover-link:hover {
    color: #fff;
    background: #33C3F0;
  }
  /* line 232, app/assets/stylesheets/custom.scss */
  .popover-link:hover,
.popover-item:first-child .popover-link:hover:after {
    border-bottom-color: #33C3F0;
  }
}
