/* ----------------------------------------------------------------------------------------------------------- */
/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html */
/* ----------------------------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
  /*vertical-align: baseline;*/
  background: transparent;
}

body {
  font-size: 100.01%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
}

/* remember to define focus styles! */
:focus {
  outline: 0;
  border: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Useful Styles */
.clr {
  clear: both !important;
  overflow: hidden !important;
  height: 0px !important;
  float: none !important;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.fixed {
  position: fixed !important;
  position: absolute;
}

.full_width {
  width: 100%;
}

/* Color Scheme */
/* Typography */
body {
  color: #0a0a0a;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  /*@media screen and (min-width:$tablet-min) {
  color:$standard-body-text;
  font-family: "Open Sans", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "FreeSans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  }*/
}

ol, ul {
  list-style: none;
}

section ul {
  list-style: inside;
}

section li {
  margin-bottom: 8px;
}

a {
  color: #2b1a00;
  text-decoration: none;
  font-weight: bold;
}
a:visited {
  text-decoration: none;
}

h1 {
  font-weight: 300;
  font-size: 1em;
  margin: 0px;
  padding: 0px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

h2 {
  color: #2b1a00;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5em;
}

h3 {
  display: inline;
  color: #2b1a00;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.5em;
}

h4 {
  font-size: 1em;
  line-height: 1.5em;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

p {
  line-height: 1.5em;
  margin-bottom: 0.75em;
}

hr {
  border: 0;
  height: 1px;
  background: #fff;
}

.highlight {
  color: #2b1a00;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.heavy {
  font-weight: 600;
}

.standard {
  font-weight: 400;
}

.light {
  font-weight: 200;
}

/* Default Variables */
/* Structure */
html {
  background-color: #f1e7dd;
}
@media screen and (min-width: 1280px) {
  html {
    background-color: #f1efed;
  }
}

body {
  width: auto;
  box-sizing: border-box;
  padding: 8px;
}
@media screen and (min-width: 481px) {
  body {
    padding: 8px;
  }
}
@media screen and (min-width: 768px) {
  body {
    max-width: 1024px;
    height: 100%;
    position: relative;
    display: block;
    margin: 0px auto;
    background-image: url("../images/woolshed/pallet.jpg");
    padding: 18px 18px 0px 18px;
  }
}
@media screen and (min-width: 1280px) {
  body {
    max-width: 1280px;
    padding: 18px 128px 0px 128px;
  }
}

header {
  padding-bottom: 8px;
}

h1 img {
  max-width: 300px;
}

div.separator {
  width: 100%;
  background-image: url("../images/woolshed/woollyborder.jpg");
  height: 5px;
  margin-top: 1px;
  margin-bottom: 1px;
}

div.hideable {
  display: none;
}
@media screen and (min-width: 768px) {
  div.hideable {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  div.imgwindow {
    height: 475px;
    background-image: url("../images/woolshed/interior.jpg");
    background-position: center center;
  }
}

@media screen and (min-width: 830px) {
  div.wrapper {
    display: flex;
    flex-direction: columns;
  }
}

section {
  padding-top: 12px;
  margin-bottom: 12px;
}

section#thewoolshedproject {
  font-size: 0.875em;
}

@media screen and (min-width: 830px) {
  article {
    min-width: 300px;
    flex: 3;
    order: 1;
    padding-right: 12px;
    margin-right: 12px;
  }
}

article img {
  max-width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  background-image: url("../images/woolshed/woollyborder.jpg"), url("../images/woolshed/woollyborder.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom left;
}

@media screen and (min-width: 830px) {
  aside {
    min-width: 200px;
    flex: 2;
    order: 2;
    padding-left: 12px;
  }
}

aside img {
  max-width: 80%;
  padding: 12px;
}

img.blockify {
  display: block;
  max-width: 60%;
  margin: 0 auto;
  margin-top: -0.75em;
}

.img-right {
  max-width: 100%;
  min-width: 300px;
  display: block;
  margin: 0 auto;
  margin-bottom: 8px;
  margin-top: 8px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-image: url("../images/woolshed/woollyborder.jpg"), url("../images/woolshed/woollyborder.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom left;
}
@media screen and (min-width: 768px) {
  .img-right {
    width: 45%;
    max-width: 400px;
    float: right;
    margin: 8px 0px 8px 8px;
  }
}
@media screen and (min-width: 1280px) {
  .img-right {
    width: 55%;
    max-width: 400px;
    float: right;
  }
}

.psocial {
  text-align: center;
}

img.social {
  height: 50px;
  margin-right: 20px;
}

div.leaderfunding {
  width: 100%;
  margin: 0px auto;
  margin-top: 54px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  div.leaderfunding {
    width: 80%;
    margin: 0px auto;
    margin-top: 54px;
  }
}
@media screen and (min-width: 1280px) {
  div.leaderfunding {
    width: 60%;
    margin: 0px auto;
    margin-top: 54px;
  }
}

div.leaderimg {
  float: left;
}
@media screen and (min-width: 768px) {
  div.leaderimg {
    width: auto;
  }
}
div.leaderimg img {
  margin-right: 8px;
  margin-left: 8px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  div.leaderimg img {
    height: 100px;
  }
}
@media screen and (min-width: 1280px) {
  div.leaderimg img {
    height: 120px;
  }
}

div.eutext {
  width: 40%;
  float: left;
  margin-left: 4px;
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 768px) {
  div.eutext {
    width: auto;
  }
}

footer {
  text-align: center;
  padding: 28px;
  font-weight: bold;
}
