/* line 4, /Users/sg/Code/teller/blog.teller.io/source/stylesheets/neat/grid/_box-sizing.scss */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 9, /Users/sg/Code/teller/blog.teller.io/source/stylesheets/neat/grid/_box-sizing.scss */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/* line 7, /Users/sg/Code/teller/blog.teller.io/source/stylesheets/site.css.scss */
html {
  font-size: 85%; }
  @media screen and (min-width: 375px) {
    /* line 7, /Users/sg/Code/teller/blog.teller.io/source/stylesheets/site.css.scss */
    html {
      font-size: 90%; } }
  @media screen and (min-width: 480px) {
    /* line 7, /Users/sg/Code/teller/blog.teller.io/source/stylesheets/site.css.scss */
    html {
      font-size: 95%; } }

/* line 18, /Users/sg/Code/teller/blog.teller.io/source/stylesheets/site.css.scss */
a {
  color: #0096e2; }
  /* line 21, /Users/sg/Code/teller/blog.teller.io/source/stylesheets/site.css.scss */
  a:visited {
    color: #0074af; }

@media screen and (min-width: 375px) {
  /* line 27, /Users/sg/Code/teller/blog.teller.io/source/stylesheets/site.css.scss */
  video.iphone, img.iphone {
    background: url("/images/iphone.png");
    background-size: cover;
    padding: 80px 24px;
    width: 320px;
    margin: 5rem auto;
    display: block; }
    /* line 35, /Users/sg/Code/teller/blog.teller.io/source/stylesheets/site.css.scss */
    video.iphone + p.description, img.iphone + p.description {
      text-align: center;
      margin: 5rem auto; }

  /* line 42, /Users/sg/Code/teller/blog.teller.io/source/stylesheets/site.css.scss */
  video.app {
    margin: 1rem 0.25rem;
    box-shadow: 0 1px 5px #999; }

  /* line 47, /Users/sg/Code/teller/blog.teller.io/source/stylesheets/site.css.scss */
  img.app {
    margin: 1rem auto;
    box-shadow: 0 1px 5px #999;
    display: block; } }
/* line 54, /Users/sg/Code/teller/blog.teller.io/source/stylesheets/site.css.scss */
video {
  width: 100%; }

/* line 58, /Users/sg/Code/teller/blog.teller.io/source/stylesheets/site.css.scss */
img {
  max-width: 100%; }

/* line 63, /Users/sg/Code/teller/blog.teller.io/source/stylesheets/site.css.scss */
body {
  font-family: sans-serif;
  box-sizing: border-box;
  padding: 0.75rem 1rem;
  margin: 0 auto;
  max-width: 800px;
  min-width: 320px;
  font-weight: 300;
  color: #555; }
  /* line 74, /Users/sg/Code/teller/blog.teller.io/source/stylesheets/site.css.scss */
  body nav .logo {
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: -2px;
    text-decoration: none;
    color: #16b1ff; }
  /* line 82, /Users/sg/Code/teller/blog.teller.io/source/stylesheets/site.css.scss */
  body nav .button {
    float: right;
    margin: 0.1rem 0;
    text-decoration: none;
    border: 1px solid #16b1ff;
    color: #16b1ff;
    border-radius: 0.4rem;
    padding: 0.6rem;
    font-size: 0.9rem; }
  /* line 94, /Users/sg/Code/teller/blog.teller.io/source/stylesheets/site.css.scss */
  body h1 {
    font-size: 1.5rem;
    margin: 1rem 0; }
    /* line 98, /Users/sg/Code/teller/blog.teller.io/source/stylesheets/site.css.scss */
    body h1 a {
      color: #16b1ff;
      text-decoration: none; }
      /* line 102, /Users/sg/Code/teller/blog.teller.io/source/stylesheets/site.css.scss */
      body h1 a:visited {
        color: #16b1ff; }
      /* line 106, /Users/sg/Code/teller/blog.teller.io/source/stylesheets/site.css.scss */
      body h1 a:hover {
        text-decoration: underline; }
  /* line 113, /Users/sg/Code/teller/blog.teller.io/source/stylesheets/site.css.scss */
  body h2 {
    font-size: 1.45rem;
    line-height: 1.75rem; }
  /* line 118, /Users/sg/Code/teller/blog.teller.io/source/stylesheets/site.css.scss */
  body h3 {
    font-size: 1.25rem; }
  /* line 122, /Users/sg/Code/teller/blog.teller.io/source/stylesheets/site.css.scss */
  body main {
    padding-bottom: 2rem;
    font-size: 1.1rem;
    line-height: 2rem; }
    /* line 127, /Users/sg/Code/teller/blog.teller.io/source/stylesheets/site.css.scss */
    body main strong {
      color: #444; }
    /* line 131, /Users/sg/Code/teller/blog.teller.io/source/stylesheets/site.css.scss */
    body main h1, body main h2, body main h3 {
      color: #16b1ff;
      font-weight: normal;
      margin: 2rem 0; }
    /* line 137, /Users/sg/Code/teller/blog.teller.io/source/stylesheets/site.css.scss */
    body main article {
      margin: 2rem 0 5rem; }
    /* line 141, /Users/sg/Code/teller/blog.teller.io/source/stylesheets/site.css.scss */
    body main pre {
      background: #fff;
      display: inline-block;
      padding: 1.5rem;
      color: #222;
      border-radius: 0.5rem;
      border: 1px #ddd solid;
      overflow: scroll;
      max-width: 100%; }
