/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic|Oswald:300,400|Roboto+Slab:400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700|Roboto+Slab:400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700|Roboto+Slab:400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700|Roboto+Slab:400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700|Roboto+Slab:400,700);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 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/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

html {
  font: 100%/1.5 "Open Sans", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 40rem) {
  html {
    font-size: 112%;
  }
}

@media (min-width: 64rem) {
  html {
    font-size: 120%;
  }
}

body {
  background-color: #fff;
  color: #555;
}

.container {
  margin: 0 auto;
  max-width: 53rem;
  width: 90%;
}

/* Header
   ========================================================================== */
header {
  background-color: #497bad;
  /*background-color: #999;
   */
  overflow: hidden;
  text-align: center;
}

.intro {
  margin: 2rem 0;
}

@media (min-width: 40rem) {
  .intro {
    margin: 4rem 0;
  }
}

header h1 {
  color: #fff;
  font-size: 1.8rem;
  text-transform: uppercase;
}

header p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
}

header a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}

header a:hover {
  text-decoration: none;
}

.mobile {
  margin: 0 auto;
  max-width: 150px;
}

@media (min-width: 40rem) {
  .mobile {
    max-width: 250px;
  }
}

/* Section
   ========================================================================== */
section {
  border-top: 1px solid #eee;
  text-align: center;
  padding: 2rem 0;
}

section:first-of-type {
  border-top: none;
}

@media (min-width: 40rem) {
  section {
    padding: 4rem 0;
  }
}

/* Mobile First Grid
   ========================================================================== */
.column {
  margin-bottom: 1.5rem;
}

@media (min-width: 40rem) {
  .column {
    float: left;
    margin: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .column.full {
    width: 100%;
  }
  .column.two-thirds {
    width: 66.7%;
  }
  .column.half {
    width: 50%;
  }
  .column.third {
    width: 33.3%;
  }
  .column.fourth {
    width: 25%;
  }
  .column.flow-opposite {
    float: right;
  }
}

/* Typography
   ========================================================================== */
h1, h2, h3, h4, h5 {
  font-weight: 600;
  margin: 0;
}

h1 {
  line-height: 1.3em;
  margin-bottom: 1.5rem;
}

@media (min-width: 40rem) {
  h1 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 1.2rem;
  margin-bottom: .5rem;
}

p {
  color: #999;
  margin: 0 auto;
  max-width: 30rem;
}

blockquote {
  margin: 0;
}

blockquote p {
  color: #bbb;
  font-style: italic;
  margin-bottom: 1.5rem;
}

cite {
  color: #bbb;
}

/* Code
   ========================================================================== */
code {
  background-color: #f8f8f8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-size: 0.8rem;
  padding: 0.1rem 0.3rem;
  position: relative;
  top: -1px;
  white-space: nowrap;
}

/* Lists
   ========================================================================== */
ul {
  margin: 0;
  text-align: left;
}

@media (min-width: 40rem) {
  ul {
    display: inline-block;
  }
}

/* Links
   ========================================================================== */
a {
  color: #497bad;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Buttons
   ========================================================================== */
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #497bad;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.7rem 1.5rem;
  vertical-align: middle;
  white-space: nowrap;
}

.button:hover {
  background: #5183b6;
  text-decoration: none;
}

@media (min-width: 40rem) {
  .button {
    display: inline-block;
    font-size: 0.9rem;
  }
}

/* Elements
   ========================================================================== */
hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 2rem auto;
  width: 3rem;
}

@media (min-width: 40rem) {
  hr {
    margin: 2.5rem auto;
  }
}

hr.small {
  margin: 1.5rem auto;
}

.circle {
  border: 3px solid #555;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #555;
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  height: 3.2rem;
  line-height: 1.7em;
  margin: 0 auto 1rem auto;
  text-align: center;
  width: 3.2rem;
}

img {
  display: block;
  height: auto;
  margin: 0 auto 1.5rem auto;
  width: 100%;
}

.rwd {
  margin: 0 auto 1.5rem auto;
  max-width: 440px;
}

/* Examples
   ========================================================================== */
.example {
  border-top: none;
  background-color: #497bad;
  color: #fff;
}

.example p {
  color: rgba(255, 255, 255, 0.7);
}

.example img {
  margin: 0;
}

.fragmentation {
  background-image: url("/images/fragmentation.png");
  background-size: cover;
  min-height: 250px;
}

@media (min-width: 40rem) {
  .fragmentation {
    min-height: 500px;
  }
}

.mobile-first .column {
  float: none;
  margin-bottom: 1rem;
}

.grid {
  text-align: center;
}

