/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn, em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #B57801;
  border-radius: 0.1875em;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: .75em 1em;
  text-decoration: none; }
  button:hover,
  input[type="submit"]:hover {
    background-color: #694601;
    color: white; }

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: "Alegreya Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Alegreya Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #B57801;
  text-decoration: none; }
  a:hover {
    color: #694601; }
  a:active, a:focus {
    color: #694601;
    outline: none; }

hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img {
  margin: 0;
  max-width: 100%; }

blockquote {
  border-left: 3px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: #737373;
  font-style: italic; }
  cite:before {
    content: '\2014 \00A0'; }

fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Alegreya Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0.1875em;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Alegreya Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
  select[multiple=multiple]:hover {
    border-color: #c4c4c4; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  select[multiple=multiple]:focus {
    border-color: #477DCA;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  width: 100%; }

select {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.5em; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0; }

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

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.highlighter-rouge .c {
  color: #586e75 !important;
  font-style: italic !important; }

.highlighter-rouge .cm {
  color: #586e75 !important;
  font-style: italic !important; }

.highlighter-rouge .cp {
  color: #586e75 !important;
  font-style: italic !important; }

.highlighter-rouge .c1 {
  color: #586e75 !important;
  font-style: italic !important; }

.highlighter-rouge .cs {
  color: #586e75 !important;
  font-weight: bold !important;
  font-style: italic !important; }

.highlighter-rouge .err {
  color: #dc322f !important;
  background: none !important; }

.highlighter-rouge .k {
  color: #cb4b16 !important; }

.highlighter-rouge .o {
  color: #93a1a1 !important;
  font-weight: bold !important; }

.highlighter-rouge .p {
  color: #93a1a1 !important; }

.highlighter-rouge .ow {
  color: #2aa198 !important;
  font-weight: bold !important; }

.highlighter-rouge .gd {
  color: #93a1a1 !important;
  background-color: #372c34 !important;
  display: inline-block; }

.highlighter-rouge .gd .x {
  color: #93a1a1 !important;
  background-color: #4d2d33 !important;
  display: inline-block; }

.highlighter-rouge .ge {
  color: #93a1a1 !important;
  font-style: italic !important; }

.highlighter-rouge .gr {
  color: #aa0000; }

.highlighter-rouge .gh {
  color: #586e75 !important; }

.highlighter-rouge .gi {
  color: #93a1a1 !important;
  background-color: #1a412b !important;
  display: inline-block; }

.highlighter-rouge .gi .x {
  color: #93a1a1 !important;
  background-color: #355720 !important;
  display: inline-block; }

.highlighter-rouge .go {
  color: #888888; }

.highlighter-rouge .gp {
  color: #555555; }

.highlighter-rouge .gs {
  color: #93a1a1 !important;
  font-weight: bold !important; }

.highlighter-rouge .gu {
  color: #6c71c4 !important; }

.highlighter-rouge .gt {
  color: #aa0000; }

.highlighter-rouge .kc {
  color: #859900 !important;
  font-weight: bold !important; }

.highlighter-rouge .kd {
  color: #268bd2 !important; }

.highlighter-rouge .kp {
  color: #cb4b16 !important;
  font-weight: bold !important; }

.highlighter-rouge .kr {
  color: #d33682 !important;
  font-weight: bold !important; }

.highlighter-rouge .kt {
  color: #2aa198 !important; }

.highlighter-rouge .n {
  color: #268bd2 !important; }

.highlighter-rouge .na {
  color: #268bd2 !important; }

.highlighter-rouge .nb {
  color: #859900 !important; }

.highlighter-rouge .nc {
  color: #d33682 !important; }

.highlighter-rouge .no {
  color: #b58900 !important; }

.highlighter-rouge .ni {
  color: #800080; }

.highlighter-rouge .nl {
  color: #859900 !important; }

.highlighter-rouge .ne {
  color: #268bd2 !important;
  font-weight: bold !important; }

.highlighter-rouge .nf {
  color: #268bd2 !important;
  font-weight: bold !important; }

.highlighter-rouge .nn {
  color: #b58900 !important; }

.highlighter-rouge .nt {
  color: #268bd2 !important;
  font-weight: bold !important; }

.highlighter-rouge .nx {
  color: #b58900 !important; }

.highlighter-rouge .bp {
  color: #999999; }

.highlighter-rouge .vc {
  color: #008080; }

.highlighter-rouge .vg {
  color: #268bd2 !important; }

.highlighter-rouge .vi {
  color: #268bd2 !important; }

.highlighter-rouge .nv {
  color: #268bd2 !important; }

.highlighter-rouge .w {
  color: #bbbbbb; }

.highlighter-rouge .mf {
  color: #2aa198 !important; }

.highlighter-rouge .m {
  color: #2aa198 !important; }

.highlighter-rouge .mh {
  color: #2aa198 !important; }

.highlighter-rouge .mi {
  color: #2aa198 !important; }

.highlighter-rouge .mo {
  color: #009999; }

.highlighter-rouge .s {
  color: #2aa198 !important; }

.highlighter-rouge .sb {
  color: #d14; }

.highlighter-rouge .sc {
  color: #d14; }

.highlighter-rouge .sd {
  color: #2aa198 !important; }

.highlighter-rouge .s2 {
  color: #2aa198 !important; }

.highlighter-rouge .se {
  color: #dc322f !important; }

.highlighter-rouge .sh {
  color: #d14; }

.highlighter-rouge .si {
  color: #268bd2 !important; }

.highlighter-rouge .sx {
  color: #d14; }

.highlighter-rouge .sr {
  color: #2aa198 !important; }

.highlighter-rouge .s1 {
  color: #2aa198 !important; }

.highlighter-rouge .ss {
  color: #990073; }

.highlighter-rouge .il {
  color: #009999; }

.highlighter-rouge div .gd, .highlighter-rouge div .gd .x, .highlighter-rouge div .gi, .highlighter-rouge div .gi .x {
  display: inline-block;
  width: 100%; }

code, pre {
  font-family: "Ubuntu Mono", Monaco, Menlo, Consolas, "Courier New", monospace; }

pre {
  border: 1px solid #ddd;
  background-color: #eef;
  padding: 0 .4em;
  margin-bottom: 20px !important;
  font-size: .9em; }

body {
  /* border-top: 7px solid $accent-secondary; */ }

header {
  height: 50px;
  margin-bottom: 12.5px;
  display: block;
  width: 100%;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 300; }
  header:after {
    content: "";
    display: table;
    clear: both; }
  header a.logo {
    float: left;
    max-height: 50px; }
    header a.logo img {
      max-height: 30px;
      margin-top: 10px;
      margin-bottom: 10px; }
  header #header-title {
    float: left; }
    header #header-title a {
      line-height: 50px;
      display: inline;
      font-size: 1.5em;
      color: #40526b; }
  header #social-links-header {
    float: right;
    margin-left: 10px; }
    header #social-links-header a {
      line-height: 50px;
      font-size: 1.1em;
      color: #40526b; }
  header nav {
    float: right;
    text-align: center; }
    header nav ul li {
      display: inline;
      text-decoration: none;
      line-height: 50px;
      font-size: .9em; }
      header nav ul li a {
        color: #40526b; }
        header nav ul li a:hover {
          color: #232d3b; }
      header nav ul li :after {
        content: " \00b7";
        font-weight: bold; }
    header nav li.no-bullet :after {
      content: none; }

section {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  width: 720px;
  margin: 10px auto;
  padding-top: 10px; }
  section:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 680px) and (max-width: 760px) {
    section {
      width: 600px; } }
  @media screen and (min-width: 500px) and (max-width: 680px) {
    section {
      width: 520px; } }
  @media screen and (max-width: 500px) {
    section {
      width: 300px; } }

h1 {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 1.2em;
  color: #40526b;
  margin-bottom: .4em; }
  @media screen and (min-width: 40em) {
    h1 {
      font-size: 1.7em; } }

h1.title {
  font-size: 1.4em; }
  @media screen and (min-width: 40em) {
    h1.title {
      font-size: 1.9em; } }

article {
  text-align: left; }
  article:after {
    content: "";
    display: table;
    clear: both; }
  article h1 {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1.2em;
    color: #40526b;
    margin-bottom: .4em; }
    @media screen and (min-width: 40em) {
      article h1 {
        font-size: 1.7em; } }
  article h1.title {
    font-size: 1.4em; }
    @media screen and (min-width: 40em) {
      article h1.title {
        font-size: 1.9em; } }
  article h2 {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: .3em; }
    @media screen and (min-width: 40em) {
      article h2 {
        font-size: 1.4em; } }
  article h3 {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: .3em; }
  article p.subtitle {
    color: rgba(51, 51, 51, 0.4);
    font-family: "Alegreya Sans", sans-serif;
    font-size: .9em;
    margin-bottom: .5em;
    margin-top: .3em; }
    article p.subtitle .date {
      float: right; }
  article p {
    font-family: "Alegreya Sans", sans-serif;
    line-height: 1.4em;
    font-size: 1.05em;
    font-weight: 300;
    margin-bottom: 1em; }
    article p span {
      font-family: "Alegreya Sans", sans-serif;
      font-size: 0.9em; }
  article p.author {
    font-family: "Alegreya Sans", sans-serif; }
  article ul {
    padding-left: 1em;
    margin: 0.2em 0;
    margin-bottom: 1.1em;
    list-style: disc; }
    article ul p {
      margin-bottom: 0.1em; }
  article ol {
    margin: 1em 0;
    list-style: decimal-leading-zero; }
  article pre code {
    border: none;
    font-size: 100%; }
  article code {
    border: 1px solid #ddd;
    background-color: #eef;
    font-size: 85%;
    padding: 0 .3em; }
  article hr {
    width: 40%;
    margin-left: auto;
    margin-right: auto; }
  article hr.fin {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
    margin-top: 60px; }
  article blockquote {
    font-size: 1.2em;
    border-color: #FFDC00;
    font-style: italic; }

footer {
  font-family: "Alegreya Sans", sans-serif;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  font-size: .9em;
  margin-top: 5px; }
  @media screen and (max-width: 760px) {
    footer {
      display: none; } }
  footer:after {
    content: "";
    display: table;
    clear: both; }
  footer #bio {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    display: table; }
    footer #bio:last-child {
      margin-right: 0; }
  footer aside {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    text-align: right; }
    footer aside:last-child {
      margin-right: 0; }
    footer aside p {
      margin-bottom: 1em; }
  footer #bio-image img {
    height: auto;
    width: 100px;
    max-width: none;
    display: block; }
  footer #bio-image {
    padding-right: .8em; }
  footer #bio-image, footer #bio-text {
    display: table-cell;
    vertical-align: top; }
  footer #bio-text p {
    margin-bottom: 0.5em; }
  footer #bio-social {
    margin-top: -12px; }
    footer #bio-social a {
      color: #40526b;
      font-size: 1.8em; }
    footer #bio-social #social-links-footer {
      display: inline-block;
      position: relative;
      top: 4px;
      left: 4px; }
  footer #copyright-footer {
    width: 100%;
    text-align: center; }
  footer h3 {
    font-size: 1em; }

#writeup img {
  padding: 5px;
  border: 1px solid #AAA;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  display: block;
  margin-bottom: 10px; }
#writeup .book-summary a, #writeup .book-summary span {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 300;
  font-size: 1.05em;
  display: block; }

#post img.emoji {
  margin: 0;
  display: inline; }
#post img {
  margin: 0 auto;
  display: block; }

#fine-print {
  text-align: center;
  font-size: 11px;
  color: #666; }

#series h3 {
  color: #40526b;
  text-align: center;
  font-family: "Alegreya Sans", sans-serif; }
#series p {
  color: rgba(51, 51, 51, 0.4);
  font-family: "Alegreya Sans", sans-serif;
  text-align: center;
  font-size: 0.9em;
  width: 75%;
  margin: 0 auto 0.75em auto; }
#series ul {
  overflow: hidden;
  padding-bottom: 40px; }
#series li {
  text-align: center;
  font-family: "Alegreya Sans", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
  color: #B57801; }
  @media screen and (min-width: 40em) {
    #series li {
      width: 48%;
      margin-left: 1%;
      margin-right: 1%;
      float: left;
      display: inline; } }
  #series li.favorite {
    font-weight: 700; }

#archive h2 {
  color: rgba(51, 51, 51, 0.4); }
#archive ul {
  margin: 0 0 1em 0;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 300; }
#archive .favorite {
  font-weight: 700; }