body {
  font-family: Verdana, Geneva, sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "Times New Roman", Times, serif;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000; }

a, a:visited {
  color: #03A;
  text-decoration: none; }

a:hover, a:active {
  color: #000;
  text-decoration: underline; }

img {
  max-width: 100%;
  height: auto; }

.container {
  margin: auto;
  padding: 15px;
  width: 100%;
  max-width: 1000px; }
  @media (min-width: 758px) {
    .container {
      width: 90%; } }
  @media (min-width: 992) {
    .container {
      width: 80%; } }

.stripe1 a:hover, .stripe1 a:active, .stripe2 a:hover, .stripe2 a:active {
  color: #FFF; }

.stripe1 {
  width: 100%;
  background: #779bc2 url(../images/stripe1_bg.jpg) repeat-x bottom; }

.stripe2 {
  width: 100%;
  background: #779bc2 url(../images/stripe1_bg.jpg) repeat-x bottom;
  clear: both;
  bottom: 0;
  padding: 20px 0; }

.site-header {
  padding: 60px 0; }

.imageright {
  float: right;
  padding-top: 5px; }

.facebook {
  margin: 30px 0;
  padding: 10px;
  background-color: #ccc;
  overflow: hidden;
  display: inline-block;
  border-radius: 10px;
  box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.5), inset 0 -2px 5px rgba(0, 0, 0, 0.5), 0 2px 5px #000, 0 0 20px rgba(0, 0, 0, 0.2); }
  .facebook img {
    float: left;
    margin: 2px 10px 2px 0; }
  .facebook, .facebook:link, .facebook:visited {
    background-color: #ccc;
    color: #03a; }
  .facebook:hover, .facebook:focus, .facebook:active {
    background-color: #999;
    color: #03a !important;
    text-decoration: none; }

.productpadding {
  padding: 30px 0; }

.tshirt1 {
  background: url(../images/tshirt_sm.png) no-repeat bottom;
  display: block; }

.tshirt1:hover {
  cursor: default;
  background-image: url(../images/tshirt_back_sm.png); }

.tree-pic {
  margin-bottom: 20px; }

.news-link, .news-link:link, .news-link:visited {
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
  display: block; }

.news-link:hover, .news-link:focus, .news-link:active {
  background-color: rgba(255, 255, 255, 0.3); }

.npr-container {
  max-width: 800px;
  margin: auto; }

.button-container {
  clear: both;
  width: 80%;
  margin: 20px auto 40px; }

.button,
.button:link,
.button:visited {
  display: block;
  padding: 30px;
  font-size: 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.5), inset 0 -2px 5px rgba(0, 0, 0, 0.5), 0 2px 5px #000, 0 0 20px rgba(0, 0, 0, 0.2);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  background-color: #f93;
  background: -webkit-gradient(linear, left top, left bottom, from(#fa5), to(#f81));
  background: linear-gradient(to bottom, #fa5, #f81);
  color: #fff; }

.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
  background-color: #c60;
  background: -webkit-gradient(linear, left top, left bottom, from(#e70), to(#a50));
  background: linear-gradient(to bottom, #e70, #a50);
  color: #fff; }

input[type='submit'],
.button--buynow {
  display: block;
  width: 100%;
  border: none;
  padding: 10px 15px;
  font-size: 24px;
  border-radius: 10px;
  text-align: center;
  box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.5), inset 0 -2px 5px rgba(0, 0, 0, 0.5), 0 2px 5px #000, 0 0 20px rgba(0, 0, 0, 0.2);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5); }
  input[type='submit'], input[type='submit']:link, input[type='submit']:visited,
  .button--buynow,
  .button--buynow:link,
  .button--buynow:visited {
    background-color: #393;
    color: #fff;
    text-decoration: none; }
  input[type='submit']:hover, input[type='submit']:focus, input[type='submit']:active,
  .button--buynow:hover,
  .button--buynow:focus,
  .button--buynow:active {
    background-color: #060;
    color: #fff;
    text-decoration: none; }

.nwm-picturelink {
  display: inline-block;
  position: relative;
  width: auto;
  margin-bottom: 15px; }
  .nwm-picturelink__text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    opacity: 0; }
  .nwm-picturelink:hover .nwm-picturelink__text {
    opacity: 1; }

.clearfloat {
  clear: both; }

header, section, footer, aside, nav, article, figure {
  display: block; }
