* {
  box-sizing: border-box;
}

html {
  background-color: white;
  color: black;
  font: 300 16px "Merriweather", "Georgia", serif;
}

a:link {
  color: steelblue;
  text-decoration: none;
}

a:visited {
  color: lightsteelblue;
}

a:hover,
a:focus {
  color: black;
}

a:active {
  color: steelblue;
}

::-moz-selection {
  background: lightskyblue;
  color: black;
  text-shadow: none;
}

::selection {
  background: lightskyblue;
  color: black;
  text-shadow: none;
}

embed,
img,
object,
video {
  display: block;
  height: auto;
  max-width: 100%;
}

/**
 * :hover,:focus,:active  - Changes to destination site’s brand color.
 */

[class*=ss-][href*="dribbble.com"]:hover,
[class*=ss-][href*="dribbble.com"]:focus,
[class*=ss-][href*="dribbble.com"]:active {
  color: rgb(234, 76, 137);
}

[class*=ss-][href*="flickr.com"]:hover,
[class*=ss-][href*="flickr.com"]:focus,
[class*=ss-][href*="flickr.com"]:active {
  background: -webkit-gradient(
    linear, left top, right top,
    color-stop(  0%, rgb(0, 99, 220)),
    color-stop( 50%, rgb(0, 99, 220)),
    color-stop( 50%, rgb(255, 0, 132)),
    color-stop(100%, rgb(255, 0, 132))
  );
  background: -webkit-linear-gradient(
    left,
    rgb(0, 99, 220) 0%,
    rgb(0, 99, 220) 50%,
    rgb(255, 0, 132) 50%,
    rgb(255, 0, 132) 100%
  );
  -webkit-background-clip: text;
  color: rgb(16, 103, 217);
  -webkit-text-fill-color: transparent;
}

[class*=ss-][href*="github.com"]:hover,
[class*=ss-][href*="github.com"]:focus,
[class*=ss-][href*="github.com"]:active {
  color: rgb(108, 198, 68);
}

[class*=ss-][href*="instapaper.com"]:hover,
[class*=ss-][href*="instapaper.com"]:focus,
[class*=ss-][href*="instapaper.com"]:active {
  color: rgb(202, 32, 23);
}

[class*=ss-][href*="linkedin.com"]:hover,
[class*=ss-][href*="linkedin.com"]:focus,
[class*=ss-][href*="linkedin.com"]:active {
  color: rgb(0, 119, 181);
}

[class*=ss-][href*="pinboard.in"]:hover,
[class*=ss-][href*="pinboard.in"]:focus,
[class*=ss-][href*="pinboard.in"]:active {
  color: rgb(0, 0, 230);
}

[class*=ss-][href*="twitter.com"]:hover,
[class*=ss-][href*="twitter.com"]:focus,
[class*=ss-][href*="twitter.com"]:active,
[formaction*="twitter.com"]:hover [class*=ss-],
[formaction*="twitter.com"]:focus [class*=ss-],
[formaction*="twitter.com"]:active [class*=ss-] {
  color: rgb(0, 172, 238);
}

[formaction*="twitter.com/intent/retweet"]:hover [class*=ss-],
[formaction*="twitter.com/intent/retweet"]:focus [class*=ss-],
[formaction*="twitter.com/intent/retweet"]:active [class*=ss-] {
  color: limegreen;
}

[formaction*="twitter.com/intent/favorite"]:hover [class*=ss-],
[formaction*="twitter.com/intent/favorite"]:focus [class*=ss-],
[formaction*="twitter.com/intent/favorite"]:active [class*=ss-] {
  color: gold;
}

[class*=ss-][href*="vimeo.com"]:hover,
[class*=ss-][href*="vimeo.com"]:focus,
[class*=ss-][href*="vimeo.com"]:active {
  color: rgb(68, 187, 255);
}

/**
 * Camo link
 *
 * A link with reduced visual weight
 */

.u-linkCamo:link {
  color: inherit;
}

.u-linkCamo:visited {
  color: inherit;
}

.u-linkCamo:hover,
.u-linkCamo:focus {
  color: inherit;
}

.u-linkCamo:active {
  color: inherit;
}


/**
 * Subtle link
 *
 * A link with reduced visual weight
 */

.u-linkSubtle:link {
  color: lightgray;
}

.u-linkSubtle:visited {
  color: lightgray;
}

.u-linkSubtle:hover,
.u-linkSubtle:focus {
  color: gray;
}

.u-linkSubtle:active {
  color: lightgray;
}

/** @define Archive */

.Archive {
  margin-top: 24px;
}

.Archive:target {
  background: whitesmoke;
  padding: 12px;
  margin: 12px -12px -12px -12px;
}

