/*   --------------------------------------------------------------------------
     MrTeacup.org Main CSS
     -------------------------------------------------------------------------- */
.mobile-nav {
  display: none; }

/*   --------------------------------------------------------------------------
     Reset.css
     -------------------------------------------------------------------------- */
/* reset.css */
html {
  margin: 0;
  padding: 0;
  border: 0; }

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

body {
  line-height: 1.625;
  background: white; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  float: none !important; }

table, th, td {
  vertical-align: middle; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ''; }

blockquote, q {
  quotes: "" ""; }

a img {
  border: none; }

:focus {
  outline: 0; }

i, cite, em, address {
  font-style: italic; }

/*   --------------------------------------------------------------------------
     Structure
     -------------------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */ }

* {
  box-sizing: border-box; }

body {
  font-family: georgia, serif;
  font-weight: 300;
  color: #000;
  font-size: 16px;
  margin-top: 50px; }

a {
  color: #07a4db;
  text-decoration: none;
  -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s; }
  a:hover {
    text-decoration: underline;
    color: #0082b9; }

#fixnav {
  background: #fff;
  height: 63px;
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  font-weight: 400;
  color: #333;
  line-height: 60px;
  margin-top: -65px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-animation-timing-function: ease-out; }
  #fixnav .fixnav_logo {
    float: left;
    padding-left: 50px; }
  #fixnav .sharing {
    float: right;
    margin-right: 32px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500; }
    #fixnav .sharing svg:hover path {
      fill: #26c4f1; }
    #fixnav .sharing svg#facebook-icon:hover path {
      fill: #244872; }
    #fixnav .sharing svg {
      vertical-align: -8px;
      margin-left: 5px;
      height: 24px; }
    #fixnav .sharing svg path {
      fill: #aaa; }
  #fixnav img {
    margin-right: 32px; }
  #fixnav.show {
    margin-top: 0; }

#progress {
  clear: both;
  height: 3px;
  background: -webkit-linear-gradient(0deg, #7f5da7, #46c0c0);
  width: 0; }

