@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: 3.5em; color: #000; margin: .5em 0px .5em 0px; font-weight: normal; }
h2 { font-size: 1.7em; color: #000000; margin: 0px 0px .5em 0px; }
h3 { font-size: 1.25em; font-weight: normal; color: #000; margin: 0em 0px .5em 0px; }
h4 { margin: 0px 0px 1em 0px; font-size: 1.35em; font-weight: normal; line-height: 130%; }
h5 { margin: 0px 0px .5em 0px; font-size: 1.15em; color: #fff; font-weight: normal; line-height: 150%; }
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%; }
li { margin: 0px 0px 10px 0px; }
a img { border: none; }
a {
	color: #006633;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ccc;
}
footer a { color: #fff; }
footer a:hover { color: #66cc00; }

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

figure .figure_photo1 {
	background: url("../images/dog-on-turf-big.jpg") no-repeat 50% 0px;
	margin: 0px 10px 0px 0px;
	width: 100%;
	height: 820px;
	border: 0px solid #000;
}
figure .figure_photo2 {
	background: url("../images/kennel-big.jpg") no-repeat 50% 0px;
	margin: 30px 0 0px 0px;
	width: 100%;
	height: 450px;
	border: 0px solid #000;
}

/* Full screen monitor layout */

.page {
	position: relative;
	margin: 0px auto 0px auto;
	max-width: 100%;
	max-width: 2000px;
	background-color: #fff;
}
.page header {
	position: relative;
	height: 250px;
	padding: 0px;
	background: url(images/dog-turf-banner-big.jpg) no-repeat 50% 0px;
}
a.dog-circle {
	position: absolute;
	top: 15px;
	left: 5%;
	width: 200px;
	height: 220px;
	background: url("../images/dog-circle-big.png") no-repeat 0px 0px;
	}
.page header a.tagline {
	position: absolute;
	top: 39px;
	left: 235px;
	display: block;
	width: 200px;
	height: 20px;
	background: url() no-repeat 0px 0px;
}

.page .page_content .page_content_container_nav {
	width: 100%;
	float: left;
	margin: 0px 0 0px 20%;
	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: 0px 10px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: normal;
}

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

.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: 1.2em;
}

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

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

.dropdown:hover .dropdown-content {
  display: block;
}
/*End of responsive menu*/

/* Full screen monitor layout */

.page { position: relative; margin: 0px auto 0px auto; width: 100%; }
.page header {
	display: block;
	padding: 80px 0px 0 0px;
    margin: 0 0px 0 0;
    width: 100%;
	top: 0px;
	position: relative;
	height: 170px;
	background: url(../images/dog-turf-banner-big.jpg) no-repeat 50% 0px;
}
.page .page_content { background-color: #fff; padding: 1px 0px 1px 0px; }


.page .page_content .page_content_container_head {
	width: 100%;
	float: left;
	padding: 0px;
	background: #fff;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
.page .page_content .content {
	margin: 0px;
	padding: 0px;
}
.page .page_content .page_content_container_left { width: 46%; float: left; margin: 10px 10px 10px 20px; padding: 0px; }
.page .page_content .page_content_container_right { width: 48%; float: right; margin: 10px 20px 10px 10px; padding: 0px; 
}

.page .page_content .page_content_container_bottom { width: 100%; float: none; margin: 40px auto 0 auto; padding: 0px; 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: auto;
	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: 2em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1em; }
h5 { margin: 0px 0px 1em 0px; font-size: .9em; }
.page header {
	display: block;
	padding: 30px 0px 0 0px;
    margin: 0 0px 0 0;
    width: 100%;
	top: 0px;
	position: relative;
	height: 60px;
	background: url(../images/dog-turf-banner-sml.jpg) no-repeat 100% 0%;
}
a.dog-circle {
	position: absolute;
	top: 10px;
	left: 2%;
	width: 10px;
	height: 10px;
	background: url("../images/dog-circle-tiny.png") no-repeat 0px 0px;
	}
a.insta {
	position: absolute;
	top: 40px;
	right: 80px;
	display: block;
	width: 20px;
	height: 20px;
	background: url() no-repeat 0px 0px;
}
a.fb {
	position: absolute;
	top: 40px;
	right: 55px;
	display: block;
	width: 20px;
	height: 20px;
	background: url() no-repeat 0px 0px;
}

a.pinterest {
	position: absolute;
	top: 40px;
	right: 30px;
	display: block;
	width: 20px;
	height: 20px;
	background: url() 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_head { width: 100%; float: left; margin: 0px 0 0 0px; padding: 0px; background: #fff; }
.page .page_content .content {
	margin: 0px;
	padding: 0px;
}
.page .page_content .page_content_container_left { width: 90%; float: left; margin: 10px 0 0 10px; padding: 0px; }
    .page .page_content .page_content_container_right { width: 90%; float: left; margin: 10px 0 0 10px; padding: 0px; }

.page .page_content .page_content_container_bottom { width: 100%; float: left; margin: 10px 0 0 0px; 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/dog-on-turf-sml.jpg") no-repeat 50% 0px;
	margin: 0px auto 10px auto;
	width: 95%;
	height: 355px;
	border: 0px solid #000;
}
figure .figure_photo2 {
	background: url("../images/kennel-sml.jpg") no-repeat 50% 0px;
	margin: 20px auto 10px auto;
	width: 100%;
	height: 197px;
	border: 0px 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.5em; }
.page header {
	display: block;
	padding: 40px 0px 0 0px;
    margin: 0 20px 0 0;
    width: 100%;
	top: 0px;
	position: relative;
	height: 80px;
	background: url(../images/dog-turf-banner-medsml.jpg) no-repeat 50% 0px;
}
a.dog-circle {
	position: absolute;
	top: 10px;
	left: 2%;
	width: 90px;
	height: 99px;
	background: url("../images/dog-circle-sml.png") no-repeat 0px 0px;
	}
a.insta {
	position: absolute;
	top: 40px;
	right: 80px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(file:///Macintosh%20HD/Users/david/Desktop/David%27s%20transfer%20folder/David%27s%20Business/Dream%20Turf/Dream%20Turf.ste/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(file:///Macintosh%20HD/Users/david/Desktop/David%27s%20transfer%20folder/David%27s%20Business/Dream%20Turf/Dream%20Turf.ste/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(file:///Macintosh%20HD/Users/david/Desktop/David%27s%20transfer%20folder/David%27s%20Business/Dream%20Turf/Dream%20Turf.ste/artwork/pinterest-green-20x20.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: 0px 0 0 0px; padding: 0px; background: #fff; }
.page .page_content .content {
	margin: 0px;
	padding: 0px;
}
.page .page_content .page_content_container_left { width: 100%; float: left; margin: 10px; padding: 0px; background:url() repeat-y 0px 0px; }
    .page .page_content .page_content_container_right { width: 100%; float: left; margin: 10px; padding: 0px; background:url() repeat-y 0px 0px; }
figure .figure_photo1 {
	background: url("../images/dog-on-turf-med.jpg") no-repeat 50% 0px;
	margin: 0px auto 10px auto;
	width: 95%;
	height: 533px;
	border: 0px solid #000;
}
figure .figure_photo2 {
	background: url("../images/kennel-med.jpg") no-repeat 50% 0px;
	margin: 20px auto 10px auto;
	width: 100%;
	height: 309px;
	border: 0px solid #000;
}
.page .page_content .page_content_container_bottom { width: 100%; float: left; margin: 10px 0 0 0px; padding: 0px; background: #fff; }
.page .page_content .content {
	margin: 0px;
	padding: 0px;
}

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

}

/* Medium Screen Rules -Tablet Vert */
@media screen and (min-width: 701px) and (max-width: 900px) {
	.page { margin: 0px; padding: 0px; font-size: .9em; }                                                          
h1 { font-size: 2.5em; }

.page header {
	display: block;
	padding: 80px 0px 0 0px;
    margin: 0 0px 0 0;
    width: 100%;
	top: 0px;
	position: relative;
	height: 120px;
	background: url(../images/dog-turf-banner-med.jpg) no-repeat 50% 0px;
}
a.dog-circle {
	position: absolute;
	top: 25px;
	left: 2%;
	width: 90px;
	height: 99px;
	background: url("../images/dog-circle-sml.png") no-repeat 0px 0px;
	}
a.insta {
	position: absolute;
	top: 5px;
	right: 110px;
	display: block;
	width: 32px;
	height: 32px;
	background: url() no-repeat 0px 0px;
}
a.fb {
	position: absolute;
	top: 5px;
	right: 70px;
	display: block;
	width: 32px;
	height: 32px;
	background: url() no-repeat 0px 0px;
}

a.pinterest {
	position: absolute;
	top: 5px;
	right: 30px;
	display: block;
	width: 32px;
	height: 32px;
	background: url() 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;
	padding: 0px;
	background: #fff;
	margin-top: 10px 0 0 0;

}
.page .page_content .content {
	margin: 0px;
	padding: 0px;
}
.page .page_content .page_content_container_left { width: 50%; float: left; margin: 10px; padding: 0px; background:url() repeat-y 0px 0px; }
    .page .page_content .page_content_container_right { width: 45%; float: left; margin: 10px; padding: 0px; background:url() repeat-y 0px 0px; }

.page .page_content .page_content_container_bottom { width: 100%; float: left; margin: 20px 0 0 0px; 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/dog-on-turf-sml.jpg") no-repeat 50% 0px;
	margin: 0px 10px 0px 0px;
	width: 100%;
	height: 355px;
	border: 0px solid #000;
}
figure .figure_photo2 {
	background: url("../images/kennel-med.jpg") no-repeat 50% 0px;
	margin: 30px 0 0px 0px;
	width: 100%;
	height: 309px;
	border: 0px solid #000;
}
}
/* Medium Screen Rules -Tablet Horiz */
@media screen and (min-width: 901px) and (max-width: 1200px) {
	.page { margin: 0px; padding: 0px; font-size: .9em; }
	h1 { font-size: 3em; }

.page header {
	display: block;
	padding: 70px 0px 0 0px;
    margin: 0 20px 0 0;
    width: 100%;
	top: 0px;
	position: relative;
	height: 130px;
	background: url(../images/dog-turf-banner-med.jpg) no-repeat 50% 0px;
}
a.dog-circle {
	position: absolute;
	top: 25px;
	left: 2%;
	width: 140px;
	height: 154px;
	background: url("../images/dog-circle-med.png") no-repeat 0px 0px;
	}
a.insta {
	position: absolute;
	top: 5px;
	right: 110px;
	display: block;
	width: 32px;
	height: 32px;
	background: url() no-repeat 0px 0px;
}
a.fb {
	position: absolute;
	top: 5px;
	right: 70px;
	display: block;
	width: 32px;
	height: 32px;
	background: url() no-repeat 0px 0px;
}

a.pinterest {
	position: absolute;
	top: 5px;
	right: 30px;
	display: block;
	width: 32px;
	height: 32px;
	background: url() 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: 0px 0 0 0px;
	padding: 0px;
	background: #fff;
}
.page .page_content .content {
	margin: 0px;
	padding: 0px;
}
.page .page_content .page_content_container_left { width: 50%; float: left; margin: 10px 0px 10px 20px; padding: 0px; }
.page .page_content .page_content_container_right { width: 46%; float: right; margin: 10px 10px 10px 0px; padding: 0px; 
}

.page .page_content .page_content_container_bottom { width: 100%; float: none; margin: 30px 0 0 0px; 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/dog-on-turf-med.jpg") no-repeat 50% 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 533px;
	border: 0px solid #000;
}
figure .figure_photo2 {
	background: url("../images/kennel-med.jpg") no-repeat 50% 0px;
	margin: 10px 0 0px 0px;
	width: 100%;
	height: 309px;
	border: 0px solid #000;
}


.page footer {
	height: auto;
}
}
.white {
	color: #FFF;
}
footer .a {
	color: #FFF;
}
.red {
	color: #C00;
}