.Archive:target a {
  color: black;
}

.Archive:target .Archive-icon {
  color: gray;
}

.Archive-time {
  display: block;
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 24px;
  text-transform: uppercase;
}

.Archive-icon {
  color: lightgray;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  vertical-align: -0.05em;
}

.Archive-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.Archive-description {
  font-size: 14px;
  line-height: 24px;
  -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;
}

.Archive-url {
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/** @define Entry */

.Entry {
}

.Entry b,
.Entry strong {
  font-weight: 400;
}

/**
 * Paragraph
 */

.Entry p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 24px;
  text-indent: 0;
}

.Entry p + p {
  margin-top: 0;
  text-indent: 2em;
}

@media (min-width: 481px) {
  .Entry p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
  }
}

/**
 * Lists
 */

.Entry ol,
.Entry ul {
  font-size: 12px;
  line-height: 18px;
  margin: 12px 1em 0 2em;
  padding: 0;
}

.Entry ol {
  list-style-type: decimal;
}

.Entry ul {
  list-style-type: circle;
}

.Entry li {
  margin: 6px 0;
}

@media (min-width: 481px) {
  .Entry ol,
  .Entry ul {
    font-size: 14px;
    line-height: 24px;
    margin-top: 18px;
  }

  .Entry li {
    margin: 6px 0;
  }
}

/**
 * Block Quote
 */

.Entry blockquote {
  font-style: italic;
  margin: 0 0.5em 0 1em;
  position: relative;
}

.Entry blockquote:before {
  color: whitesmoke;
  content: "\275D";
  font-family: "Zapf Dingbats";
  font-size: 4em;
  font-style: normal;
  font-weight: 600;
  left: -0.7em;
  position: absolute;
  top: -0.3em;
}

/**
 * Header
 */

.Entry-header {
  border-bottom: 1px whitesmoke solid;
  margin-top: 60px;
  padding-bottom: 29px;
  text-align: center;
}

.Entry-title {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0.5em;
}

@media (min-width: 481px) {
  .Entry-title {
    font-size: 24px;
    line-height: 36px;
  }
}

.Entry-datetime {
  color: lightgray;
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 24px;
  text-transform: uppercase;
}

@media (min-width: 481px) {
  .Entry-datetime {
    font-size: 12px;
    line-height: 30px;
  }
}

/** @define EntryActions */

.EntryActions {
  margin: 48px 0 0;
  text-align: center;
}

@media (min-width: 481px) {
  .EntryActions {
    margin-top: 60px;
  }
}

.EntryActions-button {
  background: transparent;
  border: 1px transparent solid;
  border-radius: 0.5em;
  color: lightgray;
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0.5em;
  padding: 11px;
}

.EntryActions-button:hover {
  border-color: whitesmoke;
  color: steelblue;
}

.EntryActions-icon {
  position: relative;
  top: 0.1em;
}

/** @define FatFooter */

.FatFooter {
  margin: 10% 0 0;
}

.FatFooter--fixed {
  background: rgba(0, 0, 0, .8);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
}

.FatFooter-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.FatFooter-item {
  display: inline-block;
  margin: 0;
}

.FatFooter-item.is-selected {
}

.FatFooter-link {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  margin: 12px;
}

.FatFooter-link:link,
.FatFooter-link:visited {
  color: lightgray;
}

.FatFooter-link:hover,
.FatFooter-link:focus {
  color: lightsteelblue;
}

.FatFooter-link:active {
  color: white;
}

/** @define Main */

.Main {
  margin: 0 auto;
  max-width: 42em;
  padding-top: 60px;
  width: 90%;
}

/** @define Pagination */

.Pagination {
  border-top: 1px whitesmoke solid;
  color: lightgray;
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 24px;
  margin-bottom: 60px;
  margin-top: 60px;
  padding-top: 14px;
  text-transform: uppercase;
}

.Pagination-previous {
}

.Pagination-next {
  float: right;
}

/** @define Section */

.Section {
}

.Section-header {
  border-bottom: 1px whitesmoke solid;
  color: lightgray;
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 24px;
  margin-top: 60px;
  padding-bottom: 14px;
  text-align: center;
  text-transform: uppercase;
}

/** @define Tweet */

.Tweet {
  margin: 36px auto 0;
  padding-left: 54px;
}

.Tweet-avatar {
  border-radius: .25em;
  float: left;
  margin-left: -54px;
}

.Tweet-header {
  color: lightgray;
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.Tweet-name {
  color: inerit !important;
  font-size: 14px;
}

.Tweet-screenName {
  color: lightgray !important;
}

.Tweet-body {
  font-size: 14px;
  line-height: 24px;
  margin-top: 6px;
}
