/* Clear Cache after changing this File */
/* Page Layout Format */

body {
    background-color: #fffbc6;
    height: auto;
}
.body1 {
  	width: 98%;
  	height: auto;
  	margin: auto;
   	font-family: Arial, Helvetica, sans-serif;
  	font-size: 18px;
  	background-color: #fffbc6;
}
/* RESPONSIVE LAYOUT */
/* Extra small devices (phones, 480px and down) */
@media only screen and (max-width: 480px) {
    .body1 {
    width: 98%;
    margin: auto;
    padding: 10px;
    height: auto;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    }
}
/* Large devices (laptops/desktops, 480px and up) */
@media only screen and (min-width: 480px) {
     .body1 {
    width: 98%;
    margin: auto;
    padding: 10px;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    }
}
/* Large devices (laptops/desktops, 760px and up) */
@media only screen and (min-width: 760px) {
     .body1 {
    width: 90%;
    margin: auto;
    padding: 10px;
    height: auto;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
    }
}

/* Extra large devices (large laptops and desktops, 1000px and up) */
@media only screen and (min-width: 1000px) {
  .body1 {
    width: 80%;
    margin: auto;
    padding: 5px;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    }
}

@media only screen and (min-width: 1200px) {
  .body1 {
    width: 70%;
    margin: auto;
    padding: 5px;
    height: auto;
    text-align: center;
    box-sizing: border-box;
   }
}
.body2 {
  	width: 98%;
  	height: auto;
  	margin-top: auto;
   	font-family: Arial, Helvetica, sans-serif;
  	font-size: 18px;
  	background-color: #fffbc6;
  	box-sizing: border-box;
}
a.one:link, a:visited {
  background-color: white;
  color: black;
  border: 2px solid red;
  border-radius: 15px;
  padding: 14px 25px;
  margin: 4px 2px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
}
div.absolute {
  position: absolute;
  top: 20px;
  width: 200px;
  margin: auto;
  height: 200px;
  border: 3px solid #73AD21;
}
/* FONTS / Layout */
.row::after {
  	content: "";
  	display: table;
  	clear: both;
}
p {
  font-size:16px;
  font-family:Verdana,Arial;
  font-weight: normal;
  color:#0000FF;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
p.a {
  font-size:18px;
  font-family:Verdana,Arial;
  font-weight: normal;
  color:#0000CD;
  margin: 0;
}
p.MsoAddress {
    text-indent:0;
	margin:0;
	text-align:left;
	font-family:Verdana;
	font-size:9.0px;
	color:black;
    width: 100%;
}
table {
  	margin: auto;
  	width: 100%;
  	text-align: left;
  	font-size: 12px;
  }
@media  only screen and (max-width: 760px) {
input[type=text], select, textarea {
  width: 80%;
  margin: 6px;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
    }
}

h1 {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 32px;
  display: block;
  color:#0099FF;
  margin: 0;
  font-weight: bold;
}
h2 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 30px;
   display: block;
   color:#000080;	
}
h3 {
   font-family: Arial, Helvetica, sans-serif;
  	font-size: 20px; 
  	text-align: center;
  	color: #008000;
}
h4 {
   font-family: Arial, Helvetica, sans-serif;
  	font-size: 24px; 
}
@media only screen and (max-width: 760px) {
    h2 {
    font-size: 24px;
    }
}
@media only screen and (max-width: 760px) {
    h3 {
    font-size: 14px;
    }
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
  box-sizing: border-box;
}
.header {
    padding-top: 10px;
    background-color: #e1ebd5;
    width: 100%;
    height: auto;
    opacity: 80;
    box-sizing: border-box;
    /*border: 2px solid red;*/
}
.footer {
  margin: auto;
  height: auto;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 98%;
}
.content {
  padding: 16px;
}
.border {
    width: auto;
    min-height: 150px;
    margin: 8px;
    padding: 15px;
    text-align: left;
    border-style: double;
  	border-color: #04AA6D;
  	box-sizing: border-box;
}
.green {
    background-color: #e1ebd5;
}
.sticky {
  position: fixed;
  top: 10px;
  width: 90%;
  margin: auto;
}
.sticky + .content {
  padding-top: 102px;
}

