@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	font-family: "Open Sans", Trebuchet, sans-serif;
	color: #707070;
	webkit-font-smoothing: antialiased;
	moz-osx-font-smoothing: grayscale;
	background-color: #FAF8F4;
}

.wrapper {
	background-color: pink;
	width: 1184px;
	margin: 0 auto;
}

p, li, span {
	font-size: 17px;
	line-height: 1.5em;
}

a, a:visited{
	color: #849B66;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #84A7C1;
}

.button, .button:visited {
	color: #FAF8F4;
	background-color: #849B66;
	padding: 10px 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-radius: 18px;
	display: inline-block;
	margin: 10px 0;
}

.button:hover {
	text-decoration: none;
	background-color: #84A7C1;
}

h1 {
	color: #84A7C1;
	font-family: "Merriweather", Georgia, serif;
	font-size: 69px;
	font-weight: normal;line-height: 1.15em;
	margin: 0 0 -10px;
}

h2 {
	color: #84A7C1;
	font-family: "Merriweather", Georgia, serif;
	font-weight: normal;
	font-size: 53px;
}

h3 {
	color: #84A7C1;
	font-family: "Open Sans", Trebuchet, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 28px;
	margin: 10px 0;
}

input, textarea {
	display: block;
	width: 100%;
	padding: 18px;
	box-sizing: border-box;
	margin-top: 5px;
	font-family: "Merriweather", Georgia, serif;
	font-size: 15px;
	color: #84A7C1;
}

label {
	color: #849B66;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 30px;
	display: block;
}

.submit {
	display: inline-block;
	width: auto;
	border: none;
	font-family: "Open Sans", Trebuchet, sans-serif;
}

/*Header*/

header {
	background-color: yellow;
	text-align: center;
}

#banner {
	background-color: yellow;
	height: 653px;
	background-size: cover;
	background-position: right center;
	position: relative;
}

#valueprop {
	width: 633px;
	position: absolute;
	transform: translateY(-50%);
	left: 60px;
}

#services {
	background-color: pink;
	text-align: center;
}

.service-boxes {
	background-color: yellow;
}

.service {
	background-color: aquamarine;
	display: inline-block;
	width: 28%;
	vertical-align: top;
	text-align: left;
	margin-left: 2.25%;
	margin-right: 2.25%;
	margin-bottom: 60px;
}

.service img {
	width: 100%;
	height: auto;
}

#cta {
	
}

.left, .form {
	display: inline-block;
	vertical-align: middle;
	width: 45%;
}

.left {
	margin-right: 4%;
}

blockquote {
	font-size: 24px;
	line-height: 1.5em;
}

cite {
	font-size: 16px;
	display: block;
	text-align: right;
	margin-top: 20px;
}

.form {
	margin-left: 4%;
}

.form h2 {
	margin-bottom: 0;
}

form {
	margin-top: 40px;
}

#desktop {
	margin-top: 30px;
}

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

#desktop li {
	margin: 0 10px;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 22px;
}

#desktop a {
	color: #707070;
}

#desktop a:hover {
	color: #849B66;
	text-decoration: none;
}

#mobile li {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 22px;
}

footer{
	background-color: #849B66;
	padding: 40px 0;
	margin-top: 100px;
}

#social {
	background-color: yellow;
	margin: 0; padding: 0;
	text-align: center;
}

#social li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	margin-right: 8px;
}

#mobile {
	background-color: #849B66;
	display: none;align-content: 
}

#mobile a {
	color: #FAF8F4;
}

/*MEDIA QUERY*/
@media screen and (max-width: 600px){
	#toggle, #mobile{
		display: block;
	}
	#toggle{
		margin-top: 30px;
	}
	#toggle img{
		width: 60px;
	}
	#desktop{
		display:none;
	}
	header{
		padding: 20px 0;
	}
	
	.service{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	h2 {
		margin-top: 0;
	}
}

@media screen and (max-width: 800px){
	#valueprop{
		background-color: pink;
		position: static;
		width: 90%;
		transform: none;
		left: 60px;
		text-align: center;
		margin: 40px auto;
	}
	#banner {
		background: none;
	}
	.mobile-banner{
	display: block;
	}	
}

@media screen and (max-width: 900px){
	.service{
		width: 45%;
	}
	.left, .form{
		display: block;
		with: 100%;
	}
	.form{
		margin-left: 0;
	}
	.left{
		margin-right: 0;
	}
}


.logo {
	width:200px;
}

#valueprop p {
	font-size: 28px;
	line-height: 1.6em;
	display: none;
}