header {
  padding: 0 50px;
  float: left;
  width: 340px; }
  header a.logo {
    background-size: 201px 78px;
    text-decoration: none;
    letter-spacing: 1px;
    display: block;
    text-align: left;
    margin-bottom: 32px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2em; }
  header nav {
    text-align: left;
    color: #999;
    letter-spacing: 2px;
    margin: 32px 0 32px;
    font-size: 16px; }
    header nav a {
      font-family: 'Exo 2', sans-serif;
      font-weight: 300;
      font-style: normal;
      margin: 0 0 16px 0;
      letter-spacing: 0;
      color: #888; }
      header nav a:hover {
        color: #07a4db;
        text-decoration: none; }
  header hr {
    border: 0;
    border-top: 1px solid #ddd;
    width: 50%;
    text-align: left;
    margin: 0;
    margin-bottom: 32px; }
  header div.section {
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    margin-bottom: 32px; }
    header div.section h3 {
      letter-spacing: 2px;
      font-size: 12px;
      font-weight: 600;
      color: #333;
      text-transform: uppercase; }
    header div.section p {
      font-size: 17px;
      color: #333;
      font-family: georgia, serif;
      font-weight: 300;
      font-weight: 300; }
      header div.section p a {
        color: #07a4db;
        font-size: 13px;
        font-family: 'Exo 2', sans-serif;
        font-weight: 300;
        font-weight: 500; }
        header div.section p a:hover {
          text-decoration: none;
          color: #0082b9; }
    header div.section ul {
      list-style: none; }
      header div.section ul li a {
        font-size: 14px;
        color: #888; }
        header div.section ul li a:hover {
          color: #07a4db;
          text-decoration: none; }

article {
  margin: 0 20px 0 340px;
  width: 640px; }

footer {
  border-top: 1px solid #ddd;
  padding: 50px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  color: #999; }
  footer a {
    color: #333; }
    footer a:hover {
      text-decoration: none;
      color: #07a4db; }
  footer .footer-links {
    padding-top: 2px;
    line-height: 1.35em; }
  footer .footer-logo {
    float: left;
    margin-right: 25px; }
  footer .copyright {
    color: #888;
    font-size: 13px; }

/*   --------------------------------------------------------------------------
     Text
     -------------------------------------------------------------------------- */
.article-header {
  margin-bottom: 64px;
  padding-top: 7px; }
  .article-header .datetime {
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 2px; }
  .article-header .note {
    font-size: 15px;
    color: #333;
    margin-top: 40px;
    padding: 14px 10px;
    border-top: 1px solid #07a4db;
    border-bottom: 1px solid #07a4db;
    font-style: italic;
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    font-weight: 500; }
    .article-header .note a {
      color: #07a4db; }
  .article-header h1 {
    font-size: 51px;
    line-height: 1.2em;
    font-family: 'Source Serif Pro', georgia, serif;
    font-weight: 400;
    color: #07a4db; }
    .article-header h1.gradient {
      background: -webkit-linear-gradient(0deg, #7f5da7, #46c0c0);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .article-header h2 {
    font-size: 32px;
    font-style: normal;
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    color: #444;
    line-height: 1.2; }

.content {
  font-family: georgia, serif;
  font-weight: 300;
  color: #333;
  margin-bottom: 64px; }
  .content a {
    color: #0082b9; }
  .content li > ul li {
    margin-left: 1em; }
  .content p {
    margin: 1.5em 0;
    font-size: 17px; }
    .content p img {
      margin-left: -1em;
      max-width: 550px; }
    .content p:first-child {
      text-indent: 0; }
  .content blockquote {
    margin-left: 32px; }
    .content blockquote p {
      font-size: 14px;
      color: #555; }
  .content hr {
    border: 0;
    font-size: 27px;
    text-align: center; }
    .content hr::after {
      content: "\2767"; }
  .content p.fl {
    text-indent: 0; }
  .content .first-line {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    font-weight: 500; }
  .content h2 {
    font-size: 1.5em;
    font-family: georgia, serif;
    font-weight: 300; }
  .content .footnotes {
    font-size: 0.875em; }
    .content .footnotes li {
      margin-bottom: 1em; }

.content + .article-header {
  margin-top: 140px; }

/*   --------------------------------------------------------------------------
     Front Page
     -------------------------------------------------------------------------- */
.front-page {
  width: 880px;
  margin: auto;
  *zoom: 1; }
  .front-page:before, .front-page:after {
    content: " ";
    display: table; }
  .front-page:after {
    clear: both; }
  .front-page .front-page-header {
    *zoom: 1;
    margin: 50px 0 100px 0px; }
    .front-page .front-page-header:before, .front-page .front-page-header:after {
      content: " ";
      display: table; }
    .front-page .front-page-header:after {
      clear: both; }
    .front-page .front-page-header img {
      margin-left: 40px;
      float: left; }
    .front-page .front-page-header .front-description {
      margin-left: 49px;
      width: 450px;
      float: left;
      *zoom: 1; }
      .front-page .front-page-header .front-description:before, .front-page .front-page-header .front-description:after {
        content: " ";
        display: table; }
      .front-page .front-page-header .front-description:after {
        clear: both; }
    .front-page .front-page-header p {
      font-size: 22px;
      width: 450px;
      padding-top: 10px;
      font-family: 'Source Serif Pro', georgia, serif;
      font-weight: 400;
      line-height: 1.4; }
      .front-page .front-page-header p a {
        font-size: 14px;
        font-family: 'Exo 2', sans-serif;
        font-weight: 300;
        font-weight: 500;
        color: #07a4db;
        text-decoration: none; }
        .front-page .front-page-header p a:hover {
          color: #0082b9; }
  .front-page li {
    list-style: none;
    margin: 0; }
  .front-page ul.six-pack li {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 25px;
    width: auto;
    margin-bottom: 25px;
    background: #fff; }
    .front-page ul.six-pack li:last-child {
      margin-bottom: 0;
      border-bottom: 0; }
    .front-page ul.six-pack li .article-header {
      margin-bottom: 0;
      padding-top: 0; }
    .front-page ul.six-pack li .datetime {
      font-size: 14px;
      font-weight: 500;
      color: #333;
      margin-bottom: 0px; }
    .front-page ul.six-pack li h1 {
      font-size: 28px;
      font-weight: 500;
      color: #333; }
      .front-page ul.six-pack li h1 a {
        color: #333; }
        .front-page ul.six-pack li h1 a:hover {
          text-decoration: none; }
    .front-page ul.six-pack li h2 {
      font-size: 24px;
      margin-bottom: 6px; }
    .front-page ul.six-pack li p {
      font-size: 17px;
      color: #333; }
      .front-page ul.six-pack li p a {
        color: #07a4db;
        font-family: 'Exo 2', sans-serif;
        font-weight: 300;
        font-weight: 500;
        font-size: 14px; }
        .front-page ul.six-pack li p a:hover {
          color: #0082b9;
          text-decoration: none; }

.planets {
  margin-top: 100px;
  background: url(/static/images/planets-background-metareader.jpg) no-repeat 50% -450px;
  background-size: 1500px auto;
  height: 300px; }

/*   --------------------------------------------------------------------------
     autobio styles
     -------------------------------------------------------------------------- */
.hello {
  width: 550px;
  margin: auto;
  margin-bottom: 100px;
  margin-top: -60px; }

.autobio .content p img {
  margin: auto;
  display: block; }

/*   --------------------------------------------------------------------------
     Supplementary Block
     -------------------------------------------------------------------------- */
span.line {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block; }

#disqus_thread {
  *zoom: 1;
  width: 550px;
  margin: auto; }
  #disqus_thread:before, #disqus_thread:after {
    content: " ";
    display: table; }
  #disqus_thread:after {
    clear: both; }

/*   --------------------------------------------------------------------------
     Responsive CSS
     -------------------------------------------------------------------------- */
/* @media only screen and (device-width: 320px) { */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  #fixnav {
    display: none; }

  .fixnav_logo {
    padding-left: 10px; }

  .fixnav-title {
    display: none; }

  body {
    width: auto;
    margin-top: 0; }

  .shadow {
    padding-top: 0; }

  header {
    float: none;
    font-size: 12px;
    width: auto;
    margin: 0;
    padding: 16px;
    border-bottom: 1px solid #ddd; }
    header hr {
      display: none; }
    header a.logo {
      width: auto; }
    header nav, header .section {
      display: none; }

  .header, .supplementary, .content, article, .article-header {
    width: auto; }

  .supplementary {
    display: none; }

  .mobile-nav {
    display: block;
    padding: 0;
    font-family: 'Exo 2', sans-serif;
    font-weight: 300; }
    .mobile-nav nav {
      text-align: center;
      font-size: 16px; }
      .mobile-nav nav a {
        display: block;
        border-bottom: 1px solid #ddd;
        line-height: 48px;
        text-transform: uppercase; }
      .mobile-nav nav span {
        display: none; }

  .toc ul li {
    white-space: normal; }

  article {
    padding: 1em;
    margin: 0; }
    article .article-header .datetime {
      font-size: 0.75em; }
    article .article-header h1 {
      font-size: 36px;
      padding: 0; }
    article .article-header h2 {
      font-size: 18px;
      padding: 0; }
    article .content {
      padding: 0;
      width: auto; }
      article .content p img {
        max-width: 100%; }
      article .content ul {
        margin-left: 2em; }

  .front-page {
    width: auto; }
    .front-page .front-page-header {
      margin: 40px 0; }
      .front-page .front-page-header img {
        max-width: 80%;
        height: auto;
        margin-left: 10%;
        float: none; }
      .front-page .front-page-header .front-description {
        text-align: center;
        width: auto;
        margin-left: 0; }
      .front-page .front-page-header p {
        font-size: 18px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px; }
    .front-page ul.six-pack li {
      padding-left: 10px;
      padding-right: 10px; }
    .front-page ul.six-pack h1 {
      font-size: 28px; }
    .front-page ul.six-pack h2 {
      font-size: 24px;
      margin-bottom: 6px; }
    .front-page ul.six-pack p {
      font-size: 17px; }
      .front-page ul.six-pack p a {
        color: #07a4db;
        font-family: 'Exo 2', sans-serif;
        font-weight: 300;
        font-size: 14px; }
        .front-page ul.six-pack p a:hover {
          text-decoration: none; }

  .planets {
    margin-top: 100px;
    background-size: 1500px auto;
    height: 300px; } }
