/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
@import url(bootstrap.css);
/* line 12, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 30, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 50, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 64, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
/* line 74, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 86, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 94, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 108, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 116, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 124, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 133, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 141, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 151, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 163, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
/* line 173, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 181, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 189, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 197, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
sup {
  top: -0.5em; }

/* line 201, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 213, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 221, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 233, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 245, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 256, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 267, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 281, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 294, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
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.
 */
/* line 306, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 316, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 328, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 340, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 349, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 360, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 373, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/normalize.css */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 7, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
body {
  background-color: #E14B3B;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 300; }
  /* line 13, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
  body .introduction {
    margin-top: 40px;
    font-size: 30px; }
    /* line 18, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
    body .introduction .highlight {
      color: #f9dbd7; }

/* line 26, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
.postcard-background {
  background-color: #333;
  border-bottom: 10px solid #FFF;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(106, 39, 34, 0.6);
  box-shadow: -1px 1px 1px 1px rgba(106, 39, 34, 0.6);
  position: relative; }
  /* line 32, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
  .postcard-background .weather-conditions {
    z-index: 2000;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 10px;
    text-align: center;
    color: #FFF; }
    /* line 40, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
    .postcard-background .weather-conditions h1 {
      font-size: 65px;
      margin: 0 auto;
      font-weight: 100; }
    /* line 46, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
    .postcard-background .weather-conditions h1::after {
      content: "\00b0";
      position: relative;
      vertical-align: super;
      font-size: 30px;
      font-weight: 100; }
    /* line 53, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
    .postcard-background .weather-conditions h1, .postcard-background .weather-conditions .conditions {
      text-shadow: 0 1px 2px #1D5987; }

/* line 59, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
.postcard {
  position: relative;
  overflow: hidden;
  height: 475px;
  left: 0;
  right: 0;
  top: 0; }
  /* line 69, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
  .postcard.night {
    opacity: .7; }

/* line 75, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
.weather-control-panel {
  pointer-events: none;
  max-height: 0;
  background: #ca2f1f;
  overflow: hidden;
  cursor: pointer;
  font-weight: 100;
  color: #FFF;
  -webkit-transition: max-height .3s ease-out;
  -moz-transition: max-height .3s ease-out;
  -ms-transition: max-height .3s ease-out;
  -o-transition: max-height .3s ease-out;
  transition: max-height .3s ease-out; }
  /* line 89, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
  .weather-control-panel.visible {
    pointer-events: auto;
    max-height: 2000px;
    -webkit-transition: max-height .3s ease-in;
    -moz-transition: max-height .3s ease-in;
    -ms-transition: max-height .3s ease-in;
    -o-transition: max-height .3s ease-in;
    transition: max-height .3s ease-in; }
  /* line 99, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
  .weather-control-panel .row-panel {
    margin: 40px auto; }
  /* line 103, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
  .weather-control-panel .controls-button-wrapper {
    margin: 0 auto;
    text-align: center; }
  /* line 108, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
  .weather-control-panel .controls-button-group {
    margin: 25px auto;
    text-align: center; }
    /* line 111, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
    .weather-control-panel .controls-button-group .btn {
      border: 1px solid #810000;
      color: #810000;
      background: transparent; }
      /* line 116, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
      .weather-control-panel .controls-button-group .btn:active {
        background-color: #bd2c1d; }
  /* line 123, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
  .weather-control-panel .condition {
    display: inline-block;
    margin-bottom: 10px;
    text-align: center; }
    /* line 128, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
    .weather-control-panel .condition .condition-wrapper {
      border-radius: 4px 4px 2px 2px;
      color: #810000;
      padding: 15px 0 5px;
      border: 1px solid transparent; }
      /* line 133, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
      .weather-control-panel .condition .condition-wrapper .meteocon {
        font-size: 60px;
        line-height: 50px;
        text-align: center;
        display: block; }
    /* line 143, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
    .weather-control-panel .condition.selected .condition-wrapper {
      border: 1px solid #810000; }
    /* line 148, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
    .weather-control-panel .condition:hover .condition-wrapper, .weather-control-panel .condition.selected .condition-wrapper {
      color: #FFF;
      background-color: #bd2c1d; }

/* line 160, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
.weather-control-panel-button {
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.1);
  color: #FFF;
  margin: 10px 10px;
  text-align: center;
  padding: 8px 12px;
  outline: none;
  box-shadow: 0 0px 2px #1D5987;
  text-shadow: 0 1px 2px #1D5987; }
  /* line 171, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
  .weather-control-panel-button:hover {
    box-shadow: 0 0px 5px #1D5987;
    text-shadow: 1px 1px 5px #1D5987; }
  /* line 175, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
  .weather-control-panel-button:active {
    box-shadow: 0 0px 1px #1D5987;
    text-shadow: 0px 0px 1px #1D5987; }

/* line 185, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
.content-container .introduction p {
  margin-bottom: 30px; }
/* line 188, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
.content-container .introduction h2 {
  padding: 10px 0;
  color: #f9dbd7;
  border-bottom: 1px solid #ca2f1f;
  margin-bottom: 30px; }
/* line 196, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
.content-container .examples {
  margin-bottom: 40px; }
  /* line 198, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
  .content-container .examples .example {
    border-radius: 4px 4px 2px 2px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(129, 0, 0, 0.8);
    box-shadow: 0px 0px 2px 0px rgba(129, 0, 0, 0.8); }
    /* line 204, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
    .content-container .examples .example .screenshot {
      background-color: #FFF;
      background-size: cover;
      background-repeat: no-repeat;
      height: 200px;
      border-radius: 4px 4px 0 0;
      position: relative;
      border-bottom: 1px solid #EFEFEF; }
      /* line 213, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
      .content-container .examples .example .screenshot a {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0; }
    /* line 221, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
    .content-container .examples .example .description {
      background-color: #FFF;
      border-radius: 0 0 4px 4px;
      padding: 8px; }
      /* line 222, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
      .content-container .examples .example .description h5 {
        font-weight: bold; }
      /* line 228, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
      .content-container .examples .example .description p {
        height: 80px; }
      /* line 231, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
      .content-container .examples .example .description .links {
        padding: 30px;
        text-align: center; }
        /* line 234, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
        .content-container .examples .example .description .links a {
          color: #ca2f1f; }
  /* line 242, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
  .content-container .examples .example.foggy .screenshot {
    background-image: url(/images/foggy.png); }
  /* line 248, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
  .content-container .examples .example.numbers .screenshot {
    background-image: url(/images/magicnumbers.png); }
  /* line 254, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
  .content-container .examples .example.dash .screenshot {
    background-image: url(/images/bart-dash.png); }
/* line 262, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
.content-container .social .social-wrapper {
  margin: 20px 0px 40px 0px;
  font-size: 70px;
  text-align: center; }
  /* line 266, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
  .content-container .social .social-wrapper p {
    font-size: 24px; }

/* line 278, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
input[type=range] {
  margin-top: 45px;
  /*removes default webkit styles*/
  -webkit-appearance: none;
  /*fix for FF unable to apply focus style bug */
  border: 1px solid #CA2F1F;
  background: #BD2C1D; }

/* line 288, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
input[type=range]::-webkit-slider-runnable-track {
  height: 5px;
  background: #BD2C1D;
  border: none;
  border-radius: 3px; }

/* line 294, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #810000;
  margin-top: -4px; }

/* line 303, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
input[type=range]:focus {
  outline: none; }

/* line 306, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #BD2C1D; }

/* line 310, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
input[type=range]::-moz-range-track {
  height: 5px;
  background: #BD2C1D;
  border: none;
  border-radius: 3px; }

/* line 316, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #810000; }

/*hide the outline behind the border*/
/* line 325, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px; }

/* line 330, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
input[type=range]::-ms-track {
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent; }

/* line 343, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px; }

/* line 347, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
input[type=range]::-ms-fill-upper {
  background: #BD2C1D;
  border-radius: 10px; }

/* line 351, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #810000; }

/* line 358, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
input[type=range]:focus::-ms-fill-lower {
  background: #BD2C1D; }

/* line 361, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/home.css.scss */
input[type=range]:focus::-ms-fill-upper {
  background: #ccc; }

/* line 2, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/landscape.css.scss */
#ocean {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 260px;
  height: 250px;
  background: #409396;
  /* Old browsers */
  background: -moz-linear-gradient(top, #409396 0%, #306175 91%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #409396), color-stop(91%, #306175));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #409396 0%, #306175 91%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #409396 0%, #306175 91%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #409396 0%, #306175 91%);
  /* IE10+ */
  background: linear-gradient(to bottom, #409396 0%, #306175 91%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#409396', endColorstr='#306175',GradientType=0 );
  /* IE6-9 */ }

/* line 21, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/landscape.css.scss */
#ocean.mostly-cloudy {
  background: #c3e4ef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c3e4ef 0%, #306175 54%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c3e4ef), color-stop(54%, #306175));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c3e4ef 0%, #306175 54%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c3e4ef 0%, #306175 54%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c3e4ef 0%, #306175 54%);
  /* IE10+ */
  background: linear-gradient(to bottom, #c3e4ef 0%, #306175 54%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3e4ef', endColorstr='#306175',GradientType=0 );
  /* IE6-9 */ }

/* line 33, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/landscape.css.scss */
#ocean.storm {
  background: #7d9a9e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7d9a9e 0%, #306175 54%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d9a9e), color-stop(54%, #306175));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7d9a9e 0%, #306175 54%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7d9a9e 0%, #306175 54%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7d9a9e 0%, #306175 54%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7d9a9e 0%, #306175 54%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d9a9e', endColorstr='#306175',GradientType=0 );
  /* IE6-9 */ }

/* line 45, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/landscape.css.scss */
#sutro-tower {
  background: url(/images/sutro-tower.png) no-repeat;
  position: absolute;
  left: 414px;
  top: 120px;
  width: 20px;
  height: 80px;
  z-index: 10;
  background-size: contain; }

/* line 57, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/landscape.css.scss */
#sutro-hill {
  background: url(/images/headland.png) no-repeat;
  position: absolute;
  left: 43px;
  top: 193px;
  width: 700px;
  height: 104px;
  z-index: 10; }

