html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0 auto;
  padding: 0;
  font: 1.2em Arial, sans-serif;
  line-height: 1.5em;
  background: #ffffff;
  color: #454545;
}

a {
  color: #000000;
  background: inherit;
  text-decoration: none;
}

a:hover {
  color: #ff6603;
  background: inherit;
}

p {
  margin: 5px 0 10px 0;
}

.smalltext {
  font-size: 0.8em;
}

h1 {
  font: bold 1.8em Arial, Sans-Serif;
  padding: 4px 0 4px 0;
  margin: 0;
}

h2 {
  font: bold 1.8em Arial, Sans-Serif;
  letter-spacing: -1px;
  margin-bottom: 0px;
}

.intro h2 {
  margin-top: 0px;
}

h3 {
  padding: 4px 0;
  margin: 0;
}

img {
  border: none;
}

.footer-container {
  width: 100%;
  margin-top: 15px;
  background-color: #cccccc;
  border-top: #2a5f00 solid 2px;
}

footer,
header {
  position: relative;
  clear: both;
}
.left-column,
.right-column {
  border: 0px solid #ccc;
  padding: 0 0.5em 0.5em 0.5em;
  margin: 0em;
}

header {
  padding: 0;
  margin: 0em;
}

header img {
  width: 100%;
  height: auto;
}

.clearboth {
  clear: both;
}

footer {
  padding: 1em;
  margin: 0em;
  background-color: #cccccc;
}

.footernav {
  font-size: 1.2em;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

header h1 {
  background-color: #333333;
  color: #999999;
  font-size: 1em;
  padding-left: 10px;
  text-align: center;
}

/* responsive menu */

nav {
  width: 100%;
  margin: 0 auto;
}

nav a {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
}

nav ul {
  background-color: #2a5f00;
  overflow: hidden;
  color: #ffffff;
  padding: 0;
  text-align: center;
  margin: 0px 0px 0px 0px;
  -webkit-transition: max-height 0.4s;
  -ms-transition: max-height 0.4s;
  -moz-transition: max-height 0.4s;
  -o-transition: max-height 0.4s;
  transition: max-height 0.4s;
  clear: both;
}

nav ul li {
  display: inline-block;
  padding: 20px 20px;
}

nav ul li:hover {
  background-color: #000000;
  color: #ffffff;
}

.handle {
  width: 100%;
  height: auto;
  background-color: #2a5f00;
  background-image: url(../images/menu-button.png);
  background-position: right;
  background-repeat: no-repeat;
  border-right: 10px solid transparent;
  text-align: left;
  font-size: 1.2em;
  box-sizing: border-box;
  padding: 25px 10px 25px 10px;
  cursor: pointer;
  color: #ffffff;
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  nav ul {
    max-height: 0px;
  }

  .showing {
    max-height: 20em;
  }

  nav ul li {
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    text-align: center;
  }

  nav a {
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .handle {
    display: block;
    margin-top: 0px;
  }
}

.testimonials {
  padding-left: 5px;
  font-style: italic;
}

.outline {
  border: thin;
  border-color: #cccccc;
  border-style: solid;
  margin-top: 20px;
  padding: 10px;
}

.productimage {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.productimage2 {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.outline ul {
  margin: 0px;
  padding: 0px 10px 0px 0px;
  list-style-position: inside;
}

.leftbox {
  width: 33%;
  float: left;
  padding-left: 5px;
}

.buynow {
  font-weight: bold;
  color: #ffffff;
  width: 115px;
  font-size: 1.2em;
}

.buynow-resp {
  font-weight: bold;
  color: #ffffff;
  width: 90%;
  font-size: 1.2em;
  margin-left: auto;
  margin-right: auto;
}

.buynow-resp a {
  color: #000000;
}

/* Add some styling to make buy now links look like buttons */

.buynow {
  padding: 15px 15px;
  width: 12em;
  text-align: center;
  background: #00cc66;
  margin-bottom: 5px;
  font-weight: bold;
  border: 0 none;
  cursor: pointer;
  -webkit-appearance: none; /* stop iOS devices messing with button style */
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.buynow:hover {
  background-color: #00ff66;
}

.buynow-resp {
  padding: 15px 15px;
  width: 90%;
  color: #000000;
  text-align: center;
  background: #00cc66;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  border: 0 none;
  cursor: pointer;
  -webkit-appearance: none; /* stop iOS devices messing with button style */
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.buynow-resp:hover {
  background-color: #00ff66;
}

@media only screen and (max-width: 750px) {
  .buynow {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3em;
  }

  .buynow-resp {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3em;
  }

  .leftbox {
    width: 98%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
  }
}

.columns-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  background-color: #ffffff;
}

.intro {
  background: #fdfdf0;
  color: #454545;
  border-bottom: 4px solid #f6f6e3;
  margin-top: 5px;
}

.pad {
  padding: 10px;
}

.intro a {
  color: #ff6603;
  text-decoration: none;
}

.intro a:hover {
  color: #ff6603;
  text-decoration: underline;
}

.shoponline,
.shoponlinefullwidth {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  background-color: #00cc66;
  font-weight: bold;
  border-color: #006600;
  border-width: thin;
  text-align: center;
  padding: 10px 20px;
  font-size: 1.5em;
  line-height: 1.5em;
  border: 0 none;
  cursor: pointer;
  -webkit-appearance: none; /* stop iOS devices messing with button style */
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.shoponline:hover {
  background-color: #00ff66;
}
.shoponlinefullwidth:hover {
  background-color: #00ff66;
}

.right-column h5 {
  color: #eee;
  font: bold 1.2em Arial, Sans-Serif;
  background: #2a5f00;
  width: 100%;
  padding: 10px 15px;
  font-weight: bold;
}

.right-column ul {
  padding: 0px 0 4px 0px;
  margin-top: 2px;
}

.right-column li {
  line-height: 22px;
  list-style: none;
  /* background: #f8f8f8; */
  margin-bottom: 10px;
}

.right-column li a {
  padding-left: 2px;
  color: #74797e;
}

.right-column .imgfullwidth {
  width: 100%;
  height: auto;
}

.full-width {
  width: 98%;
  padding: 0 1% 0.5em 1%;
  margin: 0em;
}

.inline-items {
  margin-top: 0;
}

.inline-items li {
  margin-left: 0;
  border-left: 1px solid black;
  padding-left: 20px;
  padding-right: 20px;
}

.inline-items li:first-child {
  margin-left: 0;
  border: none;
  padding-left: 0;
  padding-right: 10px;
}

.inline-items li:last-child {
  padding-right: 0;
}

.faq h3 {
  color: #eee;
  font: bold 1em Arial, Sans-Serif;
  background: #2a5f00;
  width: 100%;
  height: 3em;
  line-height: 2.5em;
  text-indent: 10px;
  font-weight: bold;
  margin-top: 15px;
}

/* MEDIA QUERIES */
@media screen and (min-width: 47.5em) {
  body {
    font-size: 1em;
  }

  .columns-container {
    width: 98%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
  }

  .left-column {
    float: left;
    width: 64%;
  }

  .shoponline {
    float: right;
    width: 200px;
    margin-left: 20px;
    font-size: 1.2em;
  }

  .right-column {
    width: 32%;
    float: right;
  }

  .productimage {
    width: 300px;
    margin-left: 20px;
    height: auto;
    float: right;
  }

  .productimage2 {
    width: 300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  footer {
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    position: inherit;
  }

  .footernav {
    text-align: left;
  }
}
