body {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
  background: #fff;
  color: #333;
  font-family: "Hind", sans-serif;
  text-align: center; }

a {
  text-decoration: none;
  color: #00ae89; }
  a:hover {
    color: #333; }

.button {
  font-weight: 600;
  border: 2px solid #00ae89;
  padding: 0.75em 1em;
  border-radius: 4px; }
  .button:hover {
    border-color: #333; }

header {
  padding: 3em 0 8em;
  background: #00ae89;
  color: #fff; }
  header h1 {
    font-size: 3em;
    text-shadow: 0 2px 0 #009575; }
  header h2 {
    color: #9afce4;
    font-size: 1.5em;
    font-weight: 300; }

nav {
  height: 50px;
  padding-top: 5px; }
  nav ul li {
    list-style-type: none;
    float: left;
    margin-right: 1em; }
    nav ul li:last-child {
      margin-right: 0; }

.container {
  margin: 0 auto;
  max-width: 700px; }
  .container section {
    margin: 1em 0 0;
    padding-bottom: 12em;
    clear: both;
    background: url("../images/gems-row.png") no-repeat bottom center;
    background-size: auto 150px; }
    .container section #hero {
      border: 1px solid #e9e9e9;
      border-radius: 4px;
      margin-top: -7em;
      margin-bottom: 1.5em; }
    .container section h2, .container section p, .container section pre {
      text-align: left;
      margin: 1em auto;
      max-width: 500px;
      word-wrap: break-word; }
    .container section h2 {
      margin-top: 2em; }
    .container section pre {
      font-family: "Ubuntu Mono", monospace;
      background: #e9e9e9;
      font-size: 0.8em;
      margin-top: 2em;
      padding: 1.5em;
      border-radius: 4px; }
    .container section code {
      color: #d14;
      font-family: "Ubuntu Mono", monospace;
      background: #e9e9e9;
      font-size: 0.88em;
      padding: 2px 6px 4px;
      border-radius: 4px; }
    .container section img {
      max-width: 100%; }
      .container section img#example {
        border-radius: 4px;
        border: 1px solid #e9e9e9;
        max-width: 545px; }

footer {
  background-color: #333;
  color: #f4f4f4;
  padding: 2em 0 2.25em; }
  footer p {
    margin: 0 auto;
    text-align: center; }
  footer a {
    color: #9afce4; }
    footer a:hover {
      color: #fff; }

@media screen and (max-width: 550px) {
  .container h1, .container h2 {
    padding: 0 1em; }
  .container p {
    padding: 0 1.5em; }
  .container section pre {
    padding: 1.5em; } }

/*# sourceMappingURL=styles.css.map */
