@import url('menu.css');

 /*Start of customised code */
 html, body {padding:0; margin:0; width:100%; height:100%; background:#ffffff; scroll-behavior: smooth;
#wrapper {width:100%; min-width:320px;}
  display:flex; flex-direction:row; flex-wrap:wrap; justify-content:space-between;
}
body {
  font-size: 1em;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  margin: 1em;
  width: 96%;
  color: #104008;
  background-color: #ffffff;
}
.main-container {
	margin: 1em;
}

.mini-container {
	width: 400px;
	height:auto;
}

#events-container {
	width:  90%;
	margin: 0 1em 0 1em;
}
	
.entry-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #ffffff;
}

.entry-container > div {
  background-color: #ffffff;
  padding-left:  10px;
  padding-right: 5px;
  width: 400px;
  margin: 10px;
  text-align: left 
  line-height: inherit 
  font-size: .8em;
}
.flex-containerdisplayed {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #f1f1f1;
}

.flex-containerdisplayed > div {
  background-color: #f1f1f1;
  padding-left:  10px;
  padding-right: 5px;
  width: 600px;
  margin: 10px;
  text-align: left; 
  line-height: inherit;
}
.thirds-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
 }

.thirds-container > div {
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 5px;
  width: 200px;
  margin: 10px;
  text-align: left; 
  line-height: inherit;
  font-size: .8em;
}

.three-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #FFF;
  max-width: 100%;
   justify-content: center;
 
}

.three-container> div {
  background-color: #FFF;
  margin: 5px;
  padding:5px;
  max-width:330px; 
  border: 2px solid #093;
  border-radius: 5px;
    }

.attract-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #FFF;
  jutify-content: center;
  margin-left: 3em;
}

.attract-container> div {
  background-color: #FFF;
  margin: 5px;
  padding:5px;
  width: 150px;
   border: 2px solid #093;
  border-radius: 5px;
  }

.start-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  align-items: center;
}

.start-container > div {
  background-color: #ffffff;
  padding-left:  25px;
  padding-right: 5px;
  margin-left: 10px;
  text-align: left; 
  line-height: inherit;
  max- width: 800px; 
}
 .flex-containerheader {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #f1f1f1;
}
 
 
 .flex-containerheader > div {
  background-color: #f1f1f1;
  padding-left:  10px;
  padding-right: 5px;
  width: 1270px;
  margin: 10px;
  text-align: left;
  line-height: inherit; 
  }
  
  p {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}

#title {
  width: 100%;
  position: relative;
  top: 0em;
  font-size: 1.6em;
  font-family: "Bradley Hand ITC","Comic Sans", "Lucida Handwriting   Italic","Times New Roman", Times, serif;
  font-weight: bolder;
  padding-top: 5px;
  padding-left: 2px;
  padding-bottom: 5px;
  border-bottom: 2px green solid;
  color: #104008;

}
.title {
  width: 100%;
  position: relative;
  top: 0em;
  font-size: 1.6em;
  font-family: "Bradley Hand ITC","Comic Sans", "Lucida Handwriting Italic","Times New Roman", Times, serif;
  font-weight: bolder;
  padding-top: 5px;
  padding-left: 2px;
  padding-bottom: 5px;
  border-bottom: 2px green solid;
  color: #104008;

}
h1 {
font-family: "Times New Roman", Times, serif;
color: green;
font-size: 3em;
font-weight: lighter;}

h2 {}

h3 {
font-size: 1.2em;
font-weight: bold;
font-style: italic;
font-family: Verdana, Helvetica, Arial, sans-serif;}

h4 {font-size: 1.0em;
font-weight: bold;
font-style: italic;
}

h5{}

h6 {
width: 100%;
position: relative;
top: 0em;
font-size: 1.6em;
font-family: "Bradley Hand ITC","Comic Sans", "Lucida Handwriting Italic","Times New Roman", Times, serif;
font-weight: bolder;
padding-top: 5px;
padding-left: 2px;
padding-bottom: 5px;
border-bottom: 2px green solid;
color: #104008;
}

h7 {font-size: 1em;
font-weight: bolder;
}


hr {
background-color:#444;
border-width:0;
color:#444;
height:1px;
line-height:5px;
margin: 5px 10px 5px 10px;
page-break-after:always;
text-align:center;
width:100%;

}
strong {
    font-weight: bold;
}
img {
    max-width: 100%;
    height: auto;
}
 /*Scroll to top button */
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}



blockquote {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 40px;
    margin-right: 40px;
}

article {
	margin: 2em;
	padding:15px;
	background-color: #ffffff;
}
	
/*This the code for the garden pop ups and pop up links.*/


.linkbox {
position: relative;
display: block;
vertical-align: middle;
text-align: center;
background-color: #ffffff;
width: 100%;
height: 25px;
margin-left: 10px;
margin-right: 10px;
text-decoration: none;
padding-top: 15px;
}

div#links a span {display: none;}

div#links a:hover span {display: block;
position: fixed; 
top: +375px; 
left: +15px; 
width: 250px;
padding: 5px; 
margin: 10px; 
z-index: 1000;
color: #1b4218;
font: 1.0em Verdana, sans-serif; 
text-align: center;
background: #82ca7f;
border: 1px purple solid;
text-decoration: none;
}
/*End pop up code*/	

.headlinebox {
	position:relative;
	width: 95%;
	height: auto;
	padding-left: 5px;
padding-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 20px;
}
.headline {
font-family: "Bradley Hand ITC", "Palatino Linotype", Verdana;
font-weight: bold;
font-size: 2em;
text-decoration: none;
text-align: center;
color: green;}

 ul.homelist  {
	list-style-type:none;
	
}
.homelist a {
	text-decoration:none;
}

.entry {
	position: relative;
	width: 100%;
	background-color: #11500b;
	color: white;
	font-weight: bold;
	padding-top: 20px;
	height: 180px;
	overflow:scroll;
	padding-left: 1em;
}

.entry a {
color: yellow;}

/*This hides the picture show */
 @media (max-width: 500px) {
.element {
display: none;
}
 }
 
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   text-align: center;
} 