.grid span {
  background: rgba(225, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: block;
  padding: 1rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.grid .container {
  border: 2px dashed rgba(255, 255, 255, 0.3);
  padding: 1rem 1rem 0 1rem;
}

@media (min-width: 40rem) {
  .grid .container {
    padding: 1rem 0 0 0;
  }
}

.grid .column {
  margin-bottom: 1rem;
}

.row-example .container {
  border: 2px dashed rgba(255, 255, 255, 0.2);
  padding: 1rem;
}

.row-example .row {
  background: rgba(225, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 1rem 1rem 0 1rem;
  margin-bottom: 1rem;
}

.row-example .row:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 40rem) {
  .row-example .row {
    padding: 1rem 0 0 0;
  }
}

.gutters {
  border: 2px dashed #eee;
  margin-bottom: 2rem;
  max-width: 39rem;
  padding: 1rem 1rem 0 1rem;
}

.gutters .column {
  background: #fb917e;
  margin-bottom: 1rem;
}

.gutters span {
  background: #f8f8f8;
  color: #999;
  display: block;
  padding: 1rem 0;
}

/* Box Model
   ========================================================================== */
.box-model h1 {
  margin-bottom: 3rem;
}

.margin {
  color: #f9cd9d;
}

.border {
  color: #fce08f;
}

.padding {
  color: #c2ddb6;
}

.content {
  color: #9ec3e5;
}

/* Gist Overrides
   ========================================================================== */
.gist .gist-file {
  font-size: .9rem !important;
  margin: 0 auto;
  max-width: 39rem;
  overflow: hidden !important;
  text-align: left;
}

.gist .gist-file .gist-data {
  background: #f8f8f8 !important;
  border-bottom: none !important;
}

.gist .gist-file .gist-meta {
  display: none !important;
}

.gist-syntax .k {
  color: #555 !important;
  font-weight: normal !important;
}

/* Animate.css by Daniel Eden
   ========================================================================== */
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* Utilities
   ========================================================================== */
.remove-padding {
  padding-bottom: 0;
}

.remove-border {
  border: none;
}

/* Clearfix by Nicolas Gallagher
   ========================================================================== */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+http */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
code[class*="language-"],
pre[class*="language-"] {
  color: black;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}

@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}

/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #f5f2f0;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function {
  color: #DD4A68;
}

.token.regex,
.token.important {
  color: #e90;
}

.token.important {
  font-weight: bold;
}

.token.entity {
  cursor: help;
}

/* Consolidating article.css and blogpost.css
============================================= */
@font-face {
  font-family: cc-icons;
  src: url(/styles/cc-icons.ttf);
}

body {
  font-family: Lora, serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  /*-webkit-text-stroke: 0.15px;
     */
  font-family: Oswald;
  font-weight: 400;
}

/* article.css */
/* Multiple headings in a row, space out */
h2 + h3, h3 + h4, h4 + h5, h5 + h6 {
  margin-top: 1rem;
}

/* article.css */
/* space heading closer to following paras */
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p,
h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul {
  margin-top: 0.5rem;
}

/* bigger space between last para and next heading */
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: 2rem;
}

/* article.css */
/* bigger spacing if last entry in para is a list to heading */
ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6 {
  margin-top: 2rem;
}

/* blogpost.css */
a.header-link-alt {
  color: inherit;
}

h4 {
  text-transform: uppercase;
}

#title {
  margin-bottom: 0;
  font-size: 2rem;
}

p {
  color: #555;
  color: #666;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* blogpost.css */
.blog-posts p:first-of-type {
  margin-top: 0;
}

.lede {
  min-height: 150px;
  background-color: #eee;
  background-color: whitesmoke;
  background-size: cover;
  background-position: center;
  margin-bottom: 1.5rem;
}

.lede-img {
  position: relative;
}

.lede-attr {
  font-family: Oswald;
  font-weight: 300;
  font-size: 0.9rem;
  color: #888;
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  padding-right: 0.5rem;
}

blockquote {
  padding: 0 0.5em;
  border: solid 1px #ccc;
  border-left: solid 5px #aaa;
  -webkit-box-shadow: 0 6px 4px -5px #ccc;
  -moz-box-shadow: 0 6px 4px -5px #ccc;
  box-shadow: 0 6px 4px -5px #ccc;
}

blockquote > p {
  margin: 1em auto !important;
  color: #666;
}

figure {
  margin: 1.5em auto;
  display: table;
}

figure.full-width {
  width: 100%;
}

@media (min-width: 40rem) {
  figure.full-width {
    width: 100vw;
    width: 100%;
  }
}

p img, figure img {
  width: 100%;
  width: initial;
  max-width: 100%;
  max-height: 100vh;
  height: auto;
  margin: 0 auto 0.5rem auto;
}

img.inline {
  display: inline;
  vertical-align: text-top;
}

figure.full-width > figcaption {
  width: 90%;
  margin: 0 auto;
}

figcaption {
  font-size: 0.85rem;
  text-align: center;
  line-height: 1.3em;
  display: table-caption;
  caption-side: bottom;
}

.lede-img {
  background-size: cover;
  background-position: center;
  background-color: #eee;
  background-color: whitesmoke;
  margin-bottom: 1.5em;
  min-height: 250px;
}

@media (min-width: 40rem) {
  .lede-img {
    min-height: 500px;
  }
}

@media (min-width: 64rem) {
  .lede-img {
    min-height: 650px;
  }
}

#subtitle {
  font-size: 1.2rem;
  font-style: italic;
  color: lightslategray;
  margin-left: 0;
  margin-bottom: 1rem;
  margin-top: 0;
  font-weight: 400;
}

.article-date {
  font-size: 0.9rem;
  font-family: Oswald;
  font-weight: 300;
  margin-top: -1em;
  color: #aaa;
}

.article-title .author-name {
  color: #aaa;
  margin-top: 0;
  margin-bottom: 0.75em;
  font-weight: 300;
  font-size: 1.05em;
}

.footer {
  background-color: #eee;
  background-color: whitesmoke;
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.5);
}

@media (min-width: 40rem) {
  section.footer {
    text-align: left;
  }
}

.footer h3 {
  font-weight: 400;
  font-size: 1.6rem;
}

.navlink {
  font-family: Oswald;
  font-size: 1.4rem;
  text-transform: uppercase;
}

