/* ==========================================================================
   Grid mixins
   ========================================================================== */
/* 
   Define number of columns in the grid
   Common values would be 12, 16 or 24
   ========================================================================== */
/* 
   Works out the width of elements based on total number of columns and width
   number of columns being displayed. Removes 20px for margins.
   ========================================================================== */
/* 
   Add x amount of column padding before an element
   Example: @include prefix(1,12);
   ========================================================================== */
/* 
   Add x amount of column padding after an element
   Example: @include suffix(2,12);
   ========================================================================== */
/* 
   Remove left margin
   Example: @include first;
   ========================================================================== */
/* 
   Remove right margin
   Example: @include last;
   ========================================================================== */
/* 
   Push an element x amount of column(s) to the right
   Example: @include push(2,12);
   ========================================================================== */
/* 
   Pull an element x amount of column(s) to the left
   Example: @include pull(1,12);
   ========================================================================== */
body {
  background: #ffffff url("../lightpaperfibers.png") repeat right top;
  font-size: 1.5em;
  letter-spacing: .01em;
  line-height: 1.4em; }
  body div.schrank {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    margin: 0; }
  body ul {
    padding: 0 0 0 1em;
    list-style-type: circle; }
  body div.title {
    position: fixed; }
    body div.title h1 {
      color: #36292b;
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 700;
      letter-spacing: .06em;
      text-transform: uppercase;
      font-size: .8em;
      letter-spacing: .03em; }
    body div.title p {
      color: #36292b;
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 400;
      letter-spacing: .06em;
      text-transform: uppercase;
      font-size: .7em;
      letter-spacing: .03em;
      padding: 0;
      margin: 0; }
  body div.nav {
    position: fixed;
    color: #36292b;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-size: .6em; }
    body div.nav ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
  body div.main {
    color: #36292b;
    font-family: 'Cormorant', serif;
    font-style: italic; }
    body div.main div.section {
      font-size: .8em; }
      body div.main div.section h1 {
        color: #d5733c;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 700;
        letter-spacing: .06em;
        text-transform: uppercase;
        font-size: .9em;
        margin: 2.4em 0 1em 0; }

a {
  color: #d5733c;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

img.leaf {
  display: block;
  display: inline;
  float: left;
  width: 33.33333%;
  margin-left: 33.33333%;
  margin-right: 33.33333%;
  padding: 2em 0; }

@media only screen and (min-width: 10em) {
  div.title {
    text-align: center;
    display: inline;
    float: left;
    width: 83.33333%;
    margin-left: 8.33333%;
    background: #ffffff url("../lightpaperfibers.png") repeat right top;
    margin-top: 0;
    padding-top: 0;
    left: 0;
    top: 0; }
    div.title img {
      padding-top: .6em;
      display: inline;
      float: left;
      width: 33.33333%;
      margin-left: 33.33333%;
      margin-right: 33.33333%; }
  div.nav {
    display: none; }
  div.main {
    margin-top: 9em;
    display: inline;
    float: left;
    width: 83.33333%;
    margin-left: 8.33333%; } }

@media only screen and (min-width: 60em) {
  div.title {
    text-align: center;
    margin-left: 8.33333%;
    display: inline;
    float: left;
    width: 25%;
    margin-top: 1.2em;
    padding: 0; }
    div.title img {
      padding-top: 1em;
      display: inline;
      float: left;
      width: 83.33333%;
      margin-left: 8.33333%;
      margin-right: 8.33333%; }
  div.nav {
    padding: 22em 0 0 0;
    margin-left: 8.33333%;
    display: inline;
    float: left;
    width: 25%;
    background-size: 30%;
    background-position: 80% 20%; }
  div.main {
    margin: 0;
    padding: 0;
    margin-left: 41.66667%;
    display: inline;
    float: left;
    width: 41.66667%; } }

@media only screen and (min-width: 70em) {
  div.title {
    display: inline;
    float: left;
    width: 16.66667%; } }
