/*! normalize.css v3.0.0 | 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.
 */
/* line 9, sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, sass/_normalize.scss */
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.
 */
/* line 43, sass/_normalize.scss */
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.
 */
/* line 55, sass/_normalize.scss */
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.
 */
/* line 65, sass/_normalize.scss */
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.
 */
/* line 76, sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 87, sass/_normalize.scss */
a {
  background: transparent;
}

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 124, sass/_normalize.scss */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 142, sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 151, sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 167, sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 182, sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 190, sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 209, sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 219, sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 230, sass/_normalize.scss */
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.
 */
/* line 254, sass/_normalize.scss */
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.
 */
/* line 264, sass/_normalize.scss */
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.
 */
/* line 276, sass/_normalize.scss */
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.
 */
/* line 291, sass/_normalize.scss */
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 301, sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 310, sass/_normalize.scss */
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.
 */
/* line 320, sass/_normalize.scss */
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.
 */
/* line 333, sass/_normalize.scss */
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`.
 */
/* line 345, sass/_normalize.scss */
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).
 */
/* line 355, sass/_normalize.scss */
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).
 */
/* line 369, sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, sass/_normalize.scss */
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.
 */
/* line 388, sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, sass/_normalize.scss */
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.
 */
/* line 406, sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 423, sass/_normalize.scss */
td,
th {
  padding: 0;
}

/*BORDER-BOX ALL THE THINGS! (http://paulirish.com/2012/box-sizing-border-box-ftw/)*/
/* line 2, sass/_functions.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 6, sass/_functions.scss */
*:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*Contain floats*/
/* line 12, sass/_functions.scss */
.clearfix, #exemple, .centered, .clear {
  zoom: 1;
}
/* line 14, sass/_functions.scss */
.clearfix:before, #exemple:before, .clearfix:after, #exemple:after, .centered:before, .centered:after, .clear:before, .clear:after {
  content: "";
  display: table;
}
/* line 15, sass/_functions.scss */
.clearfix:after, #exemple:after, .centered:after, .clear:after {
  clear: both;
}

/* line 1, sass/_base.scss */
body {
  border-top: 5px solid #38a79f;
  overflow-x: hidden !important;
  background: #FFF;
  color: #666;
}

/* line 8, sass/_base.scss */
h1, h2, h3, h4, h4, h6 {
  color: #333;
}

/* line 14, sass/_base.scss */
a {
  text-decoration: none;
  color: #38a79f;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
/* line 19, sass/_base.scss */
a:hover {
  color: #333;
}

/* line 24, sass/_base.scss */
hr {
  background: rgba(0, 0, 0, 0.1);
}

/* line 28, sass/_base.scss */
.wrap {
  max-width: 800px;
  width: 95%;
  margin: 0 auto;
}

/* line 34, sass/_base.scss */
#fork-this {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 150px 150px 0;
  border-color: transparent #38a79f transparent transparent;
}
/* line 45, sass/_base.scss */
#fork-this a {
  display: block;
  position: absolute;
  z-index: 10;
  width: 150px;
  height: 150px;
  top: 0;
  right: -150px;
  z-index: 10;
  background: url("fork.png") no-repeat 0 0;
  background-size: 150px 150px;
}

/* line 59, sass/_base.scss */
#share {
  margin-bottom: 3rem;
}
/* line 63, sass/_base.scss */
#share #fb, #share #twitter {
  display: inline-block;
}
/* line 67, sass/_base.scss */
#share #fb {
  position: relative;
  top: -10px;
}

/* line 74, sass/_base.scss */
header {
  text-align: center;
}
/* line 78, sass/_base.scss */
header h1 {
  margin-top: 0;
  font-size: 8rem;
}
/* line 83, sass/_base.scss */
header .tagline {
  font-size: 1.5rem;
  font-family: "Helvetica neue", Helvetica, Arial, sans-serif;
  margin-bottom: 2.5rem;
}

/* line 96, sass/_base.scss */
#box-container {
  margin: 0;
  padding: 0;
}

/* line 103, sass/_base.scss */
.box {
  list-style-type: none;
  float: left;
  margin-bottom: 1rem;
  margin-left: 1%;
  margin-right: 1%;
  width: 48%;
}
/* line 111, sass/_base.scss */
.box:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
/* line 116, sass/_base.scss */
.box:nth-child(2n+0) {
  margin-right: 0;
}
/* line 120, sass/_base.scss */
.box a {
  display: block;
  width: 100%;
  height: auto;
}
/* line 125, sass/_base.scss */
.box a img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* line 136, sass/_base.scss */
#action {
  text-align: center;
}

/* line 140, sass/_base.scss */
footer {
  font-size: 0.9rem;
  font-family: "Helvetica neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-top: 5rem;
  padding: 1rem;
  color: #666;
}
/* line 147, sass/_base.scss */
footer a {
  color: #666;
}

/* line 1, sass/_typography.scss */
body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Noto Serif', serif;
  font-size: 24px;
  line-height: 1.7;
}

/* line 8, sass/_typography.scss */
h1, h2, h3, h4, h4, h6 {
  font-family: 'Source Sans Pro', sans-serif;
}

/* line 12, sass/_typography.scss */
h1, h2, h3, h4, h4, h6, p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

/* line 17, sass/_typography.scss */
h1 {
  font-size: rem-calc(81);
}

/* line 18, sass/_typography.scss */
h2 {
  font-size: rem-calc(72);
}

/* line 19, sass/_typography.scss */
h3 {
  font-size: rem-calc(64);
}

/* line 20, sass/_typography.scss */
h4 {
  font-size: rem-calc(48);
}

/* line 21, sass/_typography.scss */
h5 {
  font-size: rem-calc(32);
}

/* line 22, sass/_typography.scss */
h6 {
  font-size: 1rem;
}

/* line 24, sass/_typography.scss */
hr {
  margin: 3rem 0;
  border: none;
  height: 4px;
  color: rgba(0, 0, 0, 0.2);
}

/* line 31, sass/_typography.scss */
ul, ol {
  text-align: left;
}
/* line 35, sass/_typography.scss */
ul li, ol li {
  list-style-type: square;
}

/* line 41, sass/_typography.scss */
code, pre {
  padding: 0.5em;
  font-size: 0.95rem;
  color: #333;
  font-family: Monaco, Andale Mono, Courier New, monospace;
  margin-bottom: 1.5em;
  overflow-x: auto;
}

/* line 51, sass/_typography.scss */
code {
  font-size: 1rem;
  line-height: 2rem;
}

/* line 56, sass/_typography.scss */
pre {
  background: whitesmoke;
  -webkit-box-shadow: inset 0px 0px 4px 1px #e6e6e6;
  -moz-box-shadow: inset 0px 0px 4px 1px #e6e6e6;
  box-shadow: inset 0px 0px 4px 1px #e6e6e6;
  border: 1px solid white;
}

/* line 63, sass/_typography.scss */
pre span {
  color: green;
}

/* line 44, sass/_buttons.scss */
.button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
  position: relative;
  opacity: 1 !important;
  line-height: 1 !important;
  font-style: normal !important;
  vertical-align: middle;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
  text-shadow: none !important;
  font-family: "Helvetica neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 700;
  text-decoration: none !important;
  display: inline-block;
  letter-spacing: 0;
  color: white !important;
  width: auto;
  border: none !important;
  background-image: none;
  background-color: #38a79f;
  -webkit-box-shadow: 0 6px 0 #256e68;
  -moz-box-shadow: 0 6px 0 #256e68;
  box-shadow: 0 6px 0 #256e68;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  font-size: 1.5rem;
  padding: 1.7rem 2.5rem;
  margin: 1rem 0.5%;
  width: 48%;
}
/* line 31, sass/_buttons.scss */
.button:hover, .button:focus {
  background-image: none;
  border: none;
  background-color: #32948d;
}
/* line 37, sass/_buttons.scss */
.button:active {
  top: 1px;
  background-image: none;
  -webkit-box-shadow: 0 3px 0 #256e68;
  -moz-box-shadow: 0 3px 0 #256e68;
  box-shadow: 0 3px 0 #256e68;
}

@media screen and (max-width: 1600px) {
  /* line 5, sass/_media-queries.scss */
  body {
    font-size: 20px;
  }
}
@media screen and (max-width: 799px) {
  /* line 15, sass/_media-queries.scss */
  body {
    font-size: 16px;
  }

  /* line 19, sass/_media-queries.scss */
  header h1 {
    font-size: 5rem;
  }

  /* line 23, sass/_media-queries.scss */
  header .tagline {
    font-size: 1.1rem;
  }

  /* line 27, sass/_media-queries.scss */
  hr {
    margin: 2rem 0;
  }

  /* line 31, sass/_media-queries.scss */
  #fork-this {
    display: none;
  }

  /* line 35, sass/_media-queries.scss */
  #share #fb {
    top: -8px;
  }

  /* line 39, sass/_media-queries.scss */
  .button {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  /* line 45, sass/_media-queries.scss */
  .button {
    font-size: 1.3rem;
    padding: 1.4rem 2rem;
  }
}
@media screen and (max-width: 410px) {
  /* line 56, sass/_media-queries.scss */
  header h1 {
    font-size: 3.5rem;
  }

  /* line 60, sass/_media-queries.scss */
  .box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