/* line 67, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/landscape.css.scss */
#sutro-hill-2 {
  background: url(/images/headland.png) no-repeat;
  position: absolute;
  left: 363px;
  top: 209px;
  width: 700px;
  height: 104px;
  z-index: 10; }

/* line 77, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/landscape.css.scss */
#distant-hill-3 {
  background: url(/images/forefront_hill.png) no-repeat;
  position: absolute;
  left: -65px;
  top: 250px;
  width: 700px;
  height: 391px;
  z-index: 10; }

/* line 87, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/landscape.css.scss */
#distant-hill {
  background: url(/images/headland.png) no-repeat;
  position: absolute;
  left: 560px;
  top: 230px;
  width: 700px;
  height: 391px;
  z-index: 15; }

/* line 97, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/landscape.css.scss */
#distant-hill-2 {
  background: url(/images/headland.png) no-repeat;
  position: absolute;
  left: 173px;
  top: 244px;
  width: 700px;
  height: 391px;
  z-index: 20; }

/* line 107, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/landscape.css.scss */
#forefront-hill {
  background: url(/images/forefront_hill.png) no-repeat;
  position: absolute;
  left: 358pxpx;
  top: 285px;
  width: 700px;
  height: 391px;
  z-index: 25; }

/* line 117, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/landscape.css.scss */
#city-hill {
  background: url(/images/forefront_hill.png) no-repeat;
  position: absolute;
  left: -40px;
  top: 275px;
  width: 700px;
  height: 391px;
  z-index: 29; }