.top {
    width: 100%;
    margin: auto;
    padding-top: 0;
}
.container {
  position: relative;
  width: 100%;
}
.container img {
  width: 98%;
  margin: auto;
  height: auto;
}
/* Columns */
.col-1 {
  display: block;
  float: left;
  width: 48%;
  margin: auto;
  height: 210px;
  font: Verdana;
  color: blue;
  text-align:left;
  padding: 5px;
  box-sizing: border-box;
}
.text-left {
  width: 300px;
  height: 200px;
  float: left;  
}
@media screen and (max-width: 600px) {
  .col-1, .text-left, .text, img {   
    width: 98%;
    height: auto;
    margin: auto;
    padding: 5px;
    box-sizing: border-box;
    }
}
.column {
  width: 100%;
  margin-top: 20px;
  height: auto;
  z-index: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 760px) {
    .column {
    width: 96%;
    margin: auto;
    padding: 5px;
    height: auto;
    text-align: center;
    border: none;
    box-sizing: border-box;
   }
}
/* Left column */
.left {
  float: left;
  padding: 10px;
  margin: 2px;
  height: auto;
  text-align: left;
  background-color: #fffbc6;
  box-sizing: border-box;
}
.lside {
  	float: left;
  	padding: 30px;
  	margin-top: 30px;
  	width: 40%;
  	text-align: left;
  	box-sizing: border-box;
}
.left1 {
  float: left;
  padding: 10px;
  margin: 2px;
  height: auto;
  text-align: left;
  background-color: #fffbc6;
  box-sizing: border-box;
}
.left2 {
  float: left;
  width: 48%;
  padding: 5px;
  box-sizing: border-box;
  margin: auto;
  height: 280px;
  text-align: center;
  background-color: #fffbc6;
}
.left2 img {
  width: 98%;
  margin: auto;
  max-height: 280px;
  padding: 10px;
  box-sizing: border-box;
}
@media only screen and (min-width: 760px) {
  .left2 img {
  width: 96%;
  margin: auto;
  max-height: 280px;
  padding: 10px;
  box-sizing: border-box;
    } 
}
.left3 {
  width: auto;
  height: auto;
  margin: auto;
  padding: 2px;
  text-align: center;
  background-color: #fffbc6;
  box-sizing: border-box;
}
.left4 {
  width: auto;
  height: auto;
  margin: auto;
  padding: 2px;
  text-align: center;
  background-color: #fffbc6;
  box-sizing: border-box;
}
.left4 img {
        max-width:300px;
        max-height: 300px;
        margin: auto;
        box-sizing: border-box;
    }
@media (max-width: 600px) {
    .left4 {
    width: 96%;
    margin: auto;
    height: auto;
    padding: 2px;
    box-sizing: border-box;
    }
}
@media only screen and (max-width: 760px) {
    .left4 img {
        float: left;
        width: 150px;
        height: auto;
        box-sizing: border-box;
    }
}
.left5 {
  float: left;
  width: 42%;
  height: auto;
  margin: auto;
  padding: 2px;
  text-align: center;
  background-color: #fffbc6;
  box-sizing: border-box;
}
.left5 img {
  width: 96%;
  margin: auto;
  height: auto;
  padding: 30px 5px 5px 5px;
  box-sizing: border-box;
}
@media (max-width: 760px) {
    .left5 {
    width: 96%;
    margin: auto;
    height: auto;
    padding: 2px;
    box-sizing: border-box;
    }
}
@media only screen and (max-width: 760px) {
.lside, .left, .left1 {
    width: 96%;
    margin: auto;
    padding: 5px;
    height: auto;
    text-align: center;
    background-color: #fffbc6;
    border: none;
    box-sizing: border-box;
    }
}

