@charset "UTF-8";

/* Text Formatting */

body {
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background: #fff;
}
.page { font-size: 1em; }

h1 { font-size: 3em; color: #000; margin: 0px 0px .5em 0px; font-weight: normal; }
h2 { font-size: 1.5em; color: #666; margin: 0px 0px .5em 0px; }
h3 { font-size: 1.35em; font-weight: bold; color: #666; margin: 0em 0px .25em 0px; }
h4 { margin: 0px 0px 1em 0px; font-size: 1.35em; font-weight: normal; line-height: 130%; }
h5 { margin: 0px 0px 1em 0px; font-size: 1.15em; color: #fff; font-weight: normal; line-height: 130%; }
h6 { font-size: 1.1em; font-weight: normal; color: #666; margin: 0em 0px .5em 0px; }
p { margin: 0px 0px 1em 0px; font-size: 1.1em; line-height: 140%; text-align: left; }
li { margin: 0px 0px 10px 0px; }
a img { border: none; }
a { color: #006633; font-weight: bold; text-decoration: none; }
a:hover { color: #66cc00; }
footer a { color: #fff; }
footer a:hover { color: #66cc00; }

figure { display: block; margin: 0px; padding: 0px; }

figure .figure_photo1 {
	background: url(../images/turf-yard-big.jpg) no-repeat 50% 0px;
	float: right;
	margin: 0px 0 10px 20px;
	width: 800px;
	height: 600px;
	border: 1px solid #000;
}
figure .figure_photo2 {
	background: url(../images/hand-on-turf-big.jpg) no-repeat 50% 0px;
	float: left;
	margin: 0px 10px 10px 0px;
	width: 260px;
	height: 195px;
	border: 1px solid #000;
}
/* Full screen monitor layout */

.page {
	position: relative;
	margin: 0px auto 0px auto;
	max-width: 100%;
	max-width: 2000px;
	background-color: #fff;
}
.page topper {
	position: relative;
	display: block;
	width: 100%;
	left: 0px;
	margin: 0 0 20px 0;
	height: 30px;
	padding: 10px 0px 0 10px;
	background: #014d27;
}

.page topper a.free-estimate {
	position: absolute;
	top: 7px;
	right: 20%;
	display: block;
	width: 150px;
	height: 30px;
	background: url(../artwork/free-estimate-btn1.png) no-repeat 0px 0px;
}
.page topper a:hover.free-estimate {
	position: absolute;
	top: 7px;
	right: 20%;
	display: block;
	width: 150px;
	height: 30px;
	background: url(../artwork/free-estimate-btn2.png) no-repeat 0px 0px;
}
.page header {
	display: block;
	position: relative;
	height: 10px;
	padding: 0px 20px 0px 0px;
	background-color: #fff;
}

.page header a.logo {
	position: absolute;
	top: 15px;
	left: 15px;
	display: block;
	width: 225px;
	height: 40px;
	background: url(../artwork/dt-logo-med.jpg) no-repeat 0px 0px;
}
.page header a.tagline {
	position: absolute;
	top: 39px;
	left: 235px;
	display: block;
	width: 200px;
	height: 20px;
	background: url(../artwork/tagline-sml.jpg) no-repeat 0px 0px;
}

a.insta {
	position: absolute;
	top: 5px;
	right: 110px;
	display: block;
	width: 32px;
	height: 32px;
	background: url(../artwork/insta-green-30x30.png) no-repeat 0px 0px;
}
a.fb {
	position: absolute;
	top: 5px;
	right: 70px;
	display: block;
	width: 32px;
	height: 32px;
	background: url(../artwork/fb-green-30x30.png) no-repeat 0px 0px;
}

a.pinterest {
	position: absolute;
	top: 5px;
	right: 30px;
	display: block;
	width: 32px;
	height: 32px;
	background: url(../artwork/pinterest-green-30x30.png) no-repeat 0px 0px;
}

.page .page_content .page_content_container_nav {
	width: 66%;
	float: right;
	margin: 0px 0px 0px 0;
	padding: 8px;
	background: #fff;
}
/*Start of responsive menu*/
.topnav {
  overflow: hidden;
  background-color: #ccc;
}
.topnav a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 1em;
  font-weight: normal;
}

.active {
  background-color: #000;
  color: #ccc;
  font-weight: normal;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
 
}

.dropdown .dropbtn {
  font-size: 1em; 
  font-weight: normal;   
  border: none;
  outline: none;
  color: #000;
  padding: 10px 16px;
  background-color: #fff;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: relative;
  background-color: #ccc;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #000;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 1em;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #fff;
  color: #222;
   font-size: 1em;
   font-weight: normal;
}

.dropdown-content a:hover {
  background-color: #fff;
  color: #ccc;
   font-size:.9em;
}

.dropdown:hover .dropdown-content {
  display: block;
}
/*End of responsive menu*/
.page .page_content { background-color: #fff; padding: 1px 0px 1px 0px; }
.page .page_content .page_content_container_top { width: 100%; float: left; margin: 20px 0 0 0px; padding: 0px; }
.page .page_content .page_content_container_head { width: 100%; float: left; margin: 0px; padding: 0px; background: #fff; }
.page .page_content .content {
	margin: 0px;
	padding: 0px;
}
.page .page_content .page_content_container_left { width: 98%; float: left; margin: 0px 20px 0 20px; padding-right: 10px; background: #fff; }
.page .page_content .content {
	margin: 0px;
	padding: 0px;
}
.page footer {
	display: block;
	border-top: 1px solid #ddd;
	padding: 15px 10px 15px 20px;
	font-size: .9em;
	height: 200px;
	color: #fff;
	background: #006633;
}

.clear_both { clear: both; line-height: 1px; }

/* Rules Sensitive to Screen Size */

/* Small Screen Rules - phone vertical */
@media screen and (min-width: 150px) and (max-width: 500px) {	
	body { padding: 0px; }
.page { margin: 0px; padding: 0px; font-size: .8em; }
h1 { font-size: 2.25em; }
h2 { font-size: 1.4em; }
.page topper {
	position: relative;
	display: block;
	width: 100%;
	left: 0px;
	margin: 0 0 20px 0;
	height: 60px;
	padding: 10px 0px 0 10px;
	background: #014d27;
}
.page topper a.free-estimate {
	position: absolute;
	top: 30px;
	left: 10px;
	display: block;
	width: 150px;
	height: 30px;
	background: url(../artwork/free-estimate-btn1.png) no-repeat 0px 0px;
}
.page header {
	display: block;
	position: relative;
	height: 25px;
	padding: 20px 55px 10px 10px;
	background: #fff;
}
.page header a.logo {
	position: absolute;
	top: 0px;
	margin: 5px 0 0 0;
	left: 10px;
	display: block;
	width: 160px;
	height: 29px;
	background: url(../artwork/dt-logo-sml.jpg) no-repeat 0px 0px;
}
.page header a.tagline {
	position: absolute;
	top: 36px;
	left: 10px;
	display: block;
	width: 200px;
	height: 10px;
	background: url(../artwork/tagline-sml.jpg) no-repeat 0px 0px;

}
a.insta {
	position: absolute;
	top: 40px;
	right: 80px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../artwork/insta-green-20x20.png) no-repeat 0px 0px;
}
a.fb {
	position: absolute;
	top: 40px;
	right: 55px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../artwork/fb-green-20x20.png) no-repeat 0px 0px;
}

a.pinterest {
	position: absolute;
	top: 40px;
	right: 30px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../artwork/pinterest-green-20x20.png) no-repeat 0px 0px;

}
.page topper a.free-estimate {
	position: absolute;
	top: 50px;
	left: 10px;
	display: block;
	width: 120px;
	height: 20px;
	background: url(../artwork/free-estimate-btn3.png) no-repeat 0px 0px;
}
.page topper a:hover.free-estimate {
	position: absolute;
	top: 50px;
	left: 10px;
	display: block;
	width: 120px;
	height: 20px;
	background: url(../artwork/free-estimate-btn4.png) no-repeat 0px 0px;
}
.page .page_content .page_content_container_nav {
	width: 100%;
	float: left;
	margin: 0px;
	background: #fff;
}
.page .page_content { background-color: #fff; padding: 1px 0px 1px 0px; }
.page .page_content .page_content_container_top { width: 100%; float: left; margin: 20px 0 0 0px; padding: 0px; }

.page .page_content .page_content_container_head { width: 100%; float: left; margin: 20px 0 0 0px; padding: 0px; background: #fff; }
.page .page_content .content {
	margin: 0px;
	padding: 0px;
}
.page .page_content .page_content_container_left { width: 95%; float: left; margin: 10px 0 0 0px; padding: 10px; background: #fff; }

figure { display: block; margin: 0px; padding: 0px; }
figure .figure_photo1 {
	background: url(../images/turf-yard-sml.jpg) no-repeat 50% 0px;
	float: right;
	margin: 0px 0 10px 20px;
	width: 320px;
	height: 240px;
	border: 1px solid #000;
}
figure .figure_photo2 {
	background: url(../images/hand-on-turf-sml.jpg) no-repeat 50% 0px;
	float: left;
	margin: 0px 10px 10px 0px;
	width: 120px;
	height: 90px;
	border: 1px solid #000;
}
}
/* Sorta Small Screen Rules - phone horizontal */
@media screen and (min-width: 501px) and (max-width: 700px) {	
	.page { margin: 0px; padding: 0px; font-size: .8em; }
h1 { font-size: 2.25em; }
h2 { font-size: 1.4em; }
.page topper {
	position: relative;
	display: block;
	width: 100%;
	left: 0px;
	margin: 0 0 20px 0;
	height: 60px;
	padding: 10px 0px 0 10px;
	background: #014d27;
}
.page topper a.free-estimate {
	position: absolute;
	top: 30px;
	left: 10px;
	display: block;
	width: 150px;
	height: 30px;
	background: url(../artwork/free-estimate-btn1.png) no-repeat 0px 0px;
}
.page header {
	display: block;
	position: relative;
	height: 25px;
	padding: 20px 55px 10px 10px;
	background: #fff;
}
.page header a.logo {
	position: absolute;
	top: 0px;
	margin: 5px 0 0 0;
	left: 10px;
	display: block;
	width: 160px;
	height: 29px;
	background: url(../artwork/dt-logo-sml.jpg) no-repeat 0px 0px;
}
.page header a.tagline {
	position: absolute;
	top: 36px;
	left: 10px;
	display: block;
	width: 200px;
	height: 10px;
	background: url(../artwork/tagline-sml.jpg) no-repeat 0px 0px;

}
a.insta {
	position: absolute;
	top: 40px;
	right: 80px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../artwork/insta-green-20x20.png) no-repeat 0px 0px;
}
a.fb {
	position: absolute;
	top: 40px;
	right: 55px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../artwork/fb-green-20x20.png) no-repeat 0px 0px;
}

a.pinterest {
	position: absolute;
	top: 40px;
	right: 30px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../artwork/pinterest-green-20x20.png) no-repeat 0px 0px;

}
.page topper a.free-estimate {
	position: absolute;
	top: 50px;
	left: 10px;
	display: block;
	width: 120px;
	height: 20px;
	background: url(../artwork/free-estimate-btn3.png) no-repeat 0px 0px;
}
.page topper a:hover.free-estimate {
	position: absolute;
	top: 50px;
	left: 10px;
	display: block;
	width: 120px;
	height: 20px;
	background: url(../artwork/free-estimate-btn4.png) no-repeat 0px 0px;
}
.page .page_content .page_content_container_nav {
	width: 100%;
	float: left;
	margin: 0px;
	background: #fff;
}
.page .page_content { background-color: #fff; padding: 1px 0px 1px 0px; }
.page .page_content .page_content_container_top { width: 100%; float: left; margin: 20px 0 0 0px; padding: 0px; }

.page .page_content .page_content_container_head { width: 100%; float: left; margin: 20px 0 0 0px; padding: 0px; background: #fff; }
.page .page_content .content {
	margin: 0px;
	padding: 0px;
}
.page .page_content .page_content_container_left { width: 98%; float: left; margin: 10px 0 0 10px; padding: 0px; background: #fff; }
.page .page_content .content {
	margin: 0px;
	padding: 0px;
}
.page .page_content .content {
	margin: 0px;
	padding: 0px;
}

figure { display: block; margin: 0px; padding: 0px; }
figure .figure_photo1 {
	background: url(../images/turf-yard-med.jpg) no-repeat 50% 0px;
	float: right;
	margin: 0px 0 10px 20px;
	width: 500px;
	height: 400px;
	border: 1px solid #000;
}
figure .figure_photo2 {
	background: url(../images/hand-on-turf-med.jpg) no-repeat 50% 0px;
	float: left;
	margin: 0px 10px 10px 0px;
	width: 180px;
	height: 135px;
	border: 1px solid #000;
}
}

/* Medium Screen Rules -Tablet Vert */
@media screen and (min-width: 701px) and (max-width: 800px) {
	.page { margin: 0px; padding: 0px; font-size: .9em; }
h1 { font-size: 2.5em; }
h2 { font-size: 1.35em; }
.page topper {
	position: relative;
	display: block;
	width: 100%;
	left: 0px;
	margin: 0 0 0px 0;
	height: 60px;
	padding: 10px 0px 0 10px;
	background: #014d27;
}
.page topper a.free-estimate {
	position: absolute;
	top: 35px;
	left: 10px;
	display: block;
	width: 150px;
	height: 30px;
	background: url(../artwork/free-estimate-btn1.png) no-repeat 0px 0px;
}

.page header {
	display: block;
	position: relative;
	height: 50px;
	padding: 0px 20px 50px 0;
	background: #fff;
}
.page header a.logo {
	position: absolute;
	top: 40px;
	left: 30px;
	display: block;
	width: 220px;
	height: 40px;
	background: url(../artwork/dt-logo-med.jpg) no-repeat 0px 0px;
}
.page header a.tagline {
	position: absolute;
	top: 60px;
	left: 255px;
	display: block;
	width: 280px;
	height: 16px;
	background: url(../artwork/tagline-med.jpg) no-repeat 0px 0px;

}
a.insta {
	position: absolute;
	top: 5px;
	right: 110px;
	display: block;
	width: 32px;
	height: 32px;
	background: url(../artwork/insta-green-30x30.png) no-repeat 0px 0px;
}
a.fb {
	position: absolute;
	top: 5px;
	right: 70px;
	display: block;
	width: 32px;
	height: 32px;
	background: url(../artwork/fb-green-30x30.png) no-repeat 0px 0px;
}

a.pinterest {
	position: absolute;
	top: 5px;
	right: 30px;
	display: block;
	width: 32px;
	height: 32px;
	background: url(../artwork/pinterest-green-30x30.png) no-repeat 0px 0px;
}
.page .page_content .page_content_container_nav {
	width: 100%;
	float: left;
	margin: 0px;
	background: #fff;
}
.page .page_content { background-color: #fff; padding: 1px 0px 1px 0px; }
.page .page_content .page_content_container_top { width: 100%; float: left; margin: 20px 0 0 0px; padding: 0px; }

.page .page_content .page_content_container_head { width: 100%; float: left; margin: 20px 0 0 0px; padding: 0px; background: #fff; }
.page .page_content .content {
	margin: 0px;
	padding: 0px;
}
.page .page_content .page_content_container_left { width: 98%; float: left; margin: 10px 0 0 10px; padding: 0px; background: #fff; }
.page .page_content .content {
	margin: 0px;
	padding: 0px;
}
figure .figure_photo1 {
	background: url(../images/turf-yard-med.jpg) no-repeat 50% 0px;
	float: right;
	margin: 0px 0 10px 20px;
	width: 500px;
	height: 400px;
	border: 1px solid #000;
}
figure .figure_photo2 {
	background: url(../images/hand-on-turf-med.jpg) no-repeat 50% 0px;
	float: left;
	margin: 0px 10px 10px 0px;
	width: 180px;
	height: 135px;
	border: 1px solid #000;
}
}
/* Medium Screen Rules -Tablet Horiz */
@media screen and (min-width: 801px) and (max-width: 1200px) {
.page { margin: 0px; padding: 0px; font-size: .9em; }
h2 { font-size: 1.8em; }
	.page topper {
	position: relative;
	display: block;
	width: 100%;
	left: 0px;
	margin: 0 0 0px 0;
	height: 60px;
	padding: 10px 0px 0 10px;
	background: #014d27;
}
.page topper a.free-estimate {
	position: absolute;
	top: 35px;
	left: 10px;
	display: block;
	width: 150px;
	height: 30px;
	background: url(../artwork/free-estimate-btn1.png) no-repeat 0px 0px;
}
.page topper a:hover.free-estimate {
	position: absolute;
	top: 35px;
	right: 20%;
	display: block;
	width: 150px;
	height: 30px;
	background: url(../artwork/free-estimate-btn2.png) no-repeat 0px 0px;
}
.page header {
	display: block;
	position: relative;
	height: 40px;
	padding: 20px 40px 0 0;
	background: #fff;
}
.page header a.logo {
	position: absolute;
	top: 22px;
	left: 13px;
	display: block;
	width: 220px;
	height: 40px;
	background: url(../artwork/dt-logo-med.jpg) no-repeat 0px 0px;
}
.page header a.tagline {
	position: absolute;
	top: 39px;
	left: 238px;
	display: block;
	width: 280px;
	height: 16px;
	background: url(../artwork/tagline-med.jpg) no-repeat 0px 0px;
}
a.insta {
	position: absolute;
	top: 5px;
	right: 110px;
	display: block;
	width: 32px;
	height: 32px;
	background: url(../artwork/insta-green-30x30.png) no-repeat 0px 0px;
}
a.fb {
	position: absolute;
	top: 5px;
	right: 70px;
	display: block;
	width: 32px;
	height: 32px;
	background: url(../artwork/fb-green-30x30.png) no-repeat 0px 0px;
}

a.pinterest {
	position: absolute;
	top: 5px;
	right: 30px;
	display: block;
	width: 32px;
	height: 32px;
	background: url(../artwork/pinterest-green-30x30.png) no-repeat 0px 0px;
}
.page .page_content .page_content_container_nav {
	width: 100%;
	float: left;
	margin: 0px;
	background: #fff;
}
.page .page_content { background-color: #fff; padding: 1px 0px 1px 0px; }
.page .page_content .page_content_container_top { width: 100%; float: left; margin: 20px 0 0 0px; padding: 0px; }

.page .page_content .page_content_container_head { width: 100%; float: left; margin: 20px 0 0 0px; padding: 0px; background: #fff; }
.page .page_content .content {
	margin: 0px;
	padding: 0px;
}
.page .page_content .page_content_container_left { width: 98%; float: left; margin: 10px 0 0 10px; padding: 0px; background: #fff; }
.page .page_content .content {
	margin: 0px;
	padding: 0px;
}

figure { display: block; margin: 0px; padding: 0px; }

figure .figure_photo1 {
	background: url(../images/turf-yard-med.jpg) no-repeat 50% 0px;
	float: right;
	margin: 0px 0 10px 20px;
	width: 550px;
	height: 412px;
	border: 1px solid #000;
}
figure .figure_photo2 {
	background: url(../images/hand-on-turf-med.jpg) no-repeat 50% 0px;
	float: left;
	margin: 0px 10px 10px 0px;
	width: 180px;
	height: 135px;
	border: 1px solid #000;
}
}
.white {
	color: #FFF;
}
footer .a {
	color: #FFF;
}
