@charset "utf-8";
/* CSS Document */



html, body {
	height: 100%;
  	background: #000;
	color: #000;
	font-family: kings-caslon, sans-serif;
	font-style: normal;
}
ul.pawlist {
  	list-style-image: url('/images/bullet.png');
	font-size: 1.25em;
	line-height: 1.2em;
}
ul.pawlist li {
	margin: 15px 0;
	list-style-position: inside;
	margin-left: -1em;
	margin-left: -2em;
}

@media (min-width: 576px) {
ul.pawlist li {
	margin-left: -2em;
}
}
h1 {
	font-size: 3em;
	line-height: 1.2em;
	margin: 0 0 20px 0;
}
p {
	font-size: 1.3em;
	line-height: 1.2em;
}
a {
	color: #3b6c4c;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #3b6c4c;
	text-decoration: none;
}
@media (min-width: 576px) {
h1 {
	font-size: 3.5em;
	line-height: 1em;
}
}
.imagewrap-services {
	border-radius: 20px;
	overflow: hidden;
	float: left;
}
.imagewrap-services img {
	width: auto;
	height: 400px;
	margin: 0 1em 1em 0;
	object-fit: contain;
	float: left;
	border-radius: 20px;
	overflow: hidden;
}


.imagewrap {
	width: 100%;
	height: 250px;
	margin: 0 1em 1em 0;
	border-radius: 20px;
	overflow: hidden;
}
.imagewrap-index {
	width: 100%;
	height: 350px;
	margin: 0 1em 1em 0;
	border-radius: 20px;
	overflow: hidden;
}
.imagewrap img,.imagewrap-index img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
@media (min-width: 576px) {
.imagewrap {
	float: left;
	clear: both;
	width: 100%;
	height: 400px;
	margin: 0 1em 2em 0;
}
.imagewrap-index {
	float: left;
	clear: both;
	width: 100%;
	height: 400px;
	margin: 0 1em 2em 0;
}
}
@media (min-width: 768px) {
.imagewrap {
	float: left;
	width: 400px;
	height: 400px;
	margin: 0 2em 2em 0;
}
.imagewrap-index {
	float: left;
	width: 300px;
	height: 430px;
	margin: 0 2em 2em 0;
}
}
@media (min-width: 992px) {
.imagewrap-index {
	float: left;
	width: 400px;
	height: 530px;
	margin: 0 2em 2em 0;
}
}
.navigation {
	background: #000;
	background-image: url("../images/greengrass-sm.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	padding: 10px 0 40px 0;
}
@media (min-width: 1200px) {
.navigation {
	background-image: url("../images/greengrass.gif");
}
}
.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}
.nav-container {
	z-index: 10;
}
.logo {
	width: 100%;
	height: 80px;
}
.logo img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
@media (min-width: 992px) {
.logo {
	width: 315px;
	height: 70px;
	text-align: left;
}
}
@media (min-width: 1200px) {
.logo {
	width: 380px;
	height: 70px;
	text-align: left;
	margin-top: -5px;
}
}

.banner {
	background-image: url("../images/logo-sm.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	width: 100%;
	height: 600px;
	background-color: #8fe2b0;
	margin: 0;
	padding: 10px 0 0 0;
}

@media (min-width: 420px) {
.banner {

}
}
@media (min-width: 576px) {
.banner {

}
}
@media (min-width: 768px) {
.banner {

}
}

@media (min-width: 992px) {
.banner {
	background-image: url("../images/logo-md.png");
	width: 100%;

}
}
@media (min-width: 1200px) {
.banner {
	background-image: url("../images/logo-lg.png");
	width: 100%;

}
}
@media (min-width: 1400px) {
.banner {
	width: 100%;

}
}

.contentcontainer {
background: rgb(153,210,172);
background: linear-gradient(184deg, rgba(153,210,172,1) 14%, rgba(91,143,109,1) 100%);
}
.content {
	padding: 40px 0 150px 0;
	background-image: url("../images/pagefooter.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	text-align: center;
}
@media (min-width: 576px) {
.content {
	padding: 40px 0 150px 0;
}
}
@media (min-width: 768px) {
.content {
	padding: 100px 0 150px 0;
	text-align: left;
}
}
@media (min-width: 992px) {
.content {
	padding: 100px 0 300px 0;
}
}
.footer {
	padding: 3em 0;
	color: #fff;
	text-align: center;
}