@media (min-width: 760px) {
    .left, .left1 {
    width: 46%;
    margin: auto;
    height: auto;
    background-color: #fffbc6;
    box-sizing: border-box;
    }
}
@media (max-width: 760px) {
    .left2, .left3 {
    width: 96%;
    margin: auto;
    height: auto;
    padding: 2px;
    box-sizing: border-box;
    }
}
/*@media (min-width: 1000px) {
    .left, .left1, .middle, .middle1 {
    width: 46%;
    margin: auto;
    height: auto;
    background-color: #e1ebd5;
    box-sizing: border-box;
    }
}*/

/* Middle column */
.middle {
  float: left;
  padding: 10px;
  margin: 2px;
  height: auto;
  text-align: left;
  background-color: #fffbc6;
  box-sizing: border-box;
}
.middle1 {
  float: left;
  padding: 10px;
  margin: 2px;
  height: auto;
  text-align: left;
  background-color: #fffbc6;
  box-sizing: border-box;
}
@media only screen and (max-width: 760px) {
    .middle, .middle1 {
    width: 96%;
    margin: auto;
    padding: 5px;
    height: auto;
    text-align: center;
    border: none;
    box-sizing: border-box;
    }
}
@media only screen and (min-width: 760px) {
    .middle, .middle1 {
    width: 46%;
    margin: auto;
    height: auto;
    background-color: #fffbc6;
    box-sizing: border-box;
    }
}
/* Right column */
.right {
  float: left; 
  width: 26%;
  padding: 10px;
  margin: 2px;
  height: auto;
  text-align: left;
  background-color: #e1ebd5;
  box-sizing: border-box;
}
@media only screen and (max-width: 760px) {
     .right {
    width: 96%;
    margin: auto;
    padding: 5px;
    height: auto;
    text-align: center;
    border: none;
    box-sizing: border-box;
    }
}
@media only screen and (min-width: 1000px) {
    .right {
    width: 94%;
    margin: auto;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    }
}
/* Center / Centre Divisions */
.centre {
   	float: left;
  	padding: 30px;
  	width: 48%;
  	text-align: left;
  	box-sizing: border-box;
}
.centre1 {
   	float: left;
  	padding: 15px;
  	width: 300px;
  	text-align: center;
  	box-sizing: border-box;
}
@media only screen and (max-width: 760px) {
    .centre1 img {
        clear: left;
        display: block;
        margin-left: 10%;
        margin-right: 10%;
        width: 270px;
        height: 270px;
        padding: 5px;
        box-sizing: border-box;
    }
}
.centre2 {
    width:100%;
    margin: auto;
    background-image: url("images/lavender.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
}
.centre3 {
  max-width:96%;
  margin: auto;
  background-image: url("images/righttextimage.png");
    border-style: double;
  	border-color: #04AA6D;
    background-repeat: no-repeat;
    background-size: cover;
  padding: 15px;
  height: auto;
  text-align: center;
  padding-left: 60%;
 box-sizing: border-box; 
}
@media only screen and (max-width: 760px) {
    .centre2, .centre3 {
        background-image: none;
        text-align: center;
        font-size: 10pt;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
}
.center {
  width: 96%;
  margin: auto;
  height: auto;
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  box-sizing: border-box;
}
.center1 {
  margin: auto;
  padding: auto;
  font-size: 16px;
  text-align: center;
  max-width: 70%;
 background-color: #e1ebd5;
 box-sizing: border-box;
}
.center2 {
  max-width:96%;
  margin: auto;
  padding: 5px;
  height: auto;
  text-align: center;
  box-sizing: border-box;
}
.center3 {
  max-width:96%;
  margin: auto;
  padding: 5px;
  height: auto;
  text-align: center;
  box-sizing: border-box;
}
.center4 {
  max-width:60%;
  margin: auto;
  padding: 5px;
  height: auto;
  text-align: center;
  box-sizing: border-box;
}
.center5 {
  width: 96%;
  margin: auto;
  height: auto;
  padding: 20px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  box-sizing: border-box;
}
@media only screen and (max-width: 760px) {
     .center5 {
        box-sizing: border-box;
        width: 96%;
        margin: auto;
        padding: 20px;
    }
}
/* Devices (portrait tablets and large phones, 760px and up) */
@media only screen and (max-width: 760px) {
    .column, .center, .centre1, .center2, .middle, .right {
    width: 94%;
    margin: auto;
    height: auto;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    }
}
/* GRAD BACKGROUND IMAGES */
.grad0 {
  height: auto;
  background-image: linear-gradient(to right, rgba(140,158,94,.3), rgba(140,158,94,.7), rgba(140,158,94,.3));
  margin: auto;
  padding-top: 10%;
  padding-bottom: 10%;
  text-align: center;
  font-size: 16px;
  box-sizing: border-box;
}
.grad1 {
  max-height: 340px;
  max-width: 96%;
  margin: auto;
  background-image: url("images/header.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5% 10%;
  text-align: center;
  font-size: 46px;
  color: white;
  box-sizing: border-box;
}
.grad2 {
  height: 340px;
  max-width: 96%;
  margin: auto;
  background-image: url("images/echinacearz.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 30px;
  color: #008531;
  box-sizing: border-box;
}
.grad3 {
  height: 340px;
  max-width: 96%;
  margin: auto;
  background-image: url("images/womanfieldrz.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 30px;
  color: #008531;
  box-sizing: border-box;
}
.grad4 {
  height: 230px;
  width: 100%;
  background-image: url("images/spoons.png");
  background-size: 100% 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 30px;
  color: #008531;
  box-sizing: border-box;
}
.grad5 {
  height: 340px;
  max-width: 96%;
  margin: auto;
  background-image: url("images/dandelions1.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 30px;
  color: #008531;
  box-sizing: border-box;
}
@media only screen and (max-width: 400px) {
    .grad2, .grad3, .grad4, .grad5 {
        display: none;
    }
}
@media only screen and (max-width: 760px) {
    .grad2, .grad3, .grad5 {
  height: 150px;
  max-width: 96%;
  margin: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 24px;
  color: black;
  opacity: 80;
  box-sizing: border-box;
    }
}
@media only screen and (max-width: 960px) {
    .grad2, .grad3,.grad4, .grad5 {
  height: 180px;
  max-width: 96%;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 20px;
  color: #004b18;
  opacity: 80;
  box-sizing: border-box;
    }
}
@media only screen and (max-width:760px) {
 .grad4 {
  height: 130px;
  max-width: 96%;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 20px;
  color: #004b18;
  opacity: 80;
  box-sizing: border-box;
    }
}
/*@media only screen and (min-width: 960px) {
 .grad4 {
  height: 180px;
  max-width: 96%;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 20px;
  color: #004b18;
  opacity: 80;
  box-sizing: border-box;border: 2px solid yellow;
    }
}
/* SLIDE SHOW */
/* Slideshow container */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
 }
.slides{
  height: auto;
  width: 100%;
  display: block;
  padding: 10px;
  margin: auto;
  box-sizing: border-box;
}
.mySlides {
    display:none;
}
.animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}
}
@media only screen and (max-width: 760px){ 
.slides, .slideshow-container {
max-height: 160px;
   }
}
@media only screen and (min-width: 760px){ 
.slides, .slideshow-container {
max-height: 440px;
   }
}
/*@media only screen and (min-width: 1000px){ 
.slides, .slideshow-container {
max-height: 620px;
   }
}*/
/* BUTTONS */
.button {
  background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
  transition-duration: 0.4s;
}
.button:hover {
  background-color: #66ddaa; /* Green */
  color: black;
}
.button1 {
    padding: 10px 24px;
    border-radius: 20px;
    background-color: #e7e7e7;
    font-size: 18px;
    color: black;
    border: 2px solid #04AA6D; /* Green */
}
.button2 {
    padding: 8px 20px;
    border-radius: 8px;
    background-color: #e7e7e7;
    color: black;
    border: 2px solid #04AA6D; /* Green */
}
/*@media (max-width: 1000px) {
    .btn {
    display: none;
         }
    }*/
/* Caption text */
.text {
  color: black;
  font-size: 24px;
  padding: 8px 12px;
  position: absolute;
  bottom: 260px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
    .left, .left3, .middle, .right, .center2, .center3 {
    img {
    display: none;
    
         }
    }

