.cookie-consent-banner {
  max-width: 1040px;
  	margin-left: auto;
	margin-right: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f1f1f1;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color:#000;
  border: 5px solid #000;
  z-index: 9999;
}

.cookie-consent-banner p {
  margin: 0;
  padding-right: 20px;
}

.cookie-consent-buttons {
  display: flex;
  gap: 10px;
}

.cookie-consent-buttons button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#accept-cookies {
  background-color: #4CAF50;
  color: white;
}

#decline-cookies {
  background-color: #f44336;
  color: white;
}

/* Media query for mobile phones */
@media screen and (max-width: 500px) {
  .cookie-consent-banner {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-consent-banner p {
    padding-right: 0;
    margin-bottom: 15px;
  }

  .cookie-consent-buttons {
    justify-content: center;
  }
}

body {
	-webkit-text-size-adjust:none;/*stop big font on iphone*/
	border: 5px solid;
	border-color: #5A3D1B;
	font: 100%/1.4;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	color: #165829;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	background-repeat: repeat;
	background-image: url(../img/leaf-background.gif);
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
#wrapper {
	background-color:#fff;
	width: 100%;
	max-width: 1260px;
	min-width: 240px;
}
#header {

	background-color: #165829;
	height: 180px;
	text-align: center;
 	font-family: "Times New Roman", Times, serif;
	color:#fff;
	font-size:0px;
}
#image-left{
	float:left;
}
#image-right{
	float:right;
}
h1 {
   color: white;
   font-size: 24px;
   font-variant: small-caps;
   font-weight: normal;
   line-height: 1.4;
}

h2 {
	margin-top:-30px;
   color: white;
   font-size: 24px;
   font-weight: normal;  
}
h4{
	margin-top:-5px;
	color: white;
   font-size: 24px;
   font-weight: normal;
}
h4 a{
	color: white;
}
h3 {
   color: #FFFF99;
   font-size: 32px;
   font-weight: bold;
   line-height: 0.2;
}
#nav, #nav2, #nav3{
	width:100%;
	display:none;
}
.navbutton{
	width:25%;
	float:left;
}
.navbutton12{
	width:50%;
	float:left;
}
.centered-img{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
#content{
	text-align: center;
	display:inline-block
	width: 100%;
	border-left: solid #165829 90px;
	border-right: solid #165829 90px;
	position:relative;
}
#content img{
	border-style:none;
}
#content img.home{
	position:absolute;
	top:25px;
	left:-84px;
}
#content img.new-lawns{
	position:absolute;
	top:95px;
	left:-84px;
}
#content img.waste-clearance{
	position:absolute;
	top:165px;
	left:-84px;
}
#content img.gardening-calendar{
	position:absolute;
	top:235px;
	left:-84px;
}
#content img.bird{
	position:absolute;
	top:20px;
	right:19px;
}
#content img.flower{
	position:absolute;
	bottom:-30px;
	left:-20px;
}
#top{
	width:100%;
	height:11px;
	background-image:url(../img/border-top.gif);	
}
#bottom{
	width:100%;
	height:11px;
	background-image:url(../img/border-bottom.gif);
}
#bottom-box1{
	display:block;
}
#bottom-box1a{
	display:none;
}
#bottom-box2{
	display:none;
}
#footer{
	background-color: #165829;
	text-align: center;
 	font-family: "Times New Roman", Times, serif;
	color:#fff;
	font-size:18px;
	font-weight: bold;
}
#footer1{
	display:block;
}
#footer2{
	display:none;
}
.links-white {  
   font-size: 14px;
   font-weight: normal;
}

.links-yellow {
   color: #DDD30D;
   font-size: 14px;
   font-weight: normal;
}
a.main:link {color: #ffffff;text-decoration: none;}

a.main:hover{color: #ffffff;text-decoration: underline;}
a.main:active{color: #ffffff;text-decoration: none;}
a.main:visited{color: #ffffff;text-decoration: none;}

.email {

   font-size: 16px;
   font-weight: bold;
}
.spacing {
   color: #165829;
   font-size: 12px;
   font-weight: normal;

}
.phone {
   color: #FFFF99;
   font-size:21px;
   
}
.phone a{
	color: #FFFF99;
	text-decoration:none;
}
.phone1 {
   color: #FFFFFF;
}
.phone1 a{
	color: #FFFFFF;
	text-decoration:none;
}
@media screen and (max-width: 817px){/*point at which side cols appear, buttons move  */
	#content img.home{
		visibility:hidden;
	}
	#content img.new-lawns{
		visibility:hidden;
	}
	#content img.waste-clearance{
		visibility:hidden;
	}
	#content img.gardening-calendar{
		visibility:hidden;
	}
	#content{
			border-left: solid #165829 11px;
			border-right: solid #165829 11px;
	}
	#nav{
			display:block;
	}
	#header{
		height: 250px;
	}
}