@media (min-width: 40rem) {
  .navlink {
    margin-bottom: 0.8rem;
  }
}

@media (min-width: 64rem) {
  .navlink {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}

/*
 * Styling for navigation links on mobile
 */
@media (max-width: 40rem) {
  #navlinks a {
    display: block;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
  }
  .navlink {
    background-color: #ddd;
    height: 60px;
    margin-bottom: 2px;
    display: table;
    width: 100%;
  }
}

#social-icons {
  margin-top: 1.7rem;
}

#social-icons img {
  width: 35px;
  height: auto;
  display: inline;
  margin: 0 0.5rem 0.5rem auto;
  opacity: 0.5;
}

@media (max-width: 64rem) {
  #social-icons img {
    margin: 0 15px 15px;
  }
}

/* Author Info Box at the end of Posts */
div.post-end {
  margin-bottom: 2.5em;
}

.byline {
  font-family: Oswald;
  font-weight: 300;
  font-size: 0.9rem;
  text-transform: uppercase;
  border-top: solid 1px #ddd;
}

div.author-box {
  text-align: center;
}

.author-box img {
  width: 100px;
  margin-bottom: 0.5rem;
}

.author-name {
  font-family: Oswald;
  font-weight: 400;
  font-size: 1.2rem;
}

.author-end {
  margin: 1.5rem 0;
}

.author-bio {
  font-size: 0.9em;
}

@media (min-width: 40rem) {
  div.author-box {
    padding-left: 1em;
    margin-top: 0.5em;
    margin-bottom: 2.5em;
    text-align: left;
  }
  div.author-box-image {
    position: absolute;
    width: 100px;
  }
  .author-box img {
    width: 150px;
    float: left;
    margin-right: 0.5rem;
  }
  div.author-box-image img {
    width: 100%;
  }
  div.author-box-info {
    margin-left: 110px;
    min-height: 100px;
  }
}

.site-name, .links-title {
  font-family: Oswald;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.site-slogan {
  font-family: Oswald;
  font-weight: 300;
}

.cc-row {
  text-align: center;
}

@media (min-width: 40rem) {
  .cc-row {
    margin-top: 3rem;
  }
}

.cc {
  font-family: cc-icons;
  vertical-align: middle;
}

.cc-info {
  font-family: Oswald;
  font-weight: 300;
  font-size: 0.85rem;
}

.cc-info img {
  display: inline;
  width: 88px;
  margin: 0;
}

.camrule {
  border-bottom: solid 1px #ccc;
  display: none;
}

.camrule-img {
  height: 40px;
  height: 2rem;
  width: auto;
  margin: 0 auto;
  margin-bottom: -20px;
}

@media (min-width: 40rem) {
  ul {
    display: block;
    margin-left: 1rem;
  }
  li > ul {
    margin-left: 0;
  }
}

#nextPrev {
  font-family: Oswald;
  color: #888;
  font-weight: 300;
  margin-bottom: 2rem;
}

#nextPrev a {
  color: #7A94AE;
}

#nextPrev .column div {
  font-weight: 400;
}

#nextPrev .next {
  text-align: right;
}

#prevTitle {
  margin-left: 1rem;
}

#nextTitle {
  margin-right: 1rem;
}

pre {
  background-color: #f8f8f8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  white-space: pre;
  font-family: consolas, "Liberation Mono", Courier, monospace;
  font-size: 0.8em;
  padding: 0.3em;
}

pre code {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  white-space: pre;
  padding: 0;
  background-color: initial;
}

/*
.big-vid {
    margin-left: -5%;
    width: 110%;
}

@media (min-width: 40rem){
    .big-vid {
        margin-left: 0;
        width: 150%;
    }
}
*/
.fluid-vid {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.fluid-vid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

p.aside {
  font-size: 0.9em;
  border: dashed 1px;
  padding: 0.5rem;
  font-family: Oswald;
  font-weight: 300;
}

p.aside > span {
  display: block;
  font-weight: 400;
}

#discourse-comments {
  margin-bottom: 2rem;
}

.Cmd {
  font-family: Oswald, "Open Sans", sans-serif;
  text-align: center;
  display: block;
  background-color: #f8f8f8;
  border: dashed 1px #bbb;
  padding: 0.5rem 0;
}

li {
  margin-bottom: 0.5rem;
}

.toggle-swap {
  color: #497bad;
  cursor: pointer;
  border-left: solid 1px gray;
  padding: 0 0.5rem;
}

@media (max-width: 40rem) {
  .toggle-swap {
    border: none;
    display: block;
    padding: 0.5em 0;
  }
}

.toggle-swap:first-of-type {
  border-left: none;
}

.toggle-swap:hover {
  background-color: #497bad;
  color: white;
}

.social-section p {
  font-size: 0.85rem;
  text-transform: uppercase;
}

table {
  margin: 0 auto;
}

table, th, td {
  border: solid 1px #aaa;
}

th {
  background-color: #444;
  color: white;
}

tbody tr:nth-child(even) {
  background-color: #eee;
}

th, td {
  padding: 0.2rem;
}

.two-col {
  column-count: 2;
  max-width: 30rem;
  margin: 0 auto;
}

a.header-link {
  position: relative;
  margin-left: 0.25rem;
  opacity: 0;
}

span.header-link::after {
  content: "\f0c1";
  font-family: FontAwesome;
}

h2:hover a.header-link,
h3:hover a.header-link,
h4:hover a.header-link,
h5:hover a.header-link,
h6:hover a.header-link {
  /* display: inline; */
  opacity: 1;
}

