/* General */

body {
  font-family: RoslindaleText, Charter, serif;
  font-size: 100%;
  line-height: 1.5;
  background: #111111;
  color: white;
  text-rendering: optimizeLegibility;
}

#container {
  max-width: 60em;
  margin: auto;
}

@media screen and (min-width: 30em) {
  body {
    font-size: 120%;
    line-height: 1.6;
  }
}

@media screen and (min-width: 55em) {
  body {
    font-size: 125%;
  }
}

.clearfix:after, .cards:after {
  content: "";
  display: table;
  clear: both;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* General */

img {
  max-width: 100%;
}

a {
  color: inherit;
}

a:hover, a:focus, a:active {
  text-decoration: underline;
  outline: none;
}

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

strong {
  font-weight: bold;
}

h1 {
  font-weight: bold;
  font-size: 2em;
  line-height: 1;
}

@media screen and (min-width: 30em) {
  h1 {
    font-size: 2.5em;
  }
}

h2 {
  margin: 0 0 1.5em;
  font-family: Franklin, sans-serif;
  font-weight: bold;
}

article h2 {
  margin-top: 3em;
  font-family: RoslindaleText, Charter, serif;
}

h3 {
  margin-top: 1.5em;
  font-family: Franklin, sans-serif;
  font-weight: bold;
}

h4 {
  margin: 0 0 2em;
  font-family: Franklin, sans-serif;
  font-weight: bold;
  color: #888;
}

p {
  margin-bottom: 1.35em;
  max-width: 35em;
}

ul, ol {
  margin-bottom: 1.35em;
}

ul li, ol li {
  margin-bottom: .675em;
}

blockquote {
  margin: 1.5em auto;
  font-style: italic;
  max-width: 37em;
  border-left: 0.25em solid rgba(0, 0, 0, 0.1);
  padding-left: .75em;
  padding-right: 1em;
}

blockquote cite {
  font-style: normal;
}

hr {
  border: none;
  border-top: 3px solid white;
  margin: .25em 0;
}

article hr {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  width: 50%;
  margin: 3em auto;
}

hr.space {
  border: none;
  margin: 3em auto;
}

figure {
  margin-bottom: 1.5em;
}

figure img {
  display: block;
  margin-bottom: 1.5em;
}

figure figcaption {
  font-style: italic;
  font-size: .9em;
  margin-top: -.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

figure figcaption p {
  max-width: 38.88889em;
}

figure.middle img {
  margin: 0 auto 1.5em auto;
}

figure.small {
  max-width: 50%;
  margin: auto;
  text-align: center;
}

figure.medium {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 30em) {
  figure.left {
    float: left;
    max-width: 45%;
    margin-right: 1.5em;
  }
  figure.right {
    float: right;
    max-width: 45%;
    margin-left: 1.5em;
  }
  figure.right.smaller {
    max-width: 27%;
  }
}

@media screen and (min-width: 50em) {
  figure.small {
    max-width: 33.33333%;
  }
}

ul {
  list-style: square;
}

small {
  font-family: Franklin, sans-serif;
  color: #AAA;
  font-weight: normal;
}

ul.cols {
  list-style: none;
}

.cols {
  margin-bottom: 3em;
}

.cols-wide {
  font-family: Franklin, sans-serif;
  font-size: .9em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  max-width: 40em;
}

@media screen and (min-width: 30em) {
  .cols-max-3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    max-width: 40em;
  }
}

@media screen and (min-width: 50em) {
  .cols-max-4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    max-width: 60em;
  }
}

/* Layout */

.row {
  margin: 0 -.5em;
}

article .row {
  max-width: 36em;
  margin: 0 auto;
}

.column {
  float: left;
}

.module {
  margin: 0 .5em;
}

@media screen and (min-width: 20em) {
  .half {
    width: 50%;
  }
  .third, .thirds {
    width: 50%;
  }
  .fourth, .fourths {
    width: 50%;
  }
  .fifth, .fifths {
    width: 50%;
  }
  .sixth, .sixths {
    width: 50%;
  }
}

