/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Main Styles for Uncles Lawn Care and Snow Removal */
body {
	background-color: #FFFEF1;
	font-family: 'Roboto Slab', serif;
}
.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}
header {
	padding: 18px 0;
	background-color: #2C5E2E;
	font-family: 'Oswald', sans-serif;
}
header .logo a {
	color: #FFFEF1;
	font-size: 2em;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000;
}
header .logo a:hover {
	color: #70B85D;
}
header nav {
	margin-top: -1.25em;
	margin-bottom: 1em;
	text-align: right;
}
header nav ul li {
	display: inline;
}
header nav ul li a {
	margin: 0 10px;
	color: #FFFEF1;
	font-size: 1.1em;
	text-decoration:  none;
	text-shadow: 1px 1px 0 #000;
}
header nav ul li a.active {
	color: #70B85D;
}
header nav ul li a:hover {
	color: #70B85D;
}
main {
	padding: 20px 0;
}
main .button {
	padding: 5px 10px;
	background-color: #70B85D;
	color: #FFFEF1;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000;
	border: 2px solid #2C5E2E;
	border-radius: 6px;
	box-shadow: 1px 1px 0 #000;
}
main a.button:hover {
	background-color: #2C5E2E;
	box-shadow: none;
}
main section {
	margin: 8px 5px;
	padding: 20px;
	display: inline-block;
	background-position: center;
	background-size: cover;
	border-radius: 4px;
	text-align: center;
}
main section.large {
	width: 45%;
}
main section.small {
	width: 30%;
}
main section h1 {
	margin: 10px 0;
	font-size: 2.25em;
	font-weight: bold;
	text-align: center;
}
main section h3 {
	margin: 10px 0;
	font-size: 1.55em;
	font-weight: bold;
	text-align: center;
}
main section h4 {
	margin: 30px 0 20px 0;
	font-size: 1.15em;
	text-align: center;
}
main section p {
	margin: 8px 0;
	padding: 10px;
	text-align: left;
}
main section p.section_image {
	height: 80px;
	background-position: center;
	background-size: cover;
}
main section p.section_image_tall {
	height: 140px;
	background-position: center;
	background-size: cover;
}
main section table {
	margin: 10px 20px;
	width: 100%;
	font-size: 1.15rem;
	text-align: left;
}
main section table td {
	padding: 10px 0;
}
footer {
	padding: 18px 0;
	padding-bottom: 30px;
	background-color: #2C5E2E;
}
footer nav {
	width: 33%;
	display: inline-block;
}
footer nav h3 {
	color: #FFFEF1;
	padding: 1.1em 0;
	font-size: 1.2em;
	text-align: center;
}
footer nav ul li {
	margin: 8px 0;
	text-align: center;
}
footer nav ul li a {
	color: #FFFEF1;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000;
}
footer nav ul li a.active {
	color: #70B85D;
}
footer nav ul li a:hover {
	color: #70B85D;
}
footer section {
	width: 32%;
	display: inline-block;
	color: #FFFEF1;
	text-align: center;
	vertical-align: top;
}
footer section h3 {
	padding: 1.1em 0;
	font-size: 1.2em;
}
footer section p {
	padding: 5px 0;
}
footer section p a {
	color: #FFFEF1;
	text-shadow: 1px 1px 0 #000;
}
footer section p a:hover {
	color: #70B85D;
}
footer section p a i.fab {
	margin: 0 5px;
}
footer .fine_print {
	margin-top: 15px;
	color: #70B85D;
	text-align: center;
	font-size: 0.85em;
}
main form {
	width: 60%;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	border: 2px solid #70B85D;
}
main form .form_section {
	margin: 15px 0;
}
main form input,
main form select {
	padding: 5px 10px;
	width: 40%;
	font-family: 'Roboto Slab', serif;
}
main form textarea {
	margin: 5px auto;
	padding: 5px 10px;
	display: block;
	font-family: 'Roboto Slab', serif;
}
