/* :white;
:#68534D; (dark brown)
:#D3A96D; (tan)
:#C0DF85; (green)
#A7C262; (button hover green)
#CB9554;
(button hover tan)
#E2FFAD; (nav hover green) */

body {
	font-family: arial;
	margin: 0;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 100%;
	background-color: #68534D;
}

p {
	line-height: 1.1em;
	font-size: 15px;
	margin: 12px 0;
}

h1, h2, h3 {
	font-style: bold;
}

h1 {
	line-height: 1.2em;
	font-size: 40px;
	color: white;
	margin-top:0;
}

h2 {
	font-size: 40px;
	color: white;
}

h3 {
	font-size: 22px;
	color: #C0DF85;
	margin: 0px;
}

a {
	color: white;
	text-decoration: none;
}

.button {
	background-color: #D3A96D;
	color: white;
	border-radius: 20px;
	padding: 8px 25px 8px 25px;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
}

.button:hover {
	background-color: #CB9554; 
}

input {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	display: block;
	background-color: #D3A96D;
	border: none;
	border-radius: 20px;
	color: white;
	font-size: 15px;
	font-weight: normal;
}

.subject {
	width: 100%;
	padding: 5px 5px 200px 5px;
	box-sizing: border-box;
	display: block;
	background-color: #D3A96D;
	border: none;
	border-radius: 20px;
	color: white;
	font-size: 15px;
	font-weight: normal;
}

input::placeholder {
	color: white;
	padding: 3px 20px 3px 20px;
	line-height: 1.1em;
	font-size: 15px;
}

form .button {
	display: inline-block;
	background-color: #C0DF85;
	color: white;
	border-radius: 20px;
	padding: 8px 25px 8px 25px;
	text-decoration: none;
	width: auto;
}

form .button:hover {
	background-color: #A7C262;
	cursor: pointer;
}

.clearfix {
	clear:both;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

/* header section*/

header {
	padding:60px 5%;
}

#toggle {
	display: none;
}

.logo {
	float: left;
	
}

#desktop {
	float: right;
}

#desktop ul {
	margin: 0;
	padding:0;
}

#desktop li {
	list-style: none;
	margin: 0 0 0 20px;
	padding:0;
	font-size: 15px;
	float: left;
}

#desktop a {
	color: #C0DF85;
	text-decoration: none;
	font-weight: normal;
}

#desktop li a:hover {
	color: #E2FFAD;
}

/* banner section*/

.mobile-banner {
	display: none;
}

#banner {
	background-image: url("images/heroimage.jpg");
	background-size: cover;
	background-position: top;
	height: 600px;
	position: relative;
	
}

.valueprop {
	width: 1014px;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: 40%;
	margin-left: auto;
	margin-right: auto;
}

/* services section*/

#services {	
	margin: 90px 0 40px;
	text-align: center;
}

#services h2 {
	text-align: center;
}

#service-wrap {
	text-align: center;
	margin-top: 50px;
}

.service {
	display: inline-block;
	box-sizing: border-box;
	width: 400px;
	margin: 0 70px 50px;
}

.service img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	margin-bottom: 15px;
}

.service .button {
	margin-top: 15px;
}

.service p {
	padding-bottom: 10px;
}

/* seasonal services section*/

#seasonal-service-wrap {
	text-align: center;
}


/* about us section*/

#about {
	padding: 70px 0;
	text-align: center;
}

#aboutimage img {
	height: 500px;
	width:700px;
}


#aboutimage {
	margin-right: 30px;
	display: inline-block;
	vertical-align: middle;
	width:700px;
	text-align: left;
}

#quote {
	margin-left: 0;
	display: inline-block;
	vertical-align: middle;
	width:300px;
	text-align: left;
}

#quote h3 {
	color: white;
}

#quote p {
	line-height: 2.4em;
}

/*cta/form section*/

#cta h2 {
	padding-bottom: 10px;
}

#cta {
	margin: 0;
	padding: 0 0 40px 0;
	text-align: center;
}
form {
	margin: auto;
	width: 700px;
	height: 360px;
}

.textinput {
	margin: auto;
	width:450px;
}


/* footer section*/

footer {
	padding: 50px 5%;
}

#social {
	margin: 0 0 20px;
	padding: 0;
	
}

#social img {
	width: 70px;
	height: 70px;
}


#social li {
	margin: 0 15px;
	padding: 0;
	display: inline-block;
	text-align: center;
}

footer p {
	font-size: 15px;
	text-align: center;
}

#mobile {
	display: none;
}

#mobile ul {
	margin: 0;
	padding: 0;
}

#mobile li {
	font-size: 15px;
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0 0 15px;
	
}

#mobile a {
	color: #C0DF85;
	font-weight: normal;
	text-decoration: none;
}

#mobile li a:hover {
	color: #E2FFAD;
}

/*footer section*/

footer {
	color: #C0DF85;
}

footer p {
	text-align: center;
}

footer ul {
	list-style: none;
	text-align: center;
}