@import url(https://fonts.googleapis.com/css?family=Open+Sans);
html,
body {
	width: 100%;
	height: 100%;
	font-size:16px;
	margin:0;
	font-family: 'Open Sans',Arial,sans-serif;
	color: #111; 
	background-color:#FFF;color:#333;
}
h1{font-family:'Open Sans',Arial,sans-serif;margin:0;color:#000;}
h2{
    font-family: 'Open Sans',Arial,sans-serif;
	 font-size:30px;
	 font-weight:bold;
	 margin-bottom:30px;
}
h3{margin-top:40px;font-size:20px;font-weight:bold;}
a{
	text-decoration:none;
	color:#168CD3;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:hover{
	color:#1aa1f5;	
	text-decoration:none;
}
h4{color:#000;}
.center{text-align:center;}
.left{text-align:left;}
.leftcenter{text-align:left;}
.right{text-align:right;}
.rightcenter{text-align:right;}
.tableleftcenter {width:100%;max-width:270px;}
.centerimg{width: 100%;display: block;margin-left:auto;margin-right:auto;}
.floatleft{float:left;}
.floatright{float:right;}
.clear{clear:both;}
.bold{font-weight:bold;}
.currentpage{background-color:#700;}
.vcenter{display: inline-block;vertical-align: middle;float: none;}
.pointer{cursor:pointer;}
.facebook {color: #fff;background-color: #3b5998;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;	}
.facebook:hover {color: #fff;background-color: #1b3978;}
.twitter {color: #fff;background-color: #00acee;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;	}
.twitter:hover {color: #fff;background-color: #008cCe;}
.google {color: #fff;background-color: #e93f2e;}
.google:hover {color: #fff;background-color: #c91f0e;}
.pinterest {color: #fff;background-color: #bc0d1e;}
.pinterest:hover {color: #fff;background-color: #9c0b0d;}
.textshadow{
	text-shadow: 1px 1px 1px #000000;	
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=1,color=000000);
}
.whitetext{color:#FFF;}
.aroundboxwhite{padding:10px;background-color:#FFF;}
.box{padding:20px 0;}
.smallbox{padding:5px 0;background-color:#FFF;}
.borderbox{
	background-color: #FFF;
	box-sizing:border-box;
	width: 100%;
    padding: 10px;
    margin: 5px;
}

.borderboxdark{
	background-color: #EEE;
	box-sizing:border-box;
	width: 100%;
    padding: 5px;
    margin: 2px;
}

.button{
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	color:#111;
	background-color:#FFF;
	border:3px solid #168CD3;
	/*border-radius:7px;*/
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;	
}
.button:hover{
	color:#168CD3;
	background-color:#EEE;
}
.buttondark{
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	color:#FFF;
	background-color:#111;
	border:3px solid #168CD3;
	/*border-radius:7px;*/
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;	
}
.buttondark:hover{
	color:#168CD3;
	background-color:#111;
}
.bsmall{
	padding:5px 10px;
	font-size:14px;	
}
.relative{position:relative;}
.absolute{position:absolute;}

.newsbutton{
    border:1px solid #BBB;
    font-size:20px;
    /*border-radius:5px;*/
    padding:10px;
    margin:1px;
}
.newsbutton a{color:#333;}
.newsbutton a:hover{color:#777;}


/*Footer*/
#footer{color:#FFF;background-color:#CCC;line-height:150%;}
#footer a{color:#FFF;}
#footer a:hover{color:#AAA;}


/* Copyright */
.esite,.copyright{padding:10px;font-size:12px;}
.copyright{color:#FFF;background-color:#333;}
.copyright a{
	color:#999;	
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;	
}
.copyright a:hover{
	color:#FFF;	
}


.small{
	font-size:18px;	
}
.shapeshadow{
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2,Color='#444')";
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
	 -webkit-transition: all 0.2s ease 0s;
	 -moz-transition: all 0.2s ease 0s;
	 -ms-transition: all 0.2s ease 0s;
	 -o-transition: all 0.2s ease 0s;
	 transition: all 0.2s ease 0s;
}	

.bgimage{
    max-height:100%;height:900px;
    display: flex;
    justify-content: center;
    align-items: center;
	background: url(/images/Sunset_fishing_pole_at_Occoneechee_State_Park_6076912041.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	

}
.bgimagesmall{
   display: flex;
   justify-content: center;
   align-items: center;
   background-position: center;
   background-size: cover;
   height:435px;
   background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5),  rgba(0, 0, 0, 0.5)), url('/images/Sunset_fishing_pole_at_Occoneechee_State_Park_6076912041.jpg');
}
.divheader{padding: 0px;}
.bgimage h1, .bgimage h2, .bgimage h3{color:#FFF;}
#topdiv{padding:50px 0;}
.column{column-count: 3;column-gap: 40px;}
.column .card{break-inside: avoid-column;}
.spacephone{line-height:auto;}

@media only screen and (max-width : 1010px) {
/*   .h1, h1 {font-size: 28px;}*/
   .h2, h2 {font-size: 24px;}
   .logosizes{max-width:300px;}
}
@media only screen and (max-width : 767px) {
   .spacephone{line-height:40px;}
	.rightcenter{text-align:center;display:block;}
	.leftcenter{text-align:center;display:block;}
	.tableleftcenter {margin:auto;text-align:left; width:100%;max-width:300px;}
	.footerbox{margin-bottom:20px;}
   .topimage{width:100%;max-width:200px;display:block;margin:auto;}
   .logosizes{max-width:200px;}
   .column{column-count: 2;column-gap: 20px;}

   /*.bgimage{background: url(/images/bgmedium.jpg) no-repeat center center;}	
	#topdiv{padding:30px 0;}*/
}

/*CONTACT FORM*/
.form-group {
    margin-bottom: 25px;
}
.form-group input,
.form-group textarea {
   padding: 10px;
}

.form-group input.form-control {
    height: auto;
}
.form-group textarea.form-control {
    height: 236px;
}
.form-control:focus {
    border-color: #87C556;
    box-shadow: none;
}
.text-danger {
    color: #e74c3c;
}

.form-control{margin: 10px;padding:20px;}
.form-button{margin: 5px;padding:10px;}

.maxwidth300{width:100%;max-width:300px;}
.maxwidth500{width:100%;max-width:500px;}
.floatleftcenter{float:left;margin:0 20px 20px 0;}
.floatrightcenter{float:right;margin:0 0 5px 5px;}
@media all and (max-width:1200px){
	.maxwidth500{width:100%;max-width:400px;}
}
@media all and (max-width:992px){
}
@media all and (max-width:767px){
	.floatleftcenter{float:none;display: block;margin: 0 auto 20px;margin:none;}
	.floatrightcenter{float:none;display: block;margin: 0 auto;margin:none;}
	.maxwidth500{width:100%;max-width:400px;margin:auto;}
}

@media all and (max-width:400px){
	.bgimage{background: url(/images/bgsmall.jpg) no-repeat center center;}	
	#topdiv{padding:10px 0;}
   .column{column-count: 1;column-gap: 0px;}
	.maxwidth500{max-width:none}
}

.centercol{width:100%;max-width:1200px;margin:auto;padding:0 2px;}
.form-control{font-size:16px;}
.fontsize30{font-size:30px;}
.justify{text-align:justify}

.hidden{display:none;}
.container{margin-top:30px;}

.active{color:#888;}
.navbar{background-color:#FFF;}
/*.navbottomborder{border-bottom:3px solid #A7CA2D;}*/
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {color:#111;font-weight:bold;}
.dropdown-menu>.active{color:#588d2c;background-color:#FFF;}
.dropdown:hover>.dropdown-menu {display: block;}
.dropdown-item:hover{color:#168cd3;}
.dropdown-menu {margin: 0;}
.nav-link{margin:0 15px;}
.bgblack{background-color:#000;color:#FFF;}
.nav-link{color: #168cd3;}
.nav-link:hover{color:#000;}
.navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
}
.navbar-toggler-icon {
background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Responsive iFrame */
.responsive-iframe-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.video{width:100%;max-width:800px;height:450px;}
.linespacing200{line-height: 2;}
@media print{    
   .no-print, .no-print *{display: none !important;}
}

/*HOME PAGE*/
.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 3s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.img-hover-zoom {height:270px;overflow: hidden;}
.img-hover-zoom img {transition: transform .5s ease;}
.img-hover-zoom:hover img {transform: scale(1.1);}

.dropdown-menu {border-radius:0;}
.max300{max-width:300px;}

@media only screen and (max-width : 991px) {
	.navbar-header {
		 float: left;
		 padding: 15px;
		 text-align: center;
		 width: 100%;
	}
	.navbar-button {
		 float: left;
		 text-align: center;
		 width: 100%;
	}
	.navbar-brand,.navbar-toggler  {float:none;}
	
	.dropdown-menu{background-color:#555;border:none;}
	.dropdown-menu a{color:#FFF;}
}

.wavetop{width:100%;}
#topbar{background-color:#333;color:#FFF;padding:10px 0;}/*58A540*/
#topbar a{color:#FFF;}
#topbar a:hover{color:#A7CA2D;}
.btn-success{background-color:#1E5F27}
.lightblue{color:#168CD3}
.aligntop{top:-1px;}
#homeimage{background-image:url('/images/lawncare-and-property-maintenance-min.jpg');background-repeat: no-repeat;background-size: cover;position:relative;height:400px;background-position:center}
#homeimage h1{position:absolute;font-size: 3.2rem;bottom:2vw;right:5vw;color:#000;text-shadow: 1px 1px 1px #FFF;filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=1,color=FFFFFF);}
@media only screen and (max-width : 993px) {
	#homeimage h1{font-size: 2.5rem;bottom:5vw;}
}
@media only screen and (max-width : 767px) {
	#homeimage h1{font-size: 2.5rem;right:none;bottom:none;top:10vw;text-align:center;color:#FFF;text-shadow: 1px 1px 1px #000;filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=1,color=000000);}
}

@keyframes appearsteps {
  from {opacity: 0;}
  to {opacity: 100%;}
}
.appear{
  animation-name: appearsteps;
  animation-duration: 3s;
}
.waveimage{width:100%;}

.rightform{background-color:#FFFFFF;color:#AAAAAA;border-radius:20px;padding:15px;text-align:center}

.homeimage{-webkit-filter: brightness(100%);}
.homeimage:hover {
    -webkit-filter: brightness(70%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.logoimage{
    display: block;
    margin: auto;
    width:50%;max-width:750px;
    height:auto
    
}
.imagehomepage {
	height: 198px;
	padding: 0;
	position: relative;
	background-color: black;
	width:100%;max-width:300px;
	margin:auto;
 }

.imagehomepage:hover img {
	opacity: 0.5;
}

.imagehomepage:hover .work-text-content {
	opacity: 1; 
}
.imagehomeverylarge{
    width:50%;
	height:50%;
	object-fit: cover;
}
.imagehomelarge {
	width:100%;max-width: 500px;
	height:100%;max-height: 350px;
	object-fit: cover;
}

.imagehomesmall{
	width:100%;max-width: 275px;
	height:100%;max-height: 200px;
	object-fit: cover;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.imagehomepage img, .work-text-content {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

.work-text-content {
	position: absolute;
	color: white;
	left: 0;
	top: 30%;
	right: 0;
	bottom: 0;
	font-size: 24px;
	text-align: center;
	opacity: 0;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
.overlay-content {
    text-align: center;
    position: relative;
}  
.overlay-lighten {
    opacity: 1;
}
.overlay-darken {
	filter: brightness(50%);
}  
.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	 color:#FFF;
}  
.parallax1{background-image: url('/images/bg-section01-min.jpg'); height: 600px; width: 100%;}
.row{margin-right:0;margin-right:0;}