/*
==========
topnav.css
==========
*/
/*
 * These styles are for the auto-hiding nav bar when scrolling
 */
#bar {
  position: fixed;
  top: 0;
  transition: top 0.3s ease-in-out;
  background-color: rgba(112, 128, 144, 0.95);
  /*
    width: 55px;
    height: 55px;
    */
  width: 45px;
  height: 45px;
  overflow: hidden;
  margin-left: 0.25em;
  border: solid 2px #323232;
  z-index: 6;
  top: 10px;
  left: 10px;
  margin-left: 0;
}

#navlogo {
  font-size: 2.1em;
  font-family: arvo;
  /*
    position: relative;
    top: -11px;
    */
  line-height: 1em;
  color: #323232;
  height: 65px;
}

#header img {
  width: auto;
  float: left;
  margin: initial;
  position: absolute;
  left: 0px;
}

#header h1 {
  color: #ccc;
  margin-bottom: 0;
  float: left;
  font-size: 1.25rem;
}

.nav-up {
  top: -84px !important;
}

#nav-anchor {
  text-decoration: none;
}

#navimg {
  width: inherit;
  padding-top: 3px;
}

/* push-menu.css
============================================= */
body {
  overflow-x: hidden;
}

#pushPage {
  position: relative;
  z-index: 5;
  background: #FFF;
}

#pushMenu {
  /*display: none;
     */
  visibility: hidden;
  position: fixed;
  width: 225px;
  padding: 1em 1em;
  margin: 0;
  background: #333;
  height: 100%;
  box-shadow: inset -20px 0 20px -20px black;
  font-family: Oswald;
  font-weight: 300;
  overflow-y: auto;
}

#pushMenu.visible {
  visibility: visible;
}

.push-sitename, .push-contents {
  font-family: 'Roboto Slab', Arvo, serif;
  font-size: 1rem;
  text-align: center;
  border-bottom: dashed 1px #666;
  margin-bottom: 0.5rem;
  color: #666;
}

.push-contents {
  margin-top: 1.25rem;
}

#pushMenu .navlink {
  border-bottom: solid 1px #444;
}

#pushMenu .navlink a:hover, #pushMenu-TOC .toc a:hover {
  color: #ccc;
}

@media (max-width: 39.9rem) {
  #pushMenu {
    background: #333;
  }
  #pushMenu .navlink {
    background-color: #222;
    text-align: center;
    display: table;
    width: 100%;
    height: 50px;
  }
  #pushMenu .navlink a {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
  }
  .push-sitename, .push-contents {
    color: #bbb;
    border-bottom: dashed 1px #bbb;
  }
}

#pushMenu.animating, #pushMenu.menu-visible {
  display: block;
}

#pushPage.animating, #bar.animating {
  transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
}

#pushPage.animating.left, #bar.animating.left {
  transform: translate3d(225px, 0, 0);
  -webkit-transform: translate3d(225px, 0, 0);
}

#pushPage.animating.right, #bar.animating.right {
  transform: translate3d(-225px, 0, 0);
  -webkit-transform: translate3d(-225px, 0, 0);
}

#pushPage.menu-visible, #bar.menu-visible {
  left: 225px;
}

#bar.menu-visible {
  left: 235px;
}

#pushPage, #pushMenu, #bar {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

/*
 * Styles for the TOC
 */
#pushMenu .toc {
  border-bottom: solid 1px #444;
}

#pushMenu .first {
  font-size: 1.2rem;
}

#pushMenu .second {
  font-size: 1.1rem;
  padding-left: 0.25rem;
}

#pushMenu .third {
  font-size: 1rem;
  padding-left: 0.5rem;
}

#pushMenu .fourth {
  font-size: 0.9rem;
  padding-left: 0.75rem;
}

#pushMenu .fifth {
  font-size: 0.8rem;
  padding-left: 1rem;
}

#pushMenu-TOC .toc, .toc a {
  position: relative;
  z-index: 2;
}

.toc-progress {
  background-color: #282828;
  position: absolute;
  top: 0;
  left: 1;
  bottom: 0;
  width: 0;
  z-index: 1;
}

@media (max-width: 39.99rem) {
  #pushMenu .toc {
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
  }
  #pushMenu-TOC {
    padding: 0.3rem;
    /*
        background-color: #222;
        */
  }
}

@media (max-width: 64rem) {
  #pushMenu .toc {
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
  }
}

/* Modification for larger page sizes to center column correctly */
/* ie: "wider" articles + blogposts */
@media (min-width: 40rem) {
  html {
    font-size: 112%;
  }
  #pushPage.article .column.full > *,
  #pushPage.article .container.nextprev {
    max-width: 38rem;
    margin-left: auto;
    margin-right: auto;
  }
  #pushPage.article .column.full p,
  #pushPage.article .column.full div.two-col,
  #pushPage.article .column.full ul,
  #pushPage.article .column.full ol {
    max-width: 35rem;
  }
  #pushPage.article .column.full .big-vid {
    max-width: 100%;
  }
  #discourse-comments {
    text-align: center;
  }
}

@media (min-width: 64rem) {
  html {
    font-size: 125%;
  }
}

header.page,
section.bloglist,
section.articlelist {
  background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(/images/logo/pixls-atom.png);
}

/*
* #### index.scss
*/
.main-index {
  /*
 * Specifically for styling index.html
 *
 */
  font-family: "Open Sans", sans-serif;
  /*
#navarea {
    padding: 1rem 0;
}
*/
}

.main-index #blogposts {
  font-family: Lora, serif;
}

.main-index #lede {
  /*background-color: slategray;*/
  -moz-box-shadow: inset 0 -20px 20px -20px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: inset 0 -20px 20px -20px rgba(50, 50, 50, 0.5);
  box-shadow: inset 0 -20px 20px -20px rgba(50, 50, 50, 0.5);
  padding: 2rem 0;
  /* Original background
    background-image: url('/images/pixls-background-2.jpg');
    background-position: center;
    */
  background-image: url("/images/main-lede/Steinbock_Andreas_Schneider.jpg");
  background-size: cover;
  background-position: center;
  background-position: 0% 50%;
  position: relative;
}

.main-index .lede-attr {
  font-family: Oswald;
  font-weight: 300;
  font-size: 0.8rem;
  color: #666;
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  padding-right: 0.5rem;
}

.main-index .cc {
  vertical-align: initial;
}

.main-index #lede h1 {
  color: #fff;
  text-transform: uppercase;
}

.main-index .intro h1, .main-index section h1, .main-index section h2 {
  font-family: "Roboto Slab", Arvo, "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 2rem;
}

.main-index #lede .intro {
  margin-top: 2rem;
}

.main-index #lede .intro h1 {
  font-size: 4rem;
  color: #555;
}

.main-index #lede .intro h2, .main-index #lede .intro h1 {
  color: #555;
  text-transform: uppercase;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.8)), color-stop(75%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.main-index #lede img {
  width: 250px;
  margin-top: 1.5rem;
  /* background-color: rgba(255, 163, 0, 0.8);*/
  background-color: slategray;
  /*background-color: rgba(112, 128, 144, 0.8);*/
}

.main-index #img-patdavid {
  background-image: url("/images/Pat-David-Headshot-Crop-2048-Q60.jpg");
  background-position: center;
  background-size: cover;
  height: 500px;
}

.main-index #pixls-blender {
  background-image: url("/images/logo/pixls-atom.png");
  background-position: center;
  background-size: cover;
  height: 500px;
}

@media (max-width: 40rem) {
  .main-index section#img-patdavid {
    height: 300px;
  }
  .main-index #navarea .container .column {
    margin-bottom: 3rem;
    border-bottom: solid 1px #eee;
  }
}

.main-index #articles {
  padding-top: 2rem;
}

.main-index .section-title {
  font-size: 3rem;
  font-family: Oswald;
  text-transform: uppercase;
}

.main-index .articles-more {
  font-size: 1.5rem;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  text-align: right;
  margin: 1rem;
}

.main-index section#about-patdavid {
  display: none;
  padding: initial;
}

.main-index .bitcam {
  width: 75px;
  margin-top: 1.5rem;
  opacity: 0.75;
}

.main-index .blog-title {
  font-family: Oswald;
}

.main-index .blog-subtitle {
  font-family: Lora;
  font-style: italic;
  color: lightslategray;
  margin-bottom: 0;
}

.main-index .date {
  color: #888;
  margin-bottom: 1rem;
  font-family: Oswald;
  font-weight: 200;
}

.main-index #blogposts hr {
  width: 25%;
}

.main-index #blogposts hr:last-of-type {
  display: none;
}

.main-index .blog-entry {
  /* border-top: solid 1px #eee; */
  /* margin-bottom: 4rem; */
  padding-top: 2rem;
}

.main-index .blog-entry:first-of-type {
  padding-top: 0;
}

.main-index .blog-entry > ul {
  max-width: 33rem;
  margin: 0 auto;
}

.main-index .blog-entry > p {
  font-family: Lora, "Open Sans", serif;
  text-align: left;
  max-width: 33rem;
  letter-spacing: 0.01rem;
}

.main-index .blog-entry > img {
  box-shadow: 0 5px 8px -4px #555;
  box-shadow: 0 8px 6px -6px #666;
  width: initial;
  width: auto !important;
  max-width: 100%;
  max-height: 80vh;
}

.main-index #navarea .container {
  max-width: initial;
}

.main-index .bignav {
  max-height: 150px;
  width: auto;
}

@media (max-width: 40rem) {
  .main-index .bignav {
    max-height: 100px;
  }
  .main-index .section-title {
    /*font-size: 2.5rem;*/
    line-height: 1em;
    margin-bottom: 1rem;
  }
  .main-index #img-patdavid .column.third {
    background: rgba(255, 255, 255, 0.8);
    display: none;
  }
  .main-index section#about-patdavid {
    display: block;
  }
  .main-index #software-imgs {
    background-position: 0 0;
    margin-bottom: 2rem;
  }
}

.main-index p.blog-read-more {
  text-align: right;
  font-family: Oswald;
  font-weight: 200;
}

.main-index div.section-title + div.blog-entry {
  padding-top: 0;
}

.main-index .nav-icons-big {
  background-image: url("/images/icons/icons-sprite.png");
  background-repeat: no-repeat;
  height: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.main-index #nav-icons-articles {
  width: 106px;
}

.main-index #nav-icons-articles:hover {
  background-position: 0 -150px;
}

.main-index #nav-icons-blog {
  width: 150px;
  background-position: -125px 0;
}

.main-index #nav-icons-blog:hover {
  background-position: -125px -150px;
}

.main-index #nav-icons-discuss {
  width: 195px;
  background-position: -275px 0;
}

.main-index #nav-icons-discuss:hover {
  background-position: -275px -150px;
}

