@charset "utf-8";
@font-face {
    font-family: League_Gothic;
    src: url('fonts/League_Gothic.otf') format('opentype');
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	
	overflow-y: scroll;
	overflow-x: hidden;
}
.header {
	position: relative;
	overflow-x: hidden;
	width: 100vw;
	height: 150px;
	margin-bottom: -35px;
	text-align: center;
	z-index: 5;
}
.logo {
	position: relative;
	height: 65px;
	/*min-width: 100px;*/
	margin: 10px;
	top: 10px;
	/*visibility: hidden;*/
}
.PNZ {
	position: relative;
	top: -15px;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	color: white;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.orange {
	color: #EF7F20;
}
/*.pacifier {
	font-size: 36px;
	position: absolute;
	left: 350px;
}*/
.headerBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow-x: hidden;
	height: 70%;
	background: #077141 url(images/Background.png);
	background: -webkit-linear-gradient(to top, #077141, #4DAE36);
	background: -o-linear-gradient(to top, #077141, #4DAE36);
	background: -moz-linear-gradient(to top, #077141, #4DAE36);
	background: linear-gradient(to top, #077141, #4DAE36);
	outline: #2B2A29 2px solid;
	border-bottom: white 2px solid;
}
.nav {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	margin-left: 200px;
	margin-right: 25px;
	text-align: center;
	margin-top: 20px;
	width: 47vw;
	max-width: 430px;
}
.navBar {
	padding: 0;
	margin: 0;
}
.navBtn {
	margin-left: 5px;
	margin-right: 5px;
	color: white/*#EF7F20*/;
	/*font-family: Arial;*/
	/*font-size: 16px;*/
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	text-shadow: black 1px 1px;
	text-decoration: none;
}
.navBtn:hover {
	cursor: pointer;
	color: #EF7F20;
}
.special {
	position: absolute;
	/*top: 30vh;*/
	bottom: 170px;
	right: 60px;
	text-align: center;
	width: 15vw;
	font-size: 3.7vw;
	text-shadow: black 1px 1px;
	color: #EF7F20;
	font-weight: bold;
	background: black;
	border: white solid 1px;
	padding: 10px;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 12px 5px rgba(0,0,0,0.7);
	-moz-box-shadow: 5px 5px 12px 5px rgba(0,0,0,0.7);
	box-shadow: 5px 5px 12px 5px rgba(0,0,0,0.7);
	
	-ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
	transform: rotate(5deg);
}
.tions {
	display: none;
}
.s {
	display: inline;
}
.visToggle {
	display: none;
}
.smallNav {
	position: relative;
	overflow: hidden;
	display: inline-block;
	top: 0;
	left: 0;
	padding-top: 35px;
	padding-bottom: 25px;
	width: 100vw;
}
.smallNavBar {
	padding: 0;
	margin: 0;
	text-align: center;
}
.smallNavBtn {
	margin-left: 5px;
	margin-right: 5px;
	color: #4DAE36;
	font-variant: small-caps;
	font-weight: bold;
	text-shadow: black 0.5px 0.5px;
	text-align: center;
	text-decoration: none;
}
.smallNavBtn:hover {
	cursor: pointer;
	color: #EF7F20;
}
.break1 {
	display: none;
}
.visToggle1 {
	display: inline-block;
}
.break2 {
	display: inline;
}
.visToggle2 {
	display: none;
}
.what {
	background: url(images/1.jpg);
	background-size: 100% 100%;
	position: relative;
	min-height: 90vh;
	width: 100vw;
	overflow: hidden;
	text-align: center;
}
.bgBanner1 {
	position: absolute;
	z-index: -1;
	background: url(images/Background.png);
	top: 0;
	left: 0;
	width: 20vw;
	height: 100%;
}
.bgBanner {
	position: absolute;
	background: url(images/Background.png);
	top: -7%;
	left: 0;
	width: 20vw;
	height: 107%;
	display: none;
}
.banner {
	position: absolute;
	width: 20vw;
	left: 0;
	top: 8vw;
	-webkit-box-shadow: 5px 5px 12px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 5px 5px 12px 5px rgba(0,0,0,0.4);
	box-shadow: 5px 5px 12px 5px rgba(0,0,0,0.4);
}
.bgBanner1, .bgBanner, .banner {
	display: none;
}
.title {
	position: relative;
	font-size: 36px;
	font-variant: small-caps;
	font-weight: bold;
	text-shadow: black 1px 1px;
	text-align: center;
}
.title1 {
	color: #4DAE36;
	margin-top: 2vh;
	margin-bottom: 1vh;
	font-size: 40px;
}
.description {
	position: relative;
	display: inline-block;
	width: 50vw;
	min-width: 270px;
	/*left: 25vw;*/
	font-size: 14.7px;
	/*font-size: 20px;*/
	margin-top: 5vh;
	margin-bottom: 5vh;
}
.desc1 {
	margin-top: 5vh;
	margin-bottom: 0;
	padding-bottom: 0;
}
.heading {
	font-weight: bold;
	color: #077141;
}
.pacifier {
	position: relative;
	width: 50vw;
	min-width: 300px;
	margin-top: 5vh;
	margin-bottom: 5vh;
}
.why {
	position: relative;
	width: 100vw;
	overflow-x: hidden;
	overflow: hidden;
	text-align: center;
	background: black /*url(images/grass8.jpg)*/;
	color: white;
	text-align: center;
}
.title2 {
	/*color: #4DAE36;
	margin-top: 5vh;
	margin-bottom: 5vh;*/
}
.reason {
	position: relative;
	display: inline-block;
	vertical-align: top;
	/*width: 180px;*/
	width: 15vw;
	min-width: 120px;
	max-width: 180px;
	/*height: 252px;*/
	margin: 5vw;
	margin-top: 5vh;
	margin-bottom: 5vh;
}
.reasonImg {
	width: 70%;
}
/*.whyUl {
	position: relative;
	display: inline-block;
	background: red;
	width: 40vw;
	text-align: left;
	position: relative;
	font-size: 20px;
	margin-top: 0;
	padding-top: 0;
}*/
/*ul {
	position: relative;
	list-style-type: circle;
	left: 25vw;
	font-size: 20px;
	margin-top: 0;
	padding-top: 0;
}*/
.ease {
	position: relative;
	width: 100vw;
	overflow-x: hidden;
	text-align: center;
	background: url(images/cattle2.jpg) no-repeat /*url(images/grass8.jpg)*/;
	/*background-size: auto 150%;*/
	background-position: bottom 100px;
	color: black;
	text-align: center;
	
	transition-property: -webkit-transform, -webkit-transform-origin;
    transition-duration: 6s;
	
	transition: background 6s linear, background-image 2s linear;
	-moz-transition: background 6s linear, background-image 2s linear;
	-webkit-transition: background 6s linear, background-image 2s linear;
}
.title3 {
	text-shadow: 0px 0px 20px white, 0px 0px 20px white, 0px 0px 20px white;
}
.desc2 {
	margin-top: 5vh;
	margin-bottom: 5vh;
	padding-bottom: 0;
	color: black;
	font-weight: bold;
	text-shadow: 0px 0px 20px white, 0px 0px 20px white, 0px 0px 20px white;
	/*mix-blend-mode: difference;*/
}
.where {
	position: relative;
	width: 100vw;
	overflow-x: hidden;
	text-align: center;
	background: #EF7F20 url(images/Background.png) /*url(images/grass8.jpg)*/;
	color: white;
	text-align: center;
}
.title4 {
	color: white;
	margin-top: 5vh;
	margin-bottom: 2vh;
}
.pullup {
	position: relative;
	display: inline-block;
	max-height: 90vh;
	vertical-align: middle;
	-webkit-box-shadow: 5px 5px 12px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 5px 5px 12px 5px rgba(0,0,0,0.4);
	box-shadow: 5px 5px 12px 5px rgba(0,0,0,0.4);
	margin-bottom: 5vh;
}
.contact {
	display: inline-block;
	margin-bottom: 5vh;
}
.desc3 {
	margin-bottom: 5vh;
	padding-bottom: 0;
	color: white;
	vertical-align: middle;
	font-variant: small-caps;
	font-weight: bold;
	text-shadow: black 1px 1px;
}
.heading2 {
	font-weight: bold;
	color: #EF7F20;
	font-size: 21.9px;
}
.phone {
	position: relative;
	height: 20px;
	top: 2px;
}
.whereDetails {
	font-variant: normal;
}
.contactImg {
	width: 153.6px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.go {
	color: #EF7F20;
	text-decoration: none;
}
.go:hover {
	cursor: pointer;
}
.mapContainer {
	position: relative;
	width: 100vw;
	overflow: hidden;
	height: 50vh;
}
.map {
	position: relative;
	width: 100vw;
	overflow: hidden;
	height: 50vh;
}
.coverMap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100vw;
	height: 50vh;
	display: block;
}
.email {
	text-decoration: none;
	color: white;
}
.email:hover {
	color: #EF7F20;
}
.comments {
	position: relative;
	width: 100vw;
	overflow-x: hidden;
	text-align: center;
	background: green url(images/grass.jpg);
	color: white;
	text-align: center;
}
.opaque1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.4;
}
.title5 {
	color: white;
	margin-top: 5vh;
	margin-bottom: 0;
}
.customerSelect {
	position: relative;
}
.note {
	position: relative;
	display: inline-block;
	background: black;
	max-width: 40vw;
	border: white solid 1px;

	border-radius: 5px;
}
.arrow {
	position: relative;
	width: 20px;
	height: 10px;
	top: -10px;
}
.cover {
	position: absolute;
	width: 90%;
	height: 10px;
	top: 0;
	left: 5%;
	background: black;
}
.note p {
	margin: 5px;
	margin-top: -10px;
	padding-bottom: 5px;
}
.customerList {
	position: relative;
	margin-top: 1vh;
	margin-bottom: 1vh;
}
.customerList:hover {
	cursor: pointer;
}
#customer1:checked ~ .customer .photo {
	background: url(images/Biddi%20&%20Bob.jpg) center center no-repeat;
	background-size: cover;
}
#customer2:checked ~ .customer .photo {
	background: url(images/Joel.jpg) center center no-repeat;
	background-size: cover;
}
#customer3:checked ~ .customer .photo {
	background: url(images/clip_image002.jpg) center center no-repeat;
	background-size: cover;
}
#customer4:checked ~ .customer .photo {
	background: url(images/clip_image004.jpg) center center no-repeat;
	background-size: cover;
}
#customer5:checked ~ .customer .photo {
	background: url(images/clip_image006.jpg) center center no-repeat;
	background-size: cover;
}
#customer6:checked ~ .customer .photo {
	background: url(images/clip_image008.jpg) center center no-repeat;
	background-size: cover;
}
.customer {
	width: 250px;
	height: 224px;
	background: white;
	margin-bottom: 1vh;
	margin-left: 20px;
	margin-right: 20px;
	-webkit-box-shadow: 5px 5px 12px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 5px 5px 12px 5px rgba(0,0,0,0.4);
	box-shadow: 5px 5px 12px 5px rgba(0,0,0,0.4);
	
	
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.noPhoto {
	height: 70px;
}

.clientPhoto {
	position: relative;
	background: black;
	max-width: 232px;
	max-height: 158px;
	/*left: 9px;*/
	top: 15px;
}
.client {
	position: relative;
	font-weight: bold;
	top: 5px;
	color: black;
}
.feedback {
	position: relative;
	display: inline-block;
	width: 50vw;
	min-width: 250px;
	font-size: 14.7px;
	margin-bottom: 2vh;
}
.name {
	color: black;
	font-weight: bold;
	top: 5px;
	position: relative;
}
.mbct {
	/*top: -9px;*/
}
.line {
	position: relative;
	left: 15vw;
	width: 70vw;
	height: 2px;
	background: #DBD5A4;
	background: -webkit-linear-gradient(to right, #649173, #DBD5A4);
	background: -o-linear-gradient(to right, #649173, #DBD5A4);
	background: -moz-linear-gradient(to right, #649173, #DBD5A4);
	background: linear-gradient(to right, #649173, #DBD5A4);
}
.even {
	background: #DBD5A4;
	background: -webkit-linear-gradient(to left, #649173, #DBD5A4);
	background: -o-linear-gradient(to left, #649173, #DBD5A4);
	background: -moz-linear-gradient(to left, #649173, #DBD5A4);
	background: linear-gradient(to left, #649173, #DBD5A4);
}
.desc4 {
	position: relative;
	display: inline-block;
	width: 50vw;
	min-width: 170px;
	font-size: 14.7px;
	margin-top: 5vh;
	margin-bottom: 5vh;
	vertical-align: middle;
	margin-top: 5vh;
	margin-bottom: 5vh;
	padding-bottom: 0;
	
	
	background: black;
	border: white solid 1px;
	padding: 10px;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 12px 5px rgba(0,0,0,0.7);
	-moz-box-shadow: 5px 5px 12px 5px rgba(0,0,0,0.7);
	box-shadow: 5px 5px 12px 5px rgba(0,0,0,0.7);
}
.toTop {
	width: 25px;
	position: fixed;
	z-index: 3;
	right: 10px;
	bottom: 40px;
	visibility: hidden;
}
.noJSTop {
	visibility: visible;
}
.noJSDiv {
	z-index: 4;
}
.toTop:hover {
	cursor: pointer;
}
.moreFeedback {
	position: relative;
	display: inline-block;
	color: white;
	background: black;
	margin-bottom: 10vh;
	border: white solid 1px;
	padding: 10px;
	border-radius: 5px;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	-webkit-box-shadow: 5px 5px 12px 5px rgba(0,0,0,0.7);
	-moz-box-shadow: 5px 5px 12px 5px rgba(0,0,0,0.7);
	box-shadow: 5px 5px 12px 5px rgba(0,0,0,0.7);
}
.moreFeedback:hover {
	color: #EF7F20;
	border: #EF7F20 solid 1px;
}
.footer {
	position: relative;
	width: 100vw;
	background: #DBD5A4;
	background: -webkit-linear-gradient(to right, #649173, #DBD5A4);
	background: -o-linear-gradient(to right, #649173, #DBD5A4);
	background: -moz-linear-gradient(to right, #649173, #DBD5A4);
	background: linear-gradient(to right, #649173, #DBD5A4);
	padding: 0;
	margin: 0;
    font-family: Century Gothic;
	font-size: 10px;
	text-align: center;
	overflow-x: hidden;
}
.credit {
	position: relative;
	top: 2px;
	padding: 0;
	margin: 0;
	margin-left: 10px;
}
.creditInvis {
	display: none;
}
.creditDes {
	position: relative;
	top: -10px;
}
.cahillcode {
	position: relative;
	top: 0px;
	height: 30px;
	padding: 0;
	margin: 0;
}
.break2 {
	display: inline;
}
.invis {
	display: none;
}
@media only screen and (min-width: 335px) {
.footer {
	text-align: center;
}
.credit {
	margin-left: 0;
}
}
@media only screen and (min-width: 460px) {
.break1 {
	display: block;
}
.visToggle1 {
	display: none;
}
.break2 {
	display: none;
}
.visToggle2 {
	display: inline-block;
}
.credit {
	top: -10px;
}
.creditInvis {
	display: inline;
}
.creditDes {
	top: 0;
}
.cahillcode {
	top: 10px;
}
}
@media only screen and (min-width: 480px) {
.toTop {
	width: 50px;
}
.desc4 {
	margin-right: 50px;
}
}
@media only screen and (min-width: 530px) {
.headerDetails {
	font-size: 2.25vw;
}
}
@media only screen and (min-width: 550px) {
.space1 {
	height: 5vh;
}
}
@media only screen and (min-width: 710px) {
.break1 {
	display: none;
}
.visToggle1 {
	display: inline-block;
}
}
/*@media only screen and (min-width: 730px) {*/
@media only screen and (min-width: 753px) {
.feedback, .description {
	font-size: 1.95vw;
}
.heading2 {
	font-size: 2.92vw;
}
.contactImg {
	width: 20.4vw;
}
}
@media only screen and (min-width: 860px) {
}
@media only screen and (min-width: 880px) {
.header {
	text-align: left;
}
.nav {
	display: block;
	right: 5vw;
}
.smallNav {
	display: none;
}
.logo {
	position: absolute;
	left: 5vw;
	height: 85px;
	top: 2.5px;
}
.PNZ {
	position: absolute;
	/*left: 400px;*/
	left: 5vw;
	margin-left: 350px;
	/*top: 68px;*/
	top: 30px;
}
.bgBanner1, .bgBanner, .banner {
	display: block;
}
.special {
	top: 30vh;
	bottom: auto;
	right: 60px;
}
}
@media only screen and (min-width: 1090px) {
.special {
	font-size: 40px;
}
}
/*@media only screen and (min-width: 970px) {*/
@media only screen and (min-width: 1380px) {
.nav {
	width: auto;
	margin-top: 25px;
	max-width: none;
}
.visToggle {
	display: inline-block;
}
/*.navBtn {
	font-size: 2.1vw;
}*/
}
@media only screen and (min-width: 1010px) {
.nav {
	margin-top: 2.5vw;
}
}
@media only screen and (min-width: 1028px) {
.feedback, .description {
	font-size: 20px;
}
.heading2 {
	font-size: 30px;
}
.contactImg {
	width: 210px;
}
}
@media only screen and (min-width: 1280px) {
.tions {
	display: inline;
}
.s {
	display: none;
}
}
@media only screen and (min-width: 1515px) {
.banner {
	width: 303px;
}
}