/* line 127, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/landscape.css.scss */
#skyline {
  background: url(/images/skyline.png) no-repeat;
  position: absolute;
  left: 50px;
  top: 265px;
  width: 120px;
  height: 60px;
  z-index: 31;
  background-size: contain; }

/* line 138, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/landscape.css.scss */
#skyline-front {
  background: url(/images/skyline2.png) no-repeat;
  position: absolute;
  left: 40px;
  top: 255px;
  width: 120px;
  height: 60px;
  z-index: 31;
  background-size: contain; }

/* line 149, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/landscape.css.scss */
#city {
  position: absolute;
  background: url(/images/city.png) no-repeat;
  left: -5px;
  top: 276px;
  width: 350px;
  height: 120px;
  z-index: 29;
  background-size: contain; }

/* line 160, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/landscape.css.scss */
#city2 {
  position: absolute;
  background: url(/images/city.png) no-repeat;
  left: 45px;
  top: 285px;
  width: 350px;
  height: 120px;
  z-index: 29;
  background-size: contain; }

/* line 171, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/landscape.css.scss */
#headland {
  background: url(/images/headland.png) no-repeat;
  position: absolute;
  left: 385px;
  top: 280px;
  width: 720px;
  height: 391px;
  z-index: 30; }

/* line 181, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/landscape.css.scss */
#headland-cliff {
  position: absolute;
  left: 626px;
  top: 333px;
  width: 280px;
  height: 75px;
  z-index: 40; }