.main-index #software-imgs {
  background-image: url("/software/software-logos.png");
  height: 45px;
  background-repeat: no-repeat;
  background-position: 50%;
}

/*
* #### about.scss
*/
.about {
  /*
 * Specifically for styling about.html
 *
@import url(http://fonts.googleapis.com/css?family=Arvo);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700);
 */
  /*
 * TESTING
 * This adds the image to the center of the rule
hr:after {
	background: url('/images/bitcams/bitcam-1.svg') no-repeat top center;
	content: "";
	display: block;
	height: 50px;
	position: relative;
	top: -25px;
	background-size: contain;
}
*/
  /*
p {
    color: #777;
}
*/
}

.about body {
  font-family: 'Open Sans', sans-serif;
}

.about header {
  background-color: whitesmoke;
  padding: 1rem 0;
  /*
	-moz-box-shadow: inset 0 -20px 20px -20px rgba(50,50,50,0.5);
	-webkit-box-shadow: inset 0 -20px 20px -20px rgba(50,50,50,0.5);
	box-shadow: inset 0 -20px 20px -20px rgba(50,50,50,0.5);
    */
}

.about header#bar {
  padding: 0;
  box-shadow: none;
}

.about .intro h1, .about section h1, .about section h2 {
  font-family: "Roboto Slab", Arvo, "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 2rem;
}

.about header img {
  /*
	width: 250px;
	margin-top: 1.5rem;
	background-color: rgba(255, 163, 0, 0.8);
    */
}

.about header a {
  text-decoration: none;
}

.about #about-header {
  font-family: Oswald;
  font-size: 5rem;
  margin-top: -1rem;
  color: #555;
  text-transform: uppercase;
}

.about #logo-header {
  margin: 0 auto;
  width: 200px;
}

@media (min-width: 40rem) {
  .about #about-header {
    display: inline;
    font-size: 9rem;
  }
  .about #logo-header {
    display: inline;
    height: 8rem;
    width: auto;
  }
}

.about #pixls-blender {
  background-image: url("/images/logo/pixls-atom.png");
  background-position: center;
  background-size: cover;
  height: 500px;
}

@media (max-width: 40rem) {
  .about section#img-patdavid {
    height: 300px;
  }
}

.about section#about-patdavid {
  padding: initial;
}

.about .bitcam {
  width: 75px;
  margin-top: 1.5rem;
  opacity: 0.75;
}

.about section.footer {
  background-color: whitesmoke;
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.5);
}

.about section.person {
  padding: 0;
}

.about div.person {
  background-size: cover;
  height: 500px;
  background-position: center;
}

.about .person-name {
  margin: 3rem 0 2rem 0;
  font-family: Oswald;
  font-weight: 300;
}

.about img.natural {
  width: initial;
  max-width: 100%;
  display: inline;
}

.about #navlogo {
  line-height: 0em;
}

.about #mission {
  font-size: 1.5rem;
  max-width: 35rem;
}

/*
* #### software-page.scss
*/
.software-page {
  /*
 * Specifically for styling index.html
 *
@import url(http://fonts.googleapis.com/css?family=Arvo);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700);
 */
  font-family: "Open Sans", sans-serif;
  /*
 * TESTING
 * This adds the image to the center of the rule
hr:after {
	background: url('/images/bitcams/bitcam-1.svg') no-repeat top center;
	content: "";
	display: block;
	height: 50px;
	position: relative;
	top: -25px;
	background-size: contain;
}
*/
  /*
p {
    color: #777;
}
*/
  /*
 * Add new software logo entries (from /software/software-logos.png) here
 */
}

.software-page p {
  color: #777;
}

.software-page body {
  font-family: 'Open Sans', sans-serif;
}

.software-page header {
  background-color: whitesmoke;
  padding: 1rem 0;
  /*
	-moz-box-shadow: inset 0 -20px 20px -20px rgba(50,50,50,0.5);
	-webkit-box-shadow: inset 0 -20px 20px -20px rgba(50,50,50,0.5);
	box-shadow: inset 0 -20px 20px -20px rgba(50,50,50,0.5);
    */
}

.software-page header#bar {
  padding: 0;
  box-shadow: none;
}

.software-page .intro h1, .software-page section h1, .software-page section h2 {
  font-family: "Roboto Slab", Arvo, "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 2rem;
}

.software-page section h2 {
  font-size: 1.5rem;
}

.software-page header img {
  /*
	width: 250px;
	margin-top: 1.5rem;
	background-color: rgba(255, 163, 0, 0.8);
    */
}

.software-page header a {
  text-decoration: none;
}

.software-page #about-header {
  font-family: Oswald;
  font-size: 4rem;
  /* margin-top: -1rem; */
  color: #555;
  text-transform: uppercase;
}

.software-page #logo-header {
  margin: 0 auto;
  width: 200px;
}

@media (min-width: 40rem) {
  .software-page #about-header {
    display: inline;
    font-size: 7.5rem;
  }
  .software-page #logo-header {
    display: inline;
    height: 6.6rem;
    width: auto;
  }
}

@media (min-width: 64rem) {
  .software-page #about-header {
    font-size: 9rem;
  }
  .software-page #logo-header {
    height: 8rem;
  }
}

.software-page #pixls-blender {
  background-image: url("/images/logo/pixls-atom.png");
  background-position: center;
  background-size: cover;
  height: 500px;
}

@media (max-width: 40rem) {
  .software-page section#img-patdavid {
    height: 300px;
  }
}

