/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

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

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

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

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `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
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
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.
 */
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
 */
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.
 */
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.
 */
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],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
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).
 */
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.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
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.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/*
* Fluid Skeleton 
* Based on Skeleton, Dave Gamache
* www.getskeleton.com
* Butchered by Ian Yates
* http://webdesign.tutsplus.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
/* Flexible Column Widths - mobile first
================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0; }

.container .columns,
.container .column {
  float: left;
  display: inline;
  padding-left: 1em;
  padding-right: 1em; }

.container .one.column,
.container .one.columns,
.container .two.columns,
.container .three.columns,
.container .four.columns,
.container .five.columns,
.container .six.columns,
.container .seven.columns,
.container .eight.columns,
.container .nine.columns,
.container .ten.columns,
.container .eleven.columns,
.container .twelve.columns,
.container .thirteen.columns,
.container .fourteen.columns,
.container .fifteen.columns,
.container .sixteen.columns,
.container .one-third.column,
.container .two-thirds.column {
  width: 100%; }

/* Offsets */
.container .offset-by-one,
.container .offset-by-two,
.container .offset-by-three,
.container .offset-by-four,
.container .offset-by-five,
.container .offset-by-six,
.container .offset-by-seven,
.container .offset-by-eight,
.container .offset-by-nine,
.container .offset-by-ten,
.container .offset-by-eleven,
.container .offset-by-twelve,
.container .offset-by-thirteen,
.container .offset-by-fourteen,
.container .offset-by-fifteen {
  margin-left: 0; }

/* #getting bigger - breakpoint tablets
================================================== */
@media only screen and (min-width: 480px) {
  .container {
    width: 90%; } }

/* #getting bigger - breakpoint beyond tablets portrait
================================================== */
@media only screen and (min-width: 769px) {
  .container .columns {
    padding-left: 1em;
    padding-right: 1em; }
  .container .one.columns {
    width: 6.25%; }
  .container .two.columns {
    width: 12.5%; }
  .container .three.columns {
    width: 18.75%; }
  .container .four.columns {
    width: 25%; }
  .container .five.columns {
    width: 31.25%; }
  .container .six.columns {
    width: 37.5%; }
  .container .seven.columns {
    width: 43.75%; }
  .container .eight.columns {
    width: 50%; }
  .container .nine.columns {
    width: 56.25%; }
  .container .ten.columns {
    width: 62.5%; }
  .container .eleven.columns {
    width: 68.75%; }
  .container .twelve.columns {
    width: 75%; }
  .container .thirteen.columns {
    width: 81.25%; }
  .container .fourteen.columns {
    width: 87.5%; }
  .container .fifteen.columns {
    width: 93.75%; }
  .container .sixteen.columns {
    width: 100%; }
  .container .one-third.column {
    width: 33.33%; }
  .container .two-thirds.column {
    width: 66.66%; }
  /* Offsets */
  .container .offset-by-one {
    margin-left: 6.25%; }
  .container .offset-by-two {
    margin-left: 12.5%; }
  .container .offset-by-three {
    margin-left: 18.75%; }
  .container .offset-by-four {
    margin-left: 25%; }
  .container .offset-by-five {
    margin-left: 31.25%; }
  .container .offset-by-six {
    margin-left: 37.5%; }
  .container .offset-by-seven {
    margin-left: 43.75%; }
  .container .offset-by-eight {
    margin-left: 50%; }
  .container .offset-by-nine {
    margin-left: 56.25%; }
  .container .offset-by-ten {
    margin-left: 62.5%; }
  .container .offset-by-eleven {
    margin-left: 68.75%; }
  .container .offset-by-twelve {
    margin-left: 75%; }
  .container .offset-by-thirteen {
    margin-left: 81.25%; }
  .container .offset-by-fourteen {
    margin-left: 87.5%; }
  .container .offset-by-fifteen {
    margin-left: 93.75%; } }

/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

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

.row,
.clearfix {
  zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* apply a natural box layout model to all elements */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* = fonts ===== */
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'IntriqueScript';
  src: url("fonts/IntriqueScript.eot");
  src: url("fonts/IntriqueScript.eot?#iefix") format("embedded-opentype"), url("fonts/IntriqueScript.woff") format("woff"), url("fonts/IntriqueScript.ttf") format("truetype"); }

/* = html ===== */
html {
  font: 100%/1.5em 'Varela Round', arial, sans-serif;
  height: 100%; }

.html-mobile-background.skrollable {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

body {
  font-size: 1.125em;
  /* 18px / 16px */
  line-height: 1.7em;
  color: white;
  background: #4D5F47;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover; }
  body:after {
    content: url(../img/pic-front-cover.jpg) url(../img/pic-time.jpg) url(../img/pic-germination.jpg) url(../img/pic-preparation.jpg) url(../img/pic-reaping.jpg) url(../img/pic-conclusion.jpg);
    display: none; }

a, a:focus, a:visited {
  text-decoration: underline;
  color: white;
  font-weight: bold; }

a:hover {
  text-decoration: none; }

h1, h2, h3 {
  font-family: 'IntriqueScript', 'comic sans ms', georgia, serif;
  line-height: .66em;
  margin: 32px 0;
  text-transform: lowercase;
  font-weight: normal; }

h1 {
  font-size: 9em; }

h2 {
  font-size: 7em; }

h3 {
  font-size: 5em;
  text-transform: none; }

h4 {
  margin-bottom: -1em; }

blockquote {
  font-size: 1.5em;
  line-height: 1.2em;
  margin: 1em 20% 1em 0; }
  blockquote.align-right {
    margin: 1em 0 1em 20%; }

ul li {
  list-style-image: url(../img/bg-trowel.png); }

/* = utilities ===== */
.text-rep {
  text-indent: -9999px; }

.align-right {
  text-align: right; }

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

.fn-ref {
  position: relative;
  top: -0.66em;
  font-size: .66em;
  font-weight: normal; }

.band {
  position: relative;
  min-height: 1000px;
  overflow: hidden; }
  .band.page-22 {
    min-height: 0; }
  .band .columns {
    padding-top: 1em;
    padding-bottom: 1em; }

footer.band {
  min-height: 0; }

ul.no-style,
ul.no-style li {
  list-style: none;
  padding-left: 0;
  margin-left: 0; }

.skrollable {
  position: relative; }

/* = page chrome ===== */
.page-chrome {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  z-index: 9999;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  font-size: 11px;
  line-height: 24px; }
  .page-chrome a:link,
  .page-chrome a:focus,
  .page-chrome a:visited {
    display: inline-block;
    padding: 0px 10px;
    color: #333;
    text-shadow: 0 -1px 0 #fff;
    letter-spacing: 1px;
    text-decoration: none; }
    .page-chrome a:link:hover,
    .page-chrome a:focus:hover,
    .page-chrome a:visited:hover {
      background: rgba(255, 255, 255, 0.8);
      color: #000; }
  .page-chrome span.right {
    float: right; }
    .page-chrome span.right a {
      display: block;
      float: left; }

i.support-note {
  font-style: normal; }

/* = title cover ===== */
header.band {
  text-align: center;
  min-height: 1200px; }
  header.band .container {
    padding-top: 30%; }
  header.band .scrollme {
    font: 3em/1 'IntriqueScript', arial, sans-serif; }
    header.band .scrollme:after {
      content: '';
      background: url(../img/icn-down.svg) no-repeat 50% 50%;
      background-size: 65px 65px;
      display: block;
      height: 65px;
      width: 65px;
      margin: 0 auto; }
      .no-svg header.band .scrollme:after {
        background-image: url(../img/icn-down.png); }
  header.band #iriss-logo {
    position: absolute;
    top: 1em;
    left: 0;
    width: 100px;
    height: auto; }

/* = scenes ===== */
.scene2 h2 {
  text-align: right;
  color: #afb598; }

.scene2 .grow-plant {
  position: relative;
  margin-top: 3em; }
  .scene2 .grow-plant img {
    width: 80%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0; }
    .scene2 .grow-plant img.plant-pot {
      z-index: 9999; }
    .scene2 .grow-plant img.plant-stalk {
      z-index: 1; }

.scene3 h3 {
  color: #b5b48a; }

.scene3 .wheelbarrow {
  position: absolute;
  top: 1em;
  left: 0; }

.scene3 img {
  width: auto;
  height: 96px; }

.scene3 .proc {
  position: relative; }
  .scene3 .proc.proc1 {
    margin-left: 96px;
    margin-top: 3em; }
    .scene3 .proc.proc1 img {
      position: absolute;
      top: -5px;
      left: -100px; }
  .scene3 .proc.proc2 {
    margin-left: 256px; }
    .scene3 .proc.proc2 img {
      position: absolute;
      top: 0;
      left: -128px; }
  .scene3 .proc.proc3 {
    margin-left: 384px; }
    .scene3 .proc.proc3 img {
      position: absolute;
      top: -0;
      left: -114px; }

.scene4 h3 {
  color: #b5b48a; }

.scene4 img {
  width: auto;
  height: 128px; }

.scene5 #timetext {
  padding-top: 32px; }

.scene6 h3 {
  color: #b5b48a; }

.scene6 .wheelbarrow {
  position: absolute;
  top: 1em;
  left: 0; }

.scene8 h3 {
  color: #b6b174;
  margin-left: -10%; }

.scene8 .seed-pouring {
  position: relative;
  left: -8%; }
  .scene8 .seed-pouring img {
    width: 80%;
    height: auto;
    position: absolute;
    top: 1em;
    left: 0; }
    .scene8 .seed-pouring img.seed-pack {
      z-index: 9999; }

.scene9 h3 {
  color: #586a6a;
  margin-left: -10%; }

.scene9 ul li {
  list-style-image: url(../img/bg-drop.png); }

.scene9 .can-pouring {
  position: relative;
  left: -8%; }
  .scene9 .can-pouring img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 1em;
    left: 0; }
    .scene9 .can-pouring img.w-can {
      z-index: 9999; }

.scene10 h3 {
  color: #afb598; }

.scene10 .four .scene10-pot {
  width: 100%;
  position: relative; }

.scene10 .four.plant-2, .scene10 .four.plant-4 {
  padding-top: 5em; }

.scene10 .type-plant {
  position: relative;
  text-align: left; }
  .scene10 .type-plant .plant-leaves {
    position: absolute;
    top: 0;
    left: 0;
    width: 33%; }
  .scene10 .type-plant .stalk {
    width: 33%; }

.scene11 h3 {
  color: #767a5d; }

.scene11 .can-leaves {
  width: 100%;
  height: auto; }

.scene11 .scene11-img {
  position: relative; }

.scene11 .leaf {
  position: absolute;
  right: 0;
  top: 0;
  width: 12px; }

.scene13 h3 {
  color: #6c4f43; }

.scene13 .five {
  position: relative;
  padding-top: 23em; }
  .scene13 .five img {
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 0; }
    .scene13 .five img.pot-standing {
      z-index: 9999; }
    .scene13 .five img.pot-fallen {
      width: 55%;
      bottom: -2%;
      z-index: 999; }

.scene14 h3 {
  color: #88795b; }

.scene14 .snip-shears {
  position: absolute;
  top: 6%;
  left: 38%;
  width: 25%; }
  .scene14 .snip-shears img {
    width: 100%; }
    .scene14 .snip-shears img.shears01 {
      position: absolute;
      top: 0;
      left: 0; }

.scene15 h3 {
  color: #6d5c4c;
  margin-left: -10%; }

.scene15 .sixteen {
  margin-top: -1em;
  position: relative;
  padding-top: 0;
  padding-bottom: 0; }
  .scene15 .sixteen blockquote {
    position: relative;
    background: url(../img/bg-scene15-quote.svg) no-repeat 0 0;
    background-size: cover;
    color: black;
    font-size: .86em;
    text-align: center;
    height: 256px;
    width: 226px;
    padding-top: 90px;
    margin: 0;
    z-index: 9999; }
    .scene15 .sixteen blockquote p {
      margin: 0 3em; }
  .scene15 .sixteen img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    height: 152px;
    z-index: 99; }
    .scene15 .sixteen img.scene15-p01 {
      left: 27%; }
    .scene15 .sixteen img.scene15-p02 {
      left: 46%;
      height: 120px;
      z-index: 94; }
    .scene15 .sixteen img.scene15-p03 {
      left: 62%;
      height: 90px;
      z-index: 90; }

.scene16 h3 {
  color: #88795b;
  margin-left: -10%; }

.scene16 .tools {
  padding-top: 5em;
  position: relative;
  text-align: right; }
  .scene16 .tools img {
    width: 50%; }
    .scene16 .tools img.tools04 {
      position: absolute;
      left: 0;
      bottom: 2em;
      width: 100%; }

.scene17 h3 {
  color: #908b5c; }

.scene18 h3 {
  color: #a4a96f;
  margin-left: -10%; }

.scene18 .tools {
  padding-top: 24em;
  position: relative; }
  .scene18 .tools img {
    width: 100%; }
    .scene18 .tools img.tools03 {
      position: absolute;
      left: 0;
      bottom: 3em;
      width: 60%; }
    .scene18 .tools img.tools04 {
      position: absolute;
      left: 0;
      bottom: 2em;
      width: 120%; }

.scene19 h3 {
  color: #6d5c4c; }

.scene21 h3 {
  color: #836052; }

.scene21 .scene21-img {
  position: absolute;
  left: 9%;
  bottom: -6%;
  width: 25%; }
  .scene21 .scene21-img .plant-21 {
    width: 100%; }
  .scene21 .scene21-img .healthy-21 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .scene21 .scene21-img .leaf-21 {
    position: absolute;
    right: 0;
    top: 0;
    width: 10px; }

.scene22 blockquote {
  margin: 0;
  font-size: 1.25em; }
  .scene22 blockquote p {
    margin-bottom: 0; }

.scene23 hr {
  margin: 2em 0; }

/* = seedtags ===== */
.seedtag {
  position: relative;
  background: url(../img/bg-seedtag.svg) no-repeat 100% 50%;
  padding: 1em 5em 1em 1.5em;
  color: black;
  font-size: .86em;
  line-height: 1.5em;
  max-width: 1024px; }
  .seedtag.left {
    background: url(../img/bg-seedtag-left.svg) no-repeat 0 50%;
    padding: 1em 1.5em 1em 5em; }
  .seedtag a, .seedtag a:focus, .seedtag a:visited {
    color: black; }

#seed1 {
  width: 180%;
  padding-right: 4em;
  margin-top: 4em; }

#seed2 {
  width: 90%;
  margin-top: 3em; }

#seed3 {
  width: 80%;
  margin-top: 3em; }

#seed4 {
  width: 75%; }

#seed5 {
  width: 70%; }

#seed6 {
  margin-top: 3em;
  width: 120%; }

#seed7 {
  width: 120%; }

#seed8 {
  margin: 0;
  width: 60%; }
  #seed8 p {
    margin: 0; }

/* = wheelbarrow ===== */
.wheelbarrow {
  width: 256px;
  position: relative;
  margin-top: 4em; }
  .wheelbarrow .barrow {
    width: 100%;
    height: auto; }
  .wheelbarrow .wheel {
    width: 80px;
    height: auto;
    position: absolute;
    right: 15px;
    bottom: 8px; }

/* = footer ===== */
footer {
  font-size: 0.8em;
  line-height: 1.4em;
  background-color: white;
  color: #333;
  padding: .33em 0 1em; }
  footer a:link, footer a:focus, footer a:visited {
    color: #333; }
  footer .last {
    text-align: right; }
  footer img {
    height: 60px;
    width: auto; }
    footer img.last {
      margin-left: 2em; }

/* = no svg ===== */
.no-svg .seedtag {
  background: url(../img/bg-seedtag.png) no-repeat 100% 50%; }
  .no-svg .seedtag.left {
    background: url(../img/bg-seedtag-left.png) no-repeat 0 50%; }

.no-svg .scene15 .sixteen blockquote {
  background: url(../img/bg-scene15-quote.png) no-repeat 0 0; }

/* tablets portrait and under
================================================== */
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 7em; }
  h2 {
    font-size: 5em; }
  h3 {
    font-size: 3em; }
  .scene2 h2 {
    text-align: left; }
  .scene10 .four.plant-2 {
    padding-top: 1em; }
  .scene10 .four.plant-3 {
    text-align: left; }
  .scene10 .four.plant-4 {
    text-align: left;
    padding-top: 1em; }
  .scene10 .columns {
    padding-top: 0;
    padding-bottom: 0; }
  .scene8 h3,
  .scene9 h3,
  .scene15 h3,
  .scene16 h3,
  .scene18 h3 {
    margin-left: 0; }
  .scene2 .grow-plant,
  .scene3 .wheelbarrow,
  .scene4 img,
  .scene6 img,
  .scene8 img,
  .scene9 img,
  .scene10 img,
  .scene13 .five,
  .scene16 .three,
  .scene17 img,
  .scene18 img,
  .scene19 .wheelbarrow,
  .scene21 img {
    display: none; }
  #seed1 {
    margin-left: -50%;
    width: 100%; }
  #seed2 {
    margin-left: 22%;
    width: 100%; }
  #seed3 {
    width: 100%; }
  #seed4 {
    width: 90%; }
  #seed5 {
    width: 80%; }
  #seed6 {
    margin-left: 40%;
    width: 100%; }
  #seed7 {
    margin-left: 30%;
    width: 100%; } }

/* phones
================================================== */
@media only screen and (max-width: 480px) {
  body {
    font-size: 0.86em; }
  #scrollme {
    max-width: 125px; }
  .no-phone {
    display: none; }
  footer {
    padding: 1em 16px;
    text-align: center; }
  footer img {
    height: 49px; }
  .scene3 img {
    display: none; }
  .scene3 .proc.proc1,
  .scene3 .proc.proc2,
  .scene3 .proc.proc3 {
    margin: 0; } }