@media screen and (min-width: 30em) {
  .one.third, .one.thirds {
    width: 33.33333%;
  }
  .two.third, .two.thirds {
    width: 66.66667%;
  }
  .one.fourth, .one.fourths {
    width: 25%;
  }
  .three.fourth, .three.fourths {
    width: 75%;
  }
  .fifth, .fifths {
    width: 33.33333%;
  }
  .three.fifths, .four.fifths {
    width: 66.66667%;
  }
  .sixth, .sixths {
    width: 33.33333%;
  }
  .five.sixths {
    width: 66.66667%;
  }
}

@media screen and (min-width: 50em) {
  .one.fifth, .one.fifths {
    width: 20%;
  }
  .two.fifth, .two.fifths {
    width: 40%;
  }
  .three.fifth, .three.fifths {
    width: 60%;
  }
  .four.fifth, .four.fifths {
    width: 80%;
  }
  .sixth, .sixths {
    width: 16.66667%;
  }
}

.cover {
  margin: 0 1.5em;
}

#page {
  background: #FFF;
  margin: 0 0 1.5em;
  color: black;
  position: relative;
}

@media screen and (min-width: 30em) {
  #page {
    margin: 0 1.5em 1.5em;
  }
}

a.badge:hover {
  background: #333;
  text-decoration: none;
}

a.badge:active {
  top: 2px;
}

.badge {
  display: block;
  text-decoration: none;
  margin: -2.5em auto -4em -2em;
  width: 4em;
  height: 4em;
  border-radius: 4em;
  color: white;
  background: black;
  box-shadow: 0 0 1px 1px white, 0 0 1px 2px white, 0 0 1px 3px white, 0 0 1px 4px black, 0 0 1px 5px black;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
}

.badge h2 {
  margin: 0;
  padding: 2em 0;
  text-align: center;
  font-family: Franklin, sans-serif;
  text-transform: uppercase;
  font-size: .5em;
  letter-spacing: .2em;
}

.badge h2 strong {
  display: block;
  font-family: RoslindaleText, Charter, serif;
  font-size: 3em;
  font-style: italic;
  line-height: 1;
}

.toc {
  position: relative;
}

.toc.outset {
  margin: 0 -.5em;
}

.toc.before {
  display: none;
}

@media screen and (min-width: 60em) {
  .toc.before {
    display: block;
  }
}

.tagline {
  font-size: 1.125em;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid white;
  padding: .5em 0;
  margin-bottom: 2em;
  text-align: center;
}

@media screen and (min-width: 50em) {
  .tagline {
    text-align: left;
    margin-bottom: 1.5em;
  }
}

.cards {
  padding: .25em;
}

#page .cards {
  background: #111111;
  border: .25em solid white;
}

.toc.after .cards {
  margin: 0 1em;
}

.cards .container {
  float: left;
  width: 50%;
}

.cards .container:nth-child(2n+1) {
  clear: left;
}

@media screen and (min-width: 50em) {
  .cards .container {
    width: 33.33333%;
  }
  .cards .container:nth-child(2n+1) {
    clear: none;
  }
  .cards .container:nth-child(3n+1) {
    clear: left;
  }
}

.cards a.card {
  display: block;
  margin: .25em;
  text-decoration: none;
  color: white;
}

.cards a.card .pic img {
  display: block;
}

.cards a.card header {
  text-align: left;
}

.cards a.card header .inner {
  padding: .5em 0 1em;
}

.cards a.card:hover h2 {
  text-decoration: underline;
}

.cards a.card h1, .cards a.card h2, .cards a.card h3, .cards a.card h4 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1;
}

.cards a.card h2 {
  font-family: Franklin, sans-serif;
  font-weight: bold;
}

.cards a.card h4 {
  font-family: RoslindaleText, Charter, serif;
  font-size: .75em;
  color: rgba(255, 255, 255, 0.5);
  margin-top: .2em;
}

