@import url('https://fonts.googleapis.com/css?family=Oswald|Roboto+Slab');

code {
  background-color: #f7f7f7;
  font-family: "Fira Code", "Liberation Mono", Menlo, Courier, monospace;
  font-size: 13px;
  line-height: 1.6;
  border: 1px solid #ddd;
  border-radius: 4px;
}

pre code {
  width: 100% !important;
  padding-left: 0 !important;
  border: none;
  overflow: auto;
  word-wrap: normal;
  white-space: pre;
}

pre {
  width: 70%;
  background-color: #282b2e;
}

label.margin-toggle {
  display: none !important;
}

/* -------------------------------------- */
/* Author Info CSS */
/* -------------------------------------- */

.author_blurb {
  display: flex;
  flex-direction: row;    
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  padding-top: 20px;
}

.photo {
  width: 90px;
}

.author_info{
  width: 100%;
  display: flex;
  flex-direction: column;    
  padding-left: 15px;
  justify-content: center;
}


.social_links {
  line-height: 2.5em;
}

.social_links a {
  line-height: 2.5em;
  padding-right: 8px;
  text-decoration: none;
  background: none !important;
}

.social_buttons a:hover {
  color: #337ab7;
}

.name{
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.01rem;
  font-size: 1.9rem;
  padding-right: 15px;
}

.contact_info{
  align-content: bottom;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.contact_info a {
  background-repeat: no-repeat, no-repeat, no-repeat !important;
  text-decoration: none !important;
}

.contact_info a:active {
    outline: none;
}

.bio {
  height: 50px;
  padding-top: 0px;
}

.bio_text{
  padding-top: 5px;
  margin-top: auto;
  font-size: 1.1rem;
  line-height: 1.5em;
  font-weight: 200;
  color: #636363;
  letter-spacing: 0;
  text-indent: 0;
}

/* small screens */
@media all and (max-width: 550px) {

  .name{
    padding-right: 5px;
  } 
  
  .author_blurb {
    flex-direction: column;    
  }
  .author_photo {
    padding-bottom:12px;
    align-self: left;
  }
  .author_blurb {
    padding-top: 5px;
  }
  .author_info {
    padding-left: 0px;
  }
}

/* END Author Info CSS */


#disqus_thread {
  padding-top: 0px;
}

.main-header {
  width: 100%;
  height: 0;
  padding-top: 33.33%;
  position:relative;
  z-index:-1;
  margin:0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}

.brand{
  margin-bottom:-10px;
}

.brand a {
  background-repeat: no-repeat !important;
}

#blog_title {
  line-height: 50px;
  float: right;
  padding-right: 5px;
  right: 0;
}

#homepage{
  margin: 0 auto;
  color: #111111;
  width: 95%;
}

#homepage a {
   color: #000000;
}

@media only screen and (max-width: 550px) {
  body {
    width: 100% !important;
    padding: 5% !important;
  }
}

/* medium  screens */
@media only screen and (min-width: 550px) {
  #homepage{
    width: 95%;
  }
}

/* medium  screens */
@media only screen and (min-width: 600px) {
  #homepage{
    width: 90%;
  }
}

/* Medium-large screens */
@media only screen and (min-width: 760px) {
  #homepage{
    width: 75%;
  }
}

/* Large screens */
@media only screen and (min-width: 1200px) {
  #homepage{
    width: 60%;
  }
}

h1 {
  font-weight: 400;
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  font-size: 3rem;
  line-height: 1;
}


 h1 a:visited{
  color: inherit;
} 

p {
  font-size: .9em;
  color: #3a4145;
  text-rendering: geometricPrecision;
}

.thumbnail p {
  width: 100%;
}

span.content-meta {
  color: #64696e;
}

p, section, article, header, footer, .pure-g [class *= "pure-u"] {
    font-family: "Spectral", "Roboto Slab", "Helvetica Neue", "Lucida Grand", sans-serif;
}

/* Tufte CSS styles */
html { 
  font-size: 15px; 
  width: 100%;
}

body { 
  width: 87.5%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12.5%;
  font-family: "Spectral", "Roboto Slab", Georgia, serif !important;
  background-color: #fffff8;
  color: #111;
  max-width: 1400px;
  counter-reset: sidenote-counter; 
  overflow-x: hidden;
}

nav {
  font-family: 'Oswald';
}

h1 { 
  font-family: 'Oswald';
  font-weight: 400;
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  font-size: 34px;
  line-height: 1; 
}

h2 { 
  font-family: 'Oswald';
  font-weight: 400;
  margin-top: 2.1rem;
  margin-bottom: 0;
  font-size: 2.2rem;
  line-height: 1; 
}

h3 { 
  font-family: 'Oswald';
  font-weight: 400;
  font-size: 1.7rem;
  margin-top: 2rem;
  margin-bottom: 0;
  line-height: 1; 
}

p.subtitle { 
  font-style: italic;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  display: block;
  line-height: 1; 
}

.numeral { 
  font-family: "Spectral", "Roboto Slab"; 
}

.danger { 
  color: red; 
}

article { 
  position: relative;
  padding: 0; 
}

section { 
  padding-bottom: 1rem; 
}

p, ol, ul { 
  font-size: 1.1rem; 
  font-weight: 300;
}

p { 
  line-height: 1.75rem;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  padding-right: 0;
  vertical-align: baseline; 
}

