@charset "UTF-8";
/* CSS Document */
body {
			padding: 0px;
			margin: 0px;
			font-family: Arial, sans-serif;
			background-color: #048000;
		}
		.header {
			padding-top: 10px;
			padding-bottom: 10px;
			color: white;
			background-color: #048000;
			
		}
		.container {
			width: 900px;
			margin-left: auto;
			margin-right: auto;
		}
		.footer {
			padding-top: 10px;
			padding-bottom: 10px;
			color: white;
			background-color: #048000;
		}
		.text-center {
			text-align: center;
		}
		.mainContent {
			background-image: url(lawn.jpg);
			background-size: cover;
			padding-top: 25px;
			padding-bottom: 25px;
		}
		
		.mainContent .container {
			padding-top: 25px;
			padding-bottom: 25px;
			background-color: white;
			padding-left: 20px;
			padding-right: 20px;
			border-radius: 20px;
		}
.shareIcon {
	width: 10px;
	height: 13px;
	background-image: url(shareicon2.png);
	display: inline-block;
}
.addtohome {
	background-color: white;
	text-align: center;
	width: 250px;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -125px;
}
.overlay {
	width: 100%;
	height: 1000px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,.5);
	display: none;
}
#submitButton {
	display: none;
}
.close {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
		input {
			border-radius: 5px;
			padding-left: 10px;
			padding-right: 10px;
			border: solid 1px gray;
			display: block;
			width: 100%;
			box-sizing: border-box;
			padding-top: 11px;
			padding-bottom: 11px;
			font-size: 20px;
		}
		.formField {
			margin-bottom: 15px;
		}
		.note {
			font-size: 12px;
			color: gray;
		}
		input[type="submit"] {
			background-color: #048000;
			font-weight: bold;
			font-size: 24px;
			display: inline-block;
			width: auto;
			padding-left: 20px;
			padding-right: 20px;
			text-transform: uppercase;
			color: white;
			cursor: pointer;
		}
select {
	border-radius: 5px;
			padding-left: 10px;
			padding-right: 10px;
			border: solid 1px gray;
			display: block;
			width: 100%;
			box-sizing: border-box;
			padding-top: 11px;
			padding-bottom: 11px;
			font-size: 20px;
	
}
textarea {
	border-radius: 5px;
			padding-left: 10px;
			padding-right: 10px;
			border: solid 1px gray;
			display: block;
			width: 100%;
			box-sizing: border-box;
			padding-top: 11px;
			padding-bottom: 11px;
			font-size: 20px;
	font-family: Arial, sans-serif;
}
input[type="checkbox"] {
	display: inline-block;
	width: auto;
	
}
			label {
			font-weight: bold;
				min-width: 170px;
				display: inline-block;
			}
.quoteBox {
	border: solid 1px gray;
	padding: 20px;
	text-align: center;
	margin: 10px;
	width: 230px;
	float: left;
	border-radius: 10px;
}
.quotes {
	margin-bottom: 30px;
}
.quoteTitle {
	font-weight: bold;
}
.clear {
	float: none;
	clear: both;
}
		@media (max-width: 967px) {
			.container {
				width: 600px;
			}
		}
		@media (max-width: 967px) {
			.container {
				width: 300px;
			}
		}