.smalls {
  margin: 0 1.5em;
}

.smalls .hd h2 {
  text-align: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.smalls .feature-smalls {
  margin: 2em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.banner {
  display: block;
  text-align: center;
  padding: .25em 1.5em;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.banner strong {
  font-family: Franklin, sans-serif;
  white-space: nowrap;
}

.banner em {
  font-style: normal;
  text-decoration: underline;
  white-space: nowrap;
}

.banner:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.25);
}

@media screen and (min-width: 50em) {
  .banner {
    font-size: .75em;
  }
}

.banner p {
  text-align: center;
  margin: 0;
}

/* Primary Header */

#primary-header {
  padding: .75em 1.5em .25em;
  text-align: center;
}
@media screen and (min-width: 60em) {
  #primary-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#primary-header h1 {
  font-family: RoslindaleDisplayCondensed, Charter, serif;
  font-size: 2.7em;
  line-height: 1.3;
}
#primary-header h1 a {
  display: block;
  color: #FFF;
  text-decoration: none;
}
#primary-header nav {
  margin: 1em 0;
  font-size: .9em;
  font-weight: bold;
}

#primary-header nav a {
  display: inline-block;
  margin-right: .5em;
  text-decoration: none;
  color: white;
  font-family: Franklin, sans-serif;
}
#primary-header nav a:last-child {
  margin-right: 0;
}
@media screen and (min-width: 30em) {
  #primary-header nav a {
    margin-right: 1.25em;
  }
}
#primary-header nav a:hover {
  text-decoration: underline;
}
#primary-header nav a.button {
  background: white;
  color: black;
  padding: .25em 1em;
  border-radius: 3px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}

#page-footer {
  border-top: 2px solid white;
  padding-top: 1.5em;
  margin: 1.5em;
}

#page-footer p {
  margin-left: auto;
  margin-right: auto;
}

#page-footer .meta {
  text-align: center;
  margin: 1.5em 0;
  font-family: Franklin, sans-serif;
  font-weight: bold;
}

#page-footer .meta a {
  text-decoration: none;
}

#page-footer .meta a:hover {
  text-decoration: underline;
}

#page-footer .social {
  text-align: center;
  margin: 1.5em 0;
  font-family: Franklin, sans-serif;
}

#page-footer .social a {
  text-decoration: none;
  margin: 0 .5em;
}

#page-footer .social a .ss-icon {
  position: relative;
  top: .1em;
}

#page-footer .social a:hover span {
  text-decoration: underline;
}

#page-footer .message {
  text-align: center;
  font-style: italic;
}

#page-footer .message em, #page-footer .message cite {
  font-style: normal;
}

#page-footer .copyright {
  font-family: Franklin, sans-serif;
  font-size: .9em;
  text-align: center;
}

article {
  padding: 0 1.35em 10%;
}

article h1, article h2, article h3, article h4, article p, article ul, article ol {
  max-width: 35em;
  margin-left: auto;
  margin-right: auto;
}

