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

/* global foundicon styles */
[class*="foundicon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat; }

[class*="foundicon-"]:before {
  font-family: "SocialFoundicons";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit; }

/* icons */
.foundicon-thumb-up:before {
  content: "\f000"; }

.foundicon-thumb-down:before {
  content: "\f001"; }

.foundicon-rss:before {
  content: "\f002"; }

.foundicon-facebook:before {
  content: "\f003"; }

.foundicon-twitter:before {
  content: "\f004"; }

.foundicon-pinterest:before {
  content: "\f005"; }

.foundicon-github:before {
  content: "\f006"; }

.foundicon-path:before {
  content: "\f007"; }

.foundicon-linkedin:before {
  content: "\f008"; }

.foundicon-dribbble:before {
  content: "\f009"; }

.foundicon-stumble-upon:before {
  content: "\f00a"; }

.foundicon-behance:before {
  content: "\f00b"; }

.foundicon-reddit:before {
  content: "\f00c"; }

.foundicon-google-plus:before {
  content: "\f00d"; }

.foundicon-youtube:before {
  content: "\f00e"; }

.foundicon-vimeo:before {
  content: "\f00f"; }

.foundicon-flickr:before {
  content: "\f010"; }

.foundicon-slideshare:before {
  content: "\f011"; }

.foundicon-picassa:before {
  content: "\f012"; }

.foundicon-skype:before {
  content: "\f013"; }

.foundicon-steam:before {
  content: "\f014"; }

.foundicon-instagram:before {
  content: "\f015"; }

.foundicon-foursquare:before {
  content: "\f016"; }

.foundicon-delicious:before {
  content: "\f017"; }

.foundicon-chat:before {
  content: "\f018"; }

.foundicon-torso:before {
  content: "\f019"; }

.foundicon-tumblr:before {
  content: "\f01a"; }

.foundicon-video-chat:before {
  content: "\f01b"; }

.foundicon-digg:before {
  content: "\f01c"; }

.foundicon-wordpress:before {
  content: "\f01d"; }

@font-face {
  font-family: SentinelBook;
  font-weight: normal;
  font-style: normal;
  src: url("fonts/Sentinel-Book.eot");
  src: url("fonts/Sentinel-Book.eot?#iefix") format("embedded-opentype"), url("fonts/Sentinel-Book.woff") format("woff"), url("fonts/Sentinel-Book.ttf") format("truetype"), url("fonts/Sentinel-Book.svg#SentinelBook") format("svg"); }

@font-face {
  font-family: SentinelBold;
  font-weight: bold;
  font-style: normal;
  src: url("fonts/Sentinel-Bold.eot");
  src: url("fonts/Sentinel-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Sentinel-Bold.woff") format("woff"), url("fonts/Sentinel-Bold.ttf") format("truetype"), url("fonts/Sentinel-Bold.svg#SentinelBold") format("svg"); }

html, body {
  height: 100%; }

body {
  font-family: "SentinelBook";
  background: white;
  color: #231f20; }

h1, h2, h3, h4, h5 {
  font-family: "SentinelBold";
  padding: 0; }

a {
  color: #8cc63e;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover {
    color: #231f20; }

h2 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 30px; }

h3 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 22px;
  margin: 0 0 15px; }

h4 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 15px; }
  h4 span {
    font-size: 13px;
    text-transform: lowercase; }

p {
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 30px; }
  p:last-child {
    margin-bottom: 0; }

hr {
  border: 0;
  border-top: 1px dashed #eee; }

.wrapper {
  max-width: 650px;
  margin: 0 auto;
  padding: 30px 0; }

header {
  text-align: center;
  padding-bottom: 60px; }
  header img {
    width: 30%; }

footer {
  background: url(../img/seeds-bg.jpg) no-repeat top center;
  width: 100%;
  background-size: cover;
  height: 500px; }

.content {
  text-align: center; }

.products {
  width: 830px;
  margin: 0 auto;
  padding: 30px 0; }
  .products .products-container {
    overflow: hidden;
    margin-top: 30px; }
  .products em {
    font-size: 14px; }
  .products .product {
    float: left;
    width: 400px;
    margin-right: 30px; }
    .products .product:last-child {
      margin-right: 0; }
    .products .product img {
      width: 100%;
      display: block; }
    .products .product p {
      font-size: 14px;
      margin: 0 30px 15px; }
      .products .product p:last-child {
        margin-bottom: 0; }
    .products .product .product-image {
      position: relative;
      margin-bottom: 30px; }
    .products .product .buy-now {
      color: #8cc63e;
      font-family: "SentinelBold";
      font-weight: normal;
      text-transform: uppercase;
      display: inline-block;
      text-decoration: none; }
      .products .product .buy-now:hover {
        text-decoration: underline; }

.social {
  font-size: 48px;
  text-align: center; }
  .social a {
    text-decoration: none;
    display: inline-block;
    margin-right: 30px; }
    .social a:last-child {
      margin-right: 0; }

@media screen and (max-width: 570px) {
  .wrapper {
    padding: 30px 30px 0; }

  header {
    padding-bottom: 60px; }
    header img {
      width: 60%; }

  .content {
    text-align: left; }
    .content section {
      margin-bottom: 30px; }

  p {
    font-size: 18px;
    margin-bottom: 15px; }

  .products {
    width: auto;
    padding: 30px 30px 0; }
    .products .product {
      float: none;
      width: 100%;
      margin: 0 0 30px; }
      .products .product:last-child {
        margin: 0; }
      .products .product p {
        margin: 0 0 15px; }

  footer {
    background-image: url(../img/seeds-bg-small.jpg);
    height: 300px; }

  .social {
    text-align: left; } }
