@charset "utf-8";
/* This first one is for animated icons and pictures */
.icon {
        visibility: hidden;
		filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
		filter: url(#drop-shadow);
		-webkit-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
		filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
    }

    .fadeIn {
        -webkit-animation: animat_show 0.8s;
        animation: animat_show 0.8s;
        visibility: visible !important;
    }

    @-webkit-keyframes animat_show{
        0%{opacity:0}
        100%{opacity:1}
    }

.iconviz {
	visibility: visible;
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
	filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
	filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
    }


/*main CSS */

body, html {
  height: 100%;
  margin: 0;
  font: 400 25px/1.2 Georgia;
  color: #000;
}
.leftnav {
	font-size: 16pt;
	font-family: Georgia;
	color: #000000;
	font-weight: normal;
	vertical-align: baseline;
	word-spacing: normal;
	position: static;
	letter-spacing: normal;
	text-align: left;	
}
.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("/images/arialhomecrop.jpg");
  min-height: 100%;
}

.bgimg-2 {
  background-image: url("/images/lawnhouses.jpg");
  min-height: 400px;
}

.bgimg-3 {
  background-image: url("/images/hedge.jpg");
  min-height: 400px;
}

.caption {
	text-decoration: none;
	background-color: rgba(255,255,255,.5);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	color: #0a3443;
	padding: 10px 0px 30px;
	display: block;
	height: 195px;
	width: 100%;
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
 }
a:link {
	text-decoration: none;
	
}

.border {
	text-decoration: none;
	color: #0a3443;
	padding: 10px 0px 30px;
	display: block;
	width: 100%;
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
}
.caption span.wrap {
  background-color: rgba(255,255,255,.5);
  color: #fff;
  padding: 0px;
  display: inline-block;
  height: 396px;
  
  
}


.logo {
	
	width: 500px;
}
#topbar {
	list-style-type: none;
	height: 25px;
	padding: 5px 10px 150px;
	top: 0;
	transition: 0.4s;
	overflow: hidden;
	background-color: #CCC;
	z-index: 1000;
	position: fixed;
	width: 100%;
	box-shadow: 0px 10px 10px #666;
}

#topbar a {
	float: left;
	font-family: Georgia;
	font-size: 12px;
	font-style: normal;
	transition: 0.4s;
	display: block;
	padding: 0px 15px;
	color: #0a3443;
	text-align: center;
	text-decoration: none;
}

#topbar a:hover {
	background-color: #1A87B0;
}

#topbar #navbar  {
  font-size: 30px;
  font-weight: bold;
  transition: 0.5s;
}
#topbar #navbar1  {
  font-size: 30px;
  font-weight: bold;
  transition: 0.5s;
}
#topbar #navbar2  {
  font-size: 30px;
  font-weight: bold;
  transition: 0.5s;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
#midbar {
	list-style-type: none;
	color: #777;
	background-color: white;
	box-shadow: 0px 10px 10px #666;
	height: 195px;
	padding: 50px 35%;
	text-align: center;
	display: block;
	
}
.shadowfilter {
	-webkit-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
	drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
	filter: url(shadow.svg#drop-shadow);
}
.shadowed {
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12,
Color='#444')";
	filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
	filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
}
#footer{
	list-style-type: none;
    width: 100%;
    position: static;
	overflow: hidden;
    background-color: #CCC;
	
}
 #footer a {
	float: left;
	font-family: Georgia;
	font-size: 14pt;
	font-weight: bold;
	display: block;
	color: #0a3443;
	text-align: center;
	padding: 14px;
	text-decoration: none;
}
#container {
	
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	overflow: hidden;
	width: auto;
	padding: 10px;
	
}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}