article h1 {
  font-size: 1.5em;
  max-width: 23.33333em;
  margin: 2.5em auto 1em;
  padding-bottom: .25em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

article header h1 {
  font-family: RoslindaleText, Charter, serif;
  font-size: 2.5em;
  max-width: none;
  border: none;
  padding: 0;
  margin: 0 0 .25em;
}

article header {
  text-align: center;
  margin: 0 0 2.7em;
  padding: 3em 0 2em;
  border-bottom: 3px double rgba(0, 0, 0, 0.1);
}

article header.portrait {
  background: green;
  display: table;
  width: 100%;
}

article header.portrait .header-image {
  display: table-cell;
}

article header.portrait .header-title {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

article header .type {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: smaller;
  font-weight: bold;
  margin: 0 auto 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 30em) {
  article header .type {
    width: 50%;
  }
}

article header h2 {
  margin: 0;
  font-style: italic;
  font-size: 1.25em;
  margin: .5em auto;
}

article header h2 em, article header h2 cite, article header h2 i {
  font-style: normal;
}

article header .by {
  padding-top: .15em;
  margin-top: .15em;
  margin-bottom: 0;
}
article header .by:last-of-type {
	margin-bottom: 2em;
}

article footer {
  max-width: 35em;
  margin: 4.5em auto 0;
}

article footer:before {
  content: '';
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin: 0 0 .5em;
  width: 50%;
}

article .intro {
  font-family: Franklin, sans-serif;
  max-width: 35em;
  margin: 0 auto 3em;
}

article .intro p {
  max-width: none;
}

@media screen and (min-width: 30em) {
  article .intro p {
    font-size: .9em;
  }
}

.gifswap {
  position: relative;
}

.gifswap img {
  display: block;
}

.gifswap .starter {
  position: absolute;
  top: 0;
  left: 0;
}

a.letter {
  display: block;
  clear: both;
  padding: .75em;
  text-align: center;
  text-decoration: none;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 2px solid white;
}

a.letter h3, a.letter h4 {
  margin: 0;
}

@media screen and (min-width: 30em) {
  a.letter h3, a.letter h4 {
    display: inline;
  }
}

a.letter:hover {
  background: rgba(255, 255, 255, 0.05);
}

a.feature-smalls {
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding: .75em 25% .75em .75em;
  font-size: .8em;
  margin: 2em 0 4em;
  text-decoration: none;
  border-bottom: 2px solid white;
  overflow: hidden;
}

a.feature-smalls .introducing {
  margin: 0;
}

a.feature-smalls .feature {
  text-transform: uppercase;
  letter-spacing: .15em;
  margin: 0;
}

a.feature-smalls .title {
  margin: .5em 0 .25em;
}

a.feature-smalls .subtitle, a.feature-smalls .overtitle {
  font-family: RoslindaleText, Charter, serif;
  margin: 0;
  font-style: italic;
}

a.feature-smalls .subtitle em, a.feature-smalls .subtitle cite, a.feature-smalls .subtitle i, a.feature-smalls .overtitle em, a.feature-smalls .overtitle cite, a.feature-smalls .overtitle i {
  font-style: normal;
}

a.feature-smalls .by {
  margin: 1em 0 .5em;
}

a.feature-smalls header {
  max-width: 65%;
}

a.feature-smalls figure {
  width: 25%;
  position: absolute;
  top: .75em;
  right: .75em;
}

a.feature-smalls figure img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 30em) {
  a.feature-smalls figure {
    width: 33.33333%;
  }
}

@media screen and (min-width: 50em) {
  a.feature-smalls figure {
    right: 10%;
    width: 40%;
  }
}

a.feature-smalls:hover {
  background: rgba(255, 255, 255, 0.15);
}

.placeholder {
  display: block;
  width: 100%;
  padding-top: 50%;
  background-position: center center;
  background-size: cover;
}

#mailchimp {
  max-width: 25em;
  margin: auto;
  background: rgba(0, 0, 0, 0.05);
  padding: 0 .5em;
  border-radius: 3px;
}

#mailchimp input {
  font-family: Franklin, sans-serif;
}

#mailchimp #mc_embed_signup div#mce-responses {
  margin: 0;
  padding: 0;
  width: auto;
  font-family: Franklin, sans-serif;
}

#mailchimp #mc_embed_signup div#mce-responses .response {
  padding: 0;
  margin: .75em 0;
}

.group:before, .row:before, .group:after, .row:after {
  content: " ";
  display: table;
}

.group:after, .row:after {
  clear: both;
}

nav.secondary {
  text-align: center;
  font-size: smaller;
  text-transform: uppercase;
  margin: -1.5em 0 3em;
  letter-spacing: .15em;
}

nav.secondary strong, nav.secondary a {
  margin: 0 .5em;
}
