@media all {
  body {
      font: normal 100% Open Sans,Helvetica,sans-serif;
      background-color: #fff;
      color: #000;
      padding: .6em;
      -webkit-font-smoothing: antialiased;
  }
  .container {
      overflow: hidden;
      padding: 0 1em;
      max-width: 45em;
      margin: auto;
  }

  /* blog title */
  .top {
    width: inherit;
    text-align: center;
    text-decoration: none;
  }
  .top a {
    font-size: 2em;
    color: #333;
    letter-spacing: .01em;
    margin: 0 .05em 0 0;
    border: none;
    text-decoration: none;
  }
  .top a:hover {
    color: #6e6e6e;
  }

  h1 {
    font-family: acta-display, Georgia, Times, serif;
    font-size: 3em;
    color: #333;
    font-weight: normal;
    margin-top: 1em;
    text-align: center;
  }

  h2 {
    font-family: acta-display, Georgia, Times, serif;
    font-size: 1.8em;
    color: #666;
    font-weight: normal;
    line-height: 1em;
    margin-top: 1.5em;
    text-align: center;
  }

  h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-top: 10px;
    font-size: 1.5em;
    color: #000;
  }
  img {
    border: 0;
    padding: 3px;
  }
  img a { border: 0 }
  p {
    line-height: 1.45em;
    margin: .7em 0 0 0;
    font-family: ff-meta-serif-web-pro, Georgia, Cambria, 'Times New Roman', Times, serif;
    font-size: 1.3em;
    color: #333;
    -webkit-font-smoothing: antialiased;
  }

  .body a#posttitle {
    color: #333;
    text-decoration: none;
    border: 0;
    border-width: 0;
    border-style: none;
  }
  .body a#posttitle:hover {
    color: #666;
  }
  /* post styles */
  .body strong { font-weight: bold }
  .body a:link {
    color: #303030;
    text-decoration: none;
    border-width: 0 0 1px 0;
    border-style: none none solid none;
    border-color: #c0c0c0;
  }
  .body a:visited {
    color: #303030;
    text-decoration: none;
    border-width: 0 0 1px 0;
    border-style: none none solid none;
    border-color: #c0c0c0;
  }
  .body a:hover {
    color: #999;
    border-width: 0 0 1px 0;
    border-style: none none solid none;
    border-color: #c0c0c0;
    text-decoration: none;
  }
  .body ul {
    list-style-type: disc;
    padding: .1em .0 0 1em;
    margin-top: .5em;
    font-family: ff-meta-serif-web-pro, Georgia, Cambria, 'Times New Roman', Times, serif;
    font-size: 1.3em;
    -webkit-font-smoothing: antialiased;
  }
  .body ol {
    list-style-type: decimal;
    padding: .1em 0 0 1em;
    margin-top: .5em;
    font-family: ff-meta-serif-web-pro, Georgia, Cambria, 'Times New Roman', Times, serif;
    font-size: 1.3em;
    -webkit-font-smoothing: antialiased;
  }
  .body li {
    line-height: 1.5em;
    padding: .2em 0 0 0;
    color: #333;
  }
  .body li strong { font-weight: bold }
  .body blockquote {
    border-left: 2px solid #a5abab;
    margin: 1.8em .8em;
    padding: 0 1em 0 1em;
    color: #666;
    font-family: Open Sans,Helvetica,sans-serif;
  }
  /* line at bottom of post */
  .home_bottom {
    border-bottom: 1px solid #efefef;
    font-family: Open Sans,Helvetica,sans-serif;
    font-size: 2em;
    line-height: 2.5em;
    color: #dedede;
  }
  /* "see all posts" at bottom of home page */
  a.all_posts {
      font-size: 2.4em;
      font-weight: bold;
      height: 1.25em;
      line-height: 1.25em;
      margin-bottom: 1em;
      color: #d3d3d3;
  }
  a.all_posts:visited  { color: #d3d3d3 }
  a.all_posts:hover  { color: #666 }

  /* navigation text at the top of my site */
  .navigation {
    padding-top: 15px;
    width: 100%;
    text-align: center;
    text-decoration: none;
  }

  .navigation a:link {
    text-decoration: none;
  }

  .navigation a:hover {
    text-decoration: underline;
  }

  .navigation li {
    list-style: none;
    display: inline;
    font-size: 1em;
    letter-spacing: .22em;
    text-align: center;
    color: #333;
    padding: 0;
    margin: 0;
    margin-left: 0;
    padding-left: 5px;
    font-family: "Open Sans", Helvetica, sans-serif;
  }
  .navigation a {
    color: #333;
  }

  .center {
    text-align: center;
  }

  .btn {
    border-radius: 5px;
    padding: 15px 25px;
    font-size: 16px;
    text-decoration: none;
    margin: 15px;
    color: #fff;
    position: relative;
    display: inline-block;
  }

  .btn:active {
    transform: translate(0px, 5px);
    -webkit-transform: translate(0px, 5px);
    box-shadow: 0px 1px 0px 0px;
  }

  .green {
    background-color: #2ecc71;
    box-shadow: 0px 5px 0px 0px #15B358;
  }

  .green:hover {
    background-color: #48E68B;
  }
}

/* for iPad-sized devices */
@media only screen and (max-device-width: 800px) {
  /* makes blog title not fade on touch screen */
  .top {
    margin: auto;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .navigation li {
    font-size: .8em;
    display: inline;
  }
  .subscribe ul {
    margin-top: 4em;
    font-size: 1.8em;
  }
  h1 { font-size: 2.5em; }
  h2 { font-size: 2em; }
  h3 { font-size: 1.7em; }
  p {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  .body ul {
    font-size: 1.5em;
    line-height: 1em;
    padding: .1;
  }
  .body ol {
    font-size: 1.5em;
    line-height: 1em;
    padding: .1;
  }
}

/* for narrower browsers */
@media screen and (max-width: 800px) {
  .navigation p { font-size: .8em }
  .subscribe ul {
    margin-top: 4em;
    font-size: 1.8em;
  }
  h1 { font-size: 2.5em; }
  h2 { font-size: 2em; }
  h3 { font-size: 1.7em; }
  p {
    font-size: 1.4em;
    line-height: 1.5em;
  }
  .body ul {
    font-size: 1.4em;
    line-height: 1em;
    padding: .1;
  }
  .body ol {
    font-size: 1.5em;
    line-height: 1em;
    padding: .1;
  }
}

/* for iPhone-sized devices */
@media only screen and (max-device-width: 480px) {
  body {
    width: 90%;
    margin: 0 0;
    padding: 0 0;
  }
  .container { width: 100%; }
  h1 { font-size: 2.5em }
  h2 { font-size: 2em }
  h3 { font-size: 1.8em }
  p {
    font-size: 1.2em;
    line-height: 1.4em;
  }
  .body ul {
    list-style-type: disc;
    list-style-position: inside;
    font-size: 1.2em;
    line-height: 1em;
    padding: .5em;
    margin: 0;
  }
  .body ol {
    list-style-position: inside;
    font-size: 1.2em;
    line-height: 1em;
    padding: .5em;
    margin: 0;
  }
  .body li {
    margin: 0;
  }
  .navigation p { font-size: 1.5em }
  .subscribe p {
    font-size: 1em;
    margin-top: 1em;
  }
}