/* Chapter Epigraphs */
div.epigraph { 
  margin: 5em 0; 
}

div.epigraph > blockquote { 
  margin-top: 3em;
  margin-bottom: 3em; 
}

div.epigraph > blockquote, div.epigraph > blockquote > p { 
  font-style: italic; 
}

div.epigraph > blockquote > footer { 
  font-style: normal; 
}

div.epigraph > blockquote > footer > cite { 
  font-style: italic; 
}

/* end chapter epigraphs styles */

blockquote { 
  font-size: 1.4rem; 
}

blockquote p { 
  width: 50%; 
}

blockquote footer { 
  width: 100%;
  font-size: 1.1rem;
  text-align: right; 
}

ol, ul { 
  width: 60%;
  -webkit-padding-start: 5%;
  -webkit-padding-end: 5%; 
}

li { 
  padding: 0.5rem 0; 
}

figure { 
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  max-width: 55%;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin: 0 0 3em 0; 
}

figcaption { 
  float: right;
  clear: right;
  margin-right: -48%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.6;
  vertical-align: baseline;
  position: relative;
  max-width: 40%; 
}

figure.fullwidth figcaption { 
  margin-right: 24%; 
}

/* Sidenotes, margin notes, figures, captions */
img { 
  max-width: 100%;
}

.sidenote, .marginnote { 
  float: right;
  clear: right;
  margin-right: -60%;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.3;
  vertical-align: baseline;
  position: relative; 
}

.table-caption { 
  float:right;
  clear:right;
  margin-right: -60%;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.0rem;
  line-height: 1.6; 
}

.sidenote-number { 
  counter-increment: sidenote-counter; 
}

.sidenote-number:after, .sidenote:before { 
  content: counter(sidenote-counter) " ";
  font-family: et-book-roman-old-style;
  position: relative;
  vertical-align: baseline; 
}

.sidenote-number:after { 
  content: counter(sidenote-counter);
  font-size: 1rem;
  top: -0.5rem;
  left: 0.1rem; 
}

.sidenote:before { 
  content: counter(sidenote-counter) " ";
  top: -0.5rem; 
}

p, table, div.table-wrapper-small, div.supertable-wrapper > p, div.booktabs-wrapper { 
  width: 55%; 
}

div.fullwidth, table.fullwidth { 
  width: 100%; 
}

div.table-wrapper { 
  overflow-x: scroll;
  font-family: "Trebuchet MS", "Gill Sans", "Gill Sans MT", sans-serif; 
}

.sans { 
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  letter-spacing: .03em; 
}

h1 .code, h2 .code, h3 .code { 
  font-size: 0.80em; 
}

.marginnote .code, .sidenote .code { 
  font-size: 1rem;
}

pre.code { 
  width: 90%;
  padding-left: 2.5%;
  overflow-x: scroll; 
}

.fullwidth { 
  max-width: 90%;
  clear: both; 
}

p img {
  max-width: 150%;
  width: 127%;
}


span.newthought { 
  font-variant: small-caps;
  font-size: 1.2em; 
}

input.margin-toggle { display: none; }

label.sidenote-number { display: inline; }

label.margin-toggle:not(.sidenote-number) { display: none; }

@media screen and (max-width: 760px) { 
  p, footer { 
    width: 90%;
  }
 pre.code {
   width: 87.5%; 
 }
 ul { 
   width: 85%; 
 }
 figure { 
   max-width: 90%; 
 }
 figcaption, figure.fullwidth figcaption { 
   margin-right: 0%;
   max-width: none; 
 }
 blockquote p, blockquote footer { 
   width: 90%; 
 }
 
 label { 
    cursor: pointer; 
    
  }
  pre.code { 
    width: 90%;
    padding: 0; 
  }
  .table-caption { 
    display: block;
    float: right;
    clear: both;
    width: 98%;
    margin-bottom: 0.5rem;
    margin-left: 1%;
    margin-right: 1%;
    vertical-align: baseline;
    position: relative; 
    
  }
  div.table-wrapper, table, table.booktabs { 
    width: 85%; 
  }
  div.table-wrapper { 
    border-right: 1px solid #efefef; 
  }
}

/* Medium screens */
@media only screen and (max-width: 760px) {

  pre {
   width: 85%;
  }
  pre code {
    width: 90% !important;
    padding: 0 !important;
  }
  .marginnote {
    display: block;
    float: left;
    left: 1rem;
    clear: both;
    width: 95%;
    margin: 1rem 2.5%;
    vertical-align: baseline;
    position: relative;
    font-style: italic;
    border-top: 1px double;
    border-bottom: 1px double;
    margin-left: 0;
    padding: 4px;
  }
}

/* Nav Menu */
.u-header {
  margin-bottom: .5rem;
  padding-top: 1rem;
}

.bar a {
  text-decoration: none;
  background: #eee;
  padding: 5px;
  border-radius: 5px;
  color: #337ab7 !important;
}
.bar a:hover {
  color: #23527c !important;
}
.bar ul {
  list-style: none;
  line-height: 3em;
  margin: 0;
  padding: 0;
}
.bar li {
  display: inline;
  font-size: 1rem;
  margin-right: 1rem;
  margin-left: 0;
}
@media (min-width: 40rem) {
  .bar li {
    font-size: 1rem;
  }
}
/* Social Buttons */
.social_buttons i {
  color: #337ab7 !important;
}
.social_buttons i:hover {
  color: #23527c !important;
}