body{
  font-family: 'Spartan', sans-serif;
}
img{
	max-width: 100%;
}
h1{
  font-weight: 700;
  font-size: 60px;
  text-transform: uppercase;
}
h2{
	font-weight: 700;
}
h3{
	font-weight: 700;
	font-size: 22px;
}
h5{
	font-size: 16px;
	font-weight: 700;
}
p{
  font-size: 18px;
  font-weight: 300;
   line-height: 30px;
}
.bold{
  font-weight: 700;
}
.small-print{
  font-size: 12px
}
.large-print{
  font-size: 30px;
  font-weight: 600;
}
.green-text{
	color:#008B35
}
.red-text{
	color: rgb(219, 0, 0);
	font-weight: 700;
}
.top-bar{
	background-color: #008B35;
	color: white;
	padding: 10px 0;
}
.top-bar p{
	padding: 0;
	margin: 0;
	font-weight: 300;
  font-size: 14px;
}
.top-bar a{
	color: white;
	text-decoration: none;
}
.navbar{
  background-color: #fff!important;
}
.navbar img{
  height: 90px;
}
.navbar-nav a{
  font-weight: 600;
  font-size: 18px;
}
.navbar i{
  color: #008B35;
  font-size: 24px;
}
.active{
	color: #008B35!important;
}
.banner{
  background-image: url(../images/banner.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 100px 0;
  display: flex;
  align-items: center;
  color: white;
  text-align: center;
  border-bottom: solid 15px #008B35;
}
.banner p{
	font-size: 26px;
	font-weight: 600;
	padding: 20px 0;
}
.banner a{
	color: white;
	text-decoration: none;
}
.btn-green{
	background-color: #008B35;
	color: white;
	font-weight: 700;
	padding: 20px 30px;
	border: solid 2px #008B35;
}
.btn-green:hover{
	background-color: white;
	color: #333;
	border: solid 2px #333;
}
.btn-read-more{
	font-size: 14px;
	color: #adadad;
	padding: 0;
	text-decoration: underline
}
.card-body i{
	color: #008B35;
	line-height: 35px;
	font-weight: 700;
}
.card-body li{
	list-style-type: none;
}
/* Home Intro */
.home-intro{
	padding: 100px 0;
	text-align: center
}
.home-intro h2{
	padding-bottom: 20px;
}
.home-service-block{
	margin: 10px 0;
	border: solid 1px #d4d4d4;
	padding: 30px;
	border-radius: 5px;
	background-color: #008B35;
	color: white;
	height: 250px;
	background-image: url(../images/bg.jpg);
	background-position: center;
	background-size: contain;
	box-shadow: 0px 10px 15px 2px rgba(0,0,0,0.1);
}
.service-block-featured{
	background-color: #fff;
	border-radius: 10px;
	padding: 100px;
	border: solid rgb(235, 235, 235) 2px;
	margin: 10px 0;
	background-image: url(../images/cutout.png);
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0px 10px 15px 2px rgba(0,0,0,0.1);
}
.service-block-long{
	padding: 40px;
	border-radius: 5px;
	color: white;
	background-color: #008B35;
}
.home-service-block img{
	padding-bottom: 20px;
}
.home-service-block p{
	margin-bottom: 0;
}
.home-service-block:hover{
  margin: 10px 0;
	border: solid 1px #d4d4d4;
	padding: 30px;
	border-radius: 5px;
	background-color: #008B35;
	color: white;
  background-image: url(../images/bg.jpg);
  background-position: center;
  background-size: contain;
  transform: scale(1.05);
  transition: 0.5s
}
/* Home Projects */
.home-projects{
	padding: 150px 0;
	background-image: url(../images/home-banner.jpeg);
	background-position: center center;
    background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: white;
	text-align: center
}
.projects{
	margin-top: 30px;
}
.projects img:hover{
	transform: scale(1.1);
	transition: 1s;
	border-radius: 10px;
}
/* CTA */
.cta{
	padding: 50px;
	background-color: #008B35;
	color: white;
	text-align: center
}
.cta p{
	font-size: 30px;
	font-weight: 800;
	margin: 0;
	line-height: 50px;
}
.cta a{
	color: white;
	text-decoration: none;
}
/* Home Body */
.home-body{
	padding: 100px 0;
	background-position: bottom left;
    background-size: cover;
	background-repeat: no-repeat;
}
.green-link{
	color: #008B35;
	font-weight: 700;
	text-decoration: none;
}
.home-body form{
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0px 10px 15px 2px rgba(0,0,0,0.1);
}
.home-body form .form-group{
	margin: 20px 0;
}
.accreditations{
	display:inline-block;
	width: 40%
}
.bag-block{
	border-radius: 10px;
	border: solid 20px rgb(231, 231, 231);
	margin-bottom: 10px;
	background-color: rgb(231, 231, 231);
	text-align: center	
}
.bag-block p{
	font-weight: 700;
}
/* Footer */
footer{
	background-color: #111;
	padding: 100px 0;
	color: white;
}
.copyright{
	background-color: #111;
	color: white;
	border-top: solid 1px #565656;
	padding: 10px 0;
}
.copyright p{
	margin: 0;
	font-size: 12px;
}
.copyright a{
	color: white;
}

/* Internal Banner */
.internal-banner{
	background-image: url(../images/banner.webp);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 80px 0;
	color: white;
}
.internal-banner h1{
	padding: 0;
	margin: 0;
	font-size: 40px;
}
.banner-cta{
	background-color: #008B35;
	color: white;
	text-align: center;
}
.banner-cta p{
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	padding: 20px 0;
}
.banner-cta a{
	color: white;
}
.about-content{
	padding: 100px 0;
	text-align: center
}
.about-images{
	background-color: rgb(241, 241, 241);
	padding: 50px 0;
}
.about-images img{
	border-radius: 10px;
}

.service-block{
	min-height: 340px;
	background-color: #008B35;
	color: white;
	padding: 50px;
	margin: 10px 0;
	border-radius: 10px;
}

.review-block{
	background: rgb(226,226,226);
	background: linear-gradient(0deg, rgba(226,226,226,1) 0%, rgba(247,247,247,1) 100%);
	text-align: left;
	padding: 50px;
	margin: 30px 0;
}

.firewood-content{
	padding: 100px 0;
	background-position: bottom right;
	background-size: cover;
	background-repeat: no-repeat;
}
.firewood-content .form-group{
	margin: 20px 0;
}
.gallery{
	padding-bottom: 100px;
}
.gallery-block{
	background-color: rgb(241, 241, 241);
	padding: 20px;
	margin: 15px 0;
	border-radius: 10px;
}
.gallery-block h3{
	margin: 0;
}
.home-intro a{
	color: #333;
	text-decoration: none;
}
.example-image{
	margin: 15px 0;
	border: solid 10px  #e9e9e9;
	border-radius: 10px;
}
.privacy{
	padding: 100px 0;
}
/* Media Queries */
@media only screen and (max-width: 700px){
  h1{
    font-size: 40px
  }
  body{
	  text-align: center
  }
}
/* WORDPRESS */
.entry-header{
	display: none!important
}
.wpcf7-form{
	width: 100%!important
}
.entry-footer{
	display: none!important
}
.wpcf7-submit{
	background-color: #008B35!important;
	color: white!important;
	font-weight: 700!important;
	border: solid 2px #008B35!important;
}
.wrapper{
	padding: 100px 0;
	background-position: bottom right;
	background-size: cover;
	background-repeat: no-repeat;
}
.wpcf7 .wpcf7-form p{
	margin-bottom: 0;
}
.wpcf7{
	max-width: 100%!important;
}