/* line 190, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/landscape.css.scss */
#bridge {
  background: url(/images/gg2.png) no-repeat;
  position: absolute;
  left: -100px;
  top: 115px;
  width: 770px;
  height: 450px;
  z-index: 45;
  background-size: contain; }

/* line 201, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/landscape.css.scss */
#weather_background {
  z-index: 0;
  height: 290px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }

/* line 210, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/landscape.css.scss */
#weather_midground {
  z-index: 10;
  height: 260px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }

/* line 219, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/landscape.css.scss */
#weather_foreground {
  z-index: 50;
  height: 200px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }

/* line 228, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/landscape.css.scss */
#fog-front {
  z-index: 50;
  top: 220px;
  position: absolute;
  height: 260px;
  right: 0;
  left: 0; }

/* line 3, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
#sky {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 260px;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out; }

/* line 15, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
.sky-gradient-default {
  background: #5487c5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5487c5 0%, #9ac5e3 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5487c5), color-stop(73%, #9ac5e3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5487c5 0%, #9ac5e3 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5487c5 0%, #9ac5e3 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5487c5 0%, #9ac5e3 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5487c5 0%, #9ac5e3 73%);
  /* W3C */ }

/* line 24, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
.sky-gradient-0, .sky-gradient-24 {
  background: #00000c; }

/* line 25, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
.sky-gradient-1 {
  background: linear-gradient(to bottom, #020111 85%, #191621 100%); }

/* line 26, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
.sky-gradient-2 {
  background: linear-gradient(to bottom, #020111 60%, #20202c 100%); }

/* line 27, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
.sky-gradient-3 {
  background: linear-gradient(to bottom, #020111 10%, #3a3a52 100%); }

/* line 28, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
.sky-gradient-4 {
  background: linear-gradient(to bottom, #20202c 0%, #515175 100%); }

/* line 29, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
.sky-gradient-5 {
  background: linear-gradient(to bottom, #40405c 0%, #6f71aa 80%, #8a76ab 100%); }

/* line 30, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
.sky-gradient-6 {
  background: linear-gradient(to bottom, #4a4969 0%, #7072ab 50%, #cd82a0 100%); }

/* line 31, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
.sky-gradient-7 {
  background: linear-gradient(to bottom, #757abf 0%, #8583be 60%, #eab0d1 100%); }

/* line 32, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
.sky-gradient-8 {
  background: linear-gradient(to bottom, #82addb 0%, #ebb2b1 100%); }

/* line 33, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
.sky-gradient-9 {
  background: linear-gradient(to bottom, #94c5f8 1%, #a6e6ff 70%, #b1b5ea 100%); }

/* line 34, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
.sky-gradient-10 {
  background: linear-gradient(to bottom, #b7eaff 0%, #94dfff 100%); }

/* line 35, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
.sky-gradient-11 {
  background: linear-gradient(to bottom, #9be2fe 0%, #67d1fb 100%); }

/* line 36, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
.sky-gradient-12 {
  background: linear-gradient(to bottom, #5487c5 0%, #9ac5e3 73%); }

/* line 37, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
.sky-gradient-13 {
  background: linear-gradient(to bottom, #5487c5 0%, #9ac5e3 73%); }

/* line 38, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
.sky-gradient-14 {
  background: linear-gradient(to bottom, #5487c5 0%, #9ac5e3 73%); }

/* line 39, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
.sky-gradient-15 {
  background: linear-gradient(to bottom, #5487c5 0%, #9ac5e3 73%); }

/* line 40, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
.sky-gradient-16 {
  background: linear-gradient(to bottom, #5487c5 0%, #9ac5e3 73%); }

/* line 41, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
.sky-gradient-17 {
  background: linear-gradient(to bottom, #1e528e 0%, #728a7c 50%, #e9ce5d 100%); }

/* line 42, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
.sky-gradient-18 {
  background: linear-gradient(to bottom, #154277 0%, #576e71 30%, #e1c45e 70%, #b26339 100%); }

/* line 43, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
.sky-gradient-19 {
  background: linear-gradient(to bottom, #163C52 0%, #4F4F47 30%, #C5752D 60%, #B7490F 80%, #2F1107 100%); }

/* line 44, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
.sky-gradient-20 {
  background: linear-gradient(to bottom, #071B26 0%, #071B26 30%, #8A3B12 80%, #240E03 100%); }

/* line 45, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
.sky-gradient-21 {
  background: linear-gradient(to bottom, #090401 50%, #4B1D06 100%); }

/* line 46, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
.sky-gradient-22 {
  background: linear-gradient(to bottom, #00000c 80%, #150800 100%); }

/* line 47, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
.sky-gradient-23 {
  background: linear-gradient(to bottom, #00000c 80%, #150800 100%); }

/* line 50, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
#haze {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 260px; }

/* line 58, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
#haze.mostly-cloudy {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 31%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(31%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 31%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #efefef 31%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #efefef 31%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #efefef 31%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
  /* IE6-9 */
  opacity: .8; }

/* line 70, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
#haze.raining, #haze.stormy {
  background: #bec3d1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bec3d1 0%, #8f909e 91%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bec3d1), color-stop(91%, #8f909e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bec3d1 0%, #8f909e 91%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bec3d1 0%, #8f909e 91%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bec3d1 0%, #8f909e 91%);
  /* IE10+ */
  background: linear-gradient(to bottom, #bec3d1 0%, #8f909e 91%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bec3d1', endColorstr='#8f909e',GradientType=0 );
  /* IE6-9 */
  opacity: .8; }

/* line 84, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/sky.css.scss */
#haze.stormy {
  background: #bec3d1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bec3d1 0%, #8f909e 91%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bec3d1), color-stop(91%, #8f909e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bec3d1 0%, #8f909e 91%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bec3d1 0%, #8f909e 91%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bec3d1 0%, #8f909e 91%);
  /* IE10+ */
  background: linear-gradient(to bottom, #bec3d1 0%, #8f909e 91%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bec3d1', endColorstr='#8f909e',GradientType=0 );
  /* IE6-9 */
  opacity: .8; }

@font-face {
  font-family: 'MeteoconsRegular';
  src: url("../fonts/meteocons-webfont.eot");
  src: url("../fonts/meteocons-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/meteocons-webfont.woff") format("woff"), url("../fonts/meteocons-webfont.ttf") format("truetype"), url("../fonts/meteocons-webfont.svg#MeteoconsRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 12, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/meteocons.css */
[meteocon-icon]:before {
  font-family: 'MeteoconsRegular';
  content: attr(meteocon-icon); }

/* line 12, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/all.css.scss */
a {
  color: #f9dbd7; }
  /* line 14, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/all.css.scss */
  a:hover {
    color: #bd2c1d;
    text-decoration: none; }

/* line 20, /Users/sean/Development/cannuk/middleman/personal-site-static/source/stylesheets/all.css.scss */
footer {
  color: #810000;
  padding: 45px;
  text-align: center; }