.software-page section#about-patdavid {
  padding: initial;
}

.software-page .bitcam {
  width: 75px;
  margin-top: 1.5rem;
  opacity: 0.75;
}

.software-page section.footer {
  background-color: whitesmoke;
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.5);
}

.software-page section.person {
  padding: 0;
}

.software-page div.person {
  background-size: cover;
  height: 500px;
  background-position: center;
}

.software-page .person-name {
  margin: 3rem 0 2rem 0;
  font-family: Oswald;
  font-weight: 300;
}

.software-page img.natural {
  width: initial;
  max-width: 100%;
  display: inline;
}

.software-page #navlogo {
  line-height: 0em;
}

.software-page .column.third > h2 {
  border-bottom: solid 1px #eee;
  margin-bottom: 1rem;
}

.software-page .sw-entry {
  padding-bottom: 1.5rem;
  font-size: 1.3rem;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.software-page .sw-entry p {
  font-size: 0.85rem;
}

.software-page .sw-entry img {
  height: 45px;
  width: auto;
  display: inline;
  vertical-align: middle;
  margin: 0 0.35rem;
}

.software-page .sw-entry > a:before {
  content: "";
  width: 45px;
  height: 45px;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  vertical-align: bottom;
  display: none;
}

.software-page .sw-entry .fa {
  display: block;
  margin-top: 0.5rem;
}

@media (min-width: 64rem) {
  .software-page .sw-entry > a:before {
    content: "";
    display: inline;
    margin-right: initial;
    margin-left: -50px;
    position: absolute;
  }
  .software-page .sw-entry {
    margin-bottom: 0;
    text-align: left;
    margin-left: 50px;
  }
  .software-page .sw-entry .fa {
    font-size: 1rem;
    display: inline;
  }
}

.software-page .sw-entry.darktable > a:before {
  background: url("/software/software-logos.png") 0 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.rawtherapee > a:before {
  background: url("/software/software-logos.png") -45px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.ufraw > a:before {
  background: url("/software/software-logos.png") -89px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.photivo > a:before {
  background: url("/software/software-logos.png") -135px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.gimp > a:before {
  background: url("/software/software-logos.png") -180px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.imagemagick > a:before {
  background: url("/software/software-logos.png") -225px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.krita > a:before {
  background: url("/software/software-logos.png") -270px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.gmic > a:before {
  background: url("/software/software-logos.png") -315px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.hugin > a:before {
  background: url("/software/software-logos.png") -360px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.luminancehdr > a:before {
  background: url("/software/software-logos.png") -405px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.magiclantern > a:before {
  background: url("/software/software-logos.png") -450px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.blender > a:before {
  background: url("/software/software-logos.png") -495px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.lensfun > a:before {
  background: url("/software/software-logos.png") -540px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.digikam > a:before {
  background: url("/software/software-logos.png") -585px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.rapidphotodownloader > a:before {
  background: url("/software/software-logos.png") -630px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.vips > a:before {
  background: url("/software/software-logos.png") -675px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.hdrmerge > a:before {
  background: url("/software/software-logos.png") -720px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.filmulator > a:before {
  background: url("/software/software-logos.png") -767px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.airnef > a:before {
  background: url("/software/software-logos.png") -812px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.gthumb > a:before {
  background: url("/software/software-logos.png") -857px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.macrofusion > a:before {
  background: url("/software/software-logos.png") -902px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.graphicsmagick > a:before {
  background: url("/software/software-logos.png") -947px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.entangle > a:before {
  background: url("/software/software-logos.png") -992px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.dispcalgui > a:before {
  background: url("/software/software-logos.png") -1037px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.film-emulator > a:before {
  background: url("/software/software-logos.png") -1082px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.forensically > a:before {
  background: url("/software/software-logos.png") -1127px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.shotwell > a:before {
  background: url("/software/software-logos.png") -1172px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.exiv2 > a:before {
  background: url("/software/software-logos.png") -1217px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.nomacs > a:before {
  background: url("/software/software-logos.png") -1262px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.geeqie > a:before {
  background: url("/software/software-logos.png") -1307px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.photoflow > a:before {
  background: url("/software/software-logos.png") -1352px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.opendronemap > a:before {
  background: url("/software/software-logos.png") -1397px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.resourcespace > a:before {
  background: url("/software/software-logos.png") -1442px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.opencamera > a:before {
  background: url("/software/software-logos.png") -1484px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.digicamcontrol > a:before {
  background: url("/software/software-logos.png") -1530px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.aphotomanager > a:before {
  background: url("/software/software-logos.png") -1575px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.kphotoalbum > a:before {
  background: url("/software/software-logos.png") -1620px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.photoflare > a:before {
  background: url("/software/software-logos.png") -1665px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.siril > a:before {
  background: url("/software/software-logos.png") -1710px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.qwinff > a:before {
  background: url("/software/software-logos.png") -1755px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.natron > a:before {
  background: url("/software/software-logos.png") -1800px 0 no-repeat;
  display: inline-block;
}

.software-page .sw-entry.lychee > a:before {
  background: url("/software/software-logos.png") -1845px 0 no-repeat;
  display: inline-block;
}

@media (min-width: 40rem) {
  .software-page .sw-entry {
    font-size: 1.4rem;
  }
  .software-page .sw-entry > a:before {
    display: block !important;
  }
}

.software-page .sw-entry .fa {
  margin-left: 0.5rem;
  color: #ccc;
}

.software-page i.fa.fa-nix-win-osx:after {
  /* linux, win, osx */
  content: "\f17c\00a0\f17a\00a0\f179";
  font-family: FontAwesome;
}

.software-page i.fa.fa-nix-win:after {
  /* linux, win */
  content: "\f17c\00a0\f17a";
  font-family: FontAwesome;
}

.software-page i.fa.fa-nix-osx:after {
  /* linux, osx */
  content: "\f17c\00a0\f179";
  font-family: FontAwesome;
}

.software-page i.fa.fa-win-osx:after {
  /* win, osx */
  content: "\f17a\00a0\f179";
  font-family: FontAwesome;
}

.software-page p.sw-desc {
  font-size: 1rem;
  margin-bottom: 0;
  display: none;
}

.software-page .left-align {
  text-align: left;
}

.software-page .not-maintained {
  color: #bd9090;
}

/*
* #### support.scss
*/
.support {
  /*
 * Specifically for styling index.html
 *
@import url(http://fonts.googleapis.com/css?family=Arvo);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700);
 */
  /*
 * TESTING
 * This adds the image to the center of the rule
hr:after {
	background: url('/images/bitcams/bitcam-1.svg') no-repeat top center;
	content: "";
	display: block;
	height: 50px;
	position: relative;
	top: -25px;
	background-size: contain;
}
*/
  /*
p {
    color: #777;
}
*/
  /*
 *
 * Cindy version
 * 
 */
}

.support body {
  font-family: 'Open Sans', sans-serif;
}

.support header {
  background-color: whitesmoke;
  padding: 1rem 0;
  /*
	-moz-box-shadow: inset 0 -20px 20px -20px rgba(50,50,50,0.5);
	-webkit-box-shadow: inset 0 -20px 20px -20px rgba(50,50,50,0.5);
	box-shadow: inset 0 -20px 20px -20px rgba(50,50,50,0.5);
    */
}

.support header#bar {
  padding: 0;
  box-shadow: none;
}

.support h1, .support h2 {
  font-family: "Roboto Slab", Arvo, "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 2rem;
}

.support h2 {
  font-size: 1.5rem;
}

.support header img {
  /*
	width: 250px;
	margin-top: 1.5rem;
	background-color: rgba(255, 163, 0, 0.8);
    */
}

.support header a {
  text-decoration: none;
}

.support #about-header {
  font-family: Oswald;
  font-size: 5rem;
  margin-top: -1rem;
  color: #555;
  text-transform: uppercase;
}

.support #logo-header {
  margin: 0 auto;
  width: 200px;
}

@media (min-width: 40rem) {
  .support #about-header {
    display: inline;
    font-size: 9rem;
  }
  .support #logo-header {
    display: inline;
    height: 8rem;
    width: auto;
  }
}

.support #pixls-blender {
  background-image: url("/images/logo/pixls-atom.png");
  background-position: center;
  background-size: cover;
  height: 500px;
}

@media (max-width: 40rem) {
  .support section#img-patdavid {
    height: 300px;
  }
}

.support section#about-patdavid {
  padding: initial;
}

.support .bitcam {
  width: 75px;
  margin-top: 1.5rem;
  opacity: 0.75;
}

.support section.footer {
  background-color: whitesmoke;
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.5);
}

.support section.person {
  padding: 0;
}

.support div.person {
  background-size: cover;
  height: 500px;
  background-position: center;
}

.support .person-name {
  margin: 3rem 0 2rem 0;
  font-family: Oswald;
  font-weight: 300;
}

.support img.natural {
  width: initial;
  max-width: 100%;
  display: inline;
}

.support #navlogo {
  line-height: 0em;
}

.support #mission {
  font-size: 1.5rem;
  max-width: 35rem;
}

.support .left-align {
  text-align: left;
}

.support img.donate {
  width: initial;
  display: inline;
  margin: 0 0 -0.75rem;
}

.support .row.donate {
  margin-bottom: 2rem;
}

.support .donate form {
  margin-bottom: -0.75rem;
  font-size: 0.8rem;
}

.support .donate form table {
  margin: 0;
}

.support .donate-btn td {
  padding: 0;
}

.support .donate-btn td input[name='submit'] {
  margin-bottom: -0.4rem;
}

.support .attrib-desc {
  font-size: 0.6rem;
}

.support .attrib-value input {
  font-size: 0.7rem;
  width: 168px;
}

.support .cindy .row.clearfix {
  margin-bottom: 1.5rem;
}

.support .cindy .column.half {
  padding: 0.5rem 0.5rem 0;
}

.support .cindy .column.half div {
  background-color: whitesmoke;
  padding: 1rem;
  border-radius: 0.5rem;
  text-align: right;
}

.support .cindy .column.half div h2 {
  text-align: left;
}

.support .cindy .column.half div:hover h2 {
  color: #497bad;
}

.support .cindy .column.half div:hover p {
  color: #666;
}

.support .cindy .column.half div p {
  font-size: 0.85rem;
  line-height: 1.35;
}

.support .cindy input[name='os0'] {
  width: 100%;
  border: none;
  border-radius: 0.25rem;
  padding: 0.2rem 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
}

.support .cindy input[type='submit'] {
  border: solid 1px #777;
  border-radius: 0.25rem;
  padding: 0.2rem 0.5rem;
  font-size: 0.9rem;
}

.support .cindy .column.half div:hover input[type='submit'] {
  color: white;
  background-color: #497bad;
}

.support .column.half ul {
  margin-left: 0;
  color: #777;
  font-size: 0.9rem;
}
