@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'bebasneue';
    src: url('../fonts/bebasneue_regular-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quicksandregular';
    src: url('../fonts/quicksand-regular-webfont.woff2') format('woff2'),
         url('../fonts/quicksand-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quicksandbold';
    src: url('../fonts/quicksand-bold-webfont.woff2') format('woff2'),
         url('../fonts/quicksand-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: strong;
}
body, html{
	height: 100%;	
}
body{
	font-size: 100%;
	color: #fff;
	font-family: "quicksandregular", 'century gothic', helvetica, sans-serif;	
	line-height: 1.2;
	background-color: #504e66;
}
a{
	text-decoration: none;
	color: #eb63a2;	
	border-bottom: 1px solid #fff;
	-moz-transition: border 0.5s;
	-webkit-transition: border 0.5s;
	transition: border 0.5s;
}
 a:hover{
	color: #eb63a2;	
	border-bottom: 1px solid #eb63a2;
}
img{
	display: block;	
}
#wrapper{
	background-color: #fff;
	width: 1200px;
	display: block;
	overflow: auto;	
	margin: 0 auto;
	position: relative;
}
/*====================== banner styles ====================== */

#banner{
	padding: 110px 0 80px 0;
	height: 647px;
	background-image: url(../images/lavender_hummingbird.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#banner h1{
	width: 800px;
	text-align: center;
	font-size: 3em;	/* 48/16*/
	text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
	margin: 0 auto 50px auto;
}
#banner p{
	text-align: center;
	margin-bottom: 	43px;
	font-size: 1.125em; /* 18/16 */
	width: 410px;
	margin: 0 auto 50px auto;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
}
#banner a,  a.circle{
	text-align: center;
	color: #fff;
	border: 1px dashed #fff;
	font-family: bebasneue, arial, helvetica, sans-serif;
	display: block;
	width: 150px;
	height: 150px;
	border-radius: 75px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	margin: 0 auto;	
	font-size: 1.5em; /* 24/16 */
	-moz-transition: background-color 0.4s, box-shadow 0.4s;
	-webkit-transition: background-color 0.4s, box-shadow 0.4s;
	transition: background-color 0.4s, box-shadow 0.4s;
	padding: 10px;
}
#banner a:hover, a.circle:hover{
	background-color: #8dc63f;	
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.45);
}
/* vertical align content */
#banner a span, a.circle span{
	display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);	
}
/*====================== spacer styles ====================== */
#spacer{
	padding-top: 200px;	
	-moz-transition: padding-top 0.5s;
	-webkit-transition: padding-top 0.5s;
	transition: padding-top 0.5s;	
}
#spacer.fixed{
	padding-top: 80px;	
}

#spacer.internal{
	/* padding-top: 60px;	*/
}
/*====================== main styles ====================== */

main{
	color: #504e66;
	display: block;
	padding: 68px 133px 133px 133px;
}

p{
 	margin-bottom: 12px;	
}
h1{
	text-align: center;
	font-size: 3em;	/* 48/16*/
	margin: 0 auto 50px auto;
}

h2{
	font-size: 2.25em; /* 36/16 */	
}

h3{
	font-size: 	1.5em;
	margin-bottom: 20px;
}

.emphasize{
	font-size: 1.5em; /* 24/16*/
}


.square{
	width: 294px;
	height: 300px;	
	display: block;
	float: left;
	margin-right: 17px;
	margin-bottom: 60px;
	
}
.square img{
	display: block;	
}
.square div {
	background-color: #7e45ac;
	position: relative;
	overflow: hidden;
}

.square img{
	opacity: 1;	
	-moz-transition: opacity 0.4s ease-out, transform 0.3s ease-out;
	-webkit-transition: opacity 0.4s ease-out, transform 0.3s ease-out;
	transition: opacity 0.4s ease-out, transform 0.3s ease-out;
}
/* the '~' allows me to select the sibling of the a tag- in this case, the image */
.square img:hover, .square a:hover ~ img{
	opacity: 0.4;	
	transform: scale(1.10);
}
.last{
	margin-right: 0;
}
.square p{
	width: 270px;
	text-align: center;
	margin: 20px auto 0 auto;	
	
}
.square a{
	opacity: 1.0;
	position: absolute;
		top: 25px;
		left: 50%;
		z-index: 998;
		margin-left: -70px;
		text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
		font-size: 1.25em; /* 20/16 */
}
/*====================== nav styles ====================== */
#logo{
	position: absolute;
	left: 50%;	
}
#logo img{
	  -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	 display: block;
	height: 140px;	
	margin-left: -50%;
	margin-top: 28px;
}
nav, nav.innerpage{
	
	height: 200px;
	position: absolute;
	top: 647px; /* used to be 500 */
	left: 0;
	box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.55), 0px -15px 35px rgba(0, 0, 0, 0.15);
	-moz-transition: box-shadow 0.25s ease, height 0.25s ease;
	-webkit-transition: box-shadow 0.25s ease, height 0.25s ease;
	transition: box-shadow 0.25s ease, height 0.25s ease;
}
nav.innerpage{
	top: 0;
	box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.0);
}
nav, nav.fixed{
	z-index: 999;
	font-size: 1.5em;
    width: 1200px;
    background-color: rgba(255, 255, 255, 1.0);
	
	-webkit-transition: height 0.5s ease, background-color 0.5s ease;
    -moz-transition: height 0.5s ease, background-color 0.5s ease;
    -o-transition: height 0.5s ease, background-color 0.5s ease;
    transition: height 0.5s ease, background-color 0.5s ease;
}
nav.fixed #logo img{
	height: 70px;
	margin-top: 5px;	
}
nav.fixed{
    position: fixed;
    top: 0;
    left: 50%;
	height: 80px;
	margin-left: -600px;
    background-color:  rgba(255, 255, 255, 0.95);
	font-size: 1em;
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.25);
}

nav ul{
	
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; 
    transition: all 0.5s ease;
    display: block;
	float: left;
	width: 400px;
	margin-top: 90px;
}

nav ul.right{
	float: right;	
}
nav ul.right li{
	float: left;	
}

nav.fixed ul{
	margin-top: 25px;	
}
nav li{
    text-align: center;
    display: inline-block;
    width: 150px;
	float: right;
	/* text shadow helps with visibility of nav text when nav is scrolling over other text */
	text-shadow: 0 0 5px #fff, 1px 1px 3px #fff, -1px -1px 3px #fff;
}
nav a{
	text-decoration: none;
	color: #504e66;	
	border: none;
	transition: color 0.3s;
	position: relative;
}
nav a:hover, nav a.active{
	color: #eb63a2;	
	border: none;
}
nav a::after, nav a.active::after{
		content: '';
		margin-top: 5px;
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 100%;
		border-bottom: 1px dashed #eb63a2;
		transition: all 0.25s ease-out;
		opacity: 0.0;
}
nav a:hover::after, nav a.active::after{
	width: 100%;
	opacity: 1.0;
}
.center{    
width: 1200px;
margin: 0 auto;
}
/*====================== to top link styles ====================== */

a.to-top{
	font-size: 3em;
}

/*====================== banner secondary ====================== */
#banner-secondary{
	background-image: url(../images/garden_pond.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 642px;
	position: relative;	
	
}

#banner-secondary div{
	position: absolute;
	bottom: 0;
	left: 0;	
	width: 100%;
	min-height: 200px;
	background-color: rgba(80, 78, 102, 0.75);
	padding: 60px 132px;
}

#banner-secondary ul li{
	width: 250px;
	display: block;
	float: left;
	margin-right: 80px;	
}
/* last item doesn't need margin, so override it */
#banner-secondary ul li:last-child{
	margin-right: 0;
}
#banner-secondary img{
	display: block;
	float: left;
	margin-right: 10px;	
}
#banner-secondary ul li p{
	display: block;
	float: left;
	width: 175px;
	font-size: 0.875em;/* 14/16 */
}
/*====================== partner ====================== */

#partner{
	display: block;
	clear: left;
	background-image: url(../images/nuthatch.jpg);	
	background-repeat: no-repeat;
	height: 357px;
	margin-bottom: 60px;
	padding: 40px 0 50px 0;
}
#partner h2{
	color: #fff;
	width: 400px;
	text-align: center;	
}
#partner img{
	margin: 30px 0 0 90px;	
}
/*====================== contact us ====================== */

#contact-us{
	display: block;	
	overflow: auto;
	padding: 0 0 80px 0;
	background-image: url(../images/lilly.png);
	background-repeat: no-repeat;
	background-position: bottom 25px center;
}
#contact-us .emphasize{
	margin-top: 30px;
}
#contact-us p{
	width: 410px;
	text-align: center;	
	margin: 0 auto 12px auto;
}

/*====================== footer ====================== */
footer {
	display: block;
	height: 470px;
	overflow: auto;	
	background-image: url(../images/leaves.jpg);
	background-repeat: no-repeat;
	padding: 116px;
	text-align: center;
	position: relative;
	
}

.tab-up{
	transform: scale(0.8);
	background-image: url(../images/tab.png);
	background-repeat: no-repeat;
	width: 124px;
	height: 46px;
	display: block;	
	color: #2d3339;
	font-size: 3.75em; /* 60/16 */
	text-align: center;
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -62px; /* half of width to center */
	transition: transform 0.3s, top 0.28s;
}

.tab-up:hover{
	top: -1px;
	transform: scale(1.0);	
}
footer a{
	color: #fff;
	border: none;
	transition: color 0.5s;	
}

footer a:hover{
		color: #eb63a2;
		border: none;
}

footer ul{
	display: block;	
	width: 300px;
}

footer ul li{
	margin-bottom: 12px;	
}

footer > div{
	position: absolute;
	left: 50%;
}
footer >div > div{
	width: 300px;
	margin-left: -50%;	
}
footer p.emphasize{
	margin-bottom: 30px;	
}
.right{
	float: right;	
}
.left{
	float: left;	
}
/*====================== gallery styles ====================== */

#gallery{
	display: block;
	overflow-y: auto;
	overflow-x: hidden;
}
#gallery img{
	display: block;
	
	
}
/* only apply margin to every second image (i.e. images in the second 'column' */
#gallery > div:nth-child(even) {
    margin-right: 18px;	
}
#gallery > div {
	display: block;
	verical-align: top;
	float: left;
	width: auto;
	height: auto;
	overflow: hidden;	
	position: relative;
	margin-bottom: 21px;
}

#gallery > div > div{
	color: #fff;
	display: inline-block;	
	background-color: rgba(80, 78, 102, 0.75);
	padding: 30px;
	position: absolute;
	width: 100%;
	height: 300px;
	bottom: -220px;
	left: 0;
	transition: bottom 0.25s;
}
.square a.circle:hover{
	background-color: transparent;	
	box-shadow: none;
}
#gallery > div:hover > div{
	bottom: 0;
}
#gallery > div:hover img{
	
}
.dif{
	margin-top: -100px;	
}
/*====================== services styles ====================== */
.services-override{
	padding-left: 0;
	padding-right: 0;	
}
#design{
	height: 700px;
	background-image:url(../images/design_sketch.jpg);	
	background-repeat: no-repeat;
	margin-bottom: 60px;
}

#design > div {
	background-color: rgba(106, 155, 65, 0.75);
	width: 675px;
	height: 100%;
	float: left;
	padding: 42px 140px 42px 100px;
	color: #fff;
}
#services h2{
	text-align: center;
	margin-bottom: 12px;	
}
#design ul{
	list-style-type: disc;
	margin-left: 40px;	
}

#design ul li{
	margin-bottom: 12px;	
}

#install{
		height: 461px;
	background-image:url(../images/install_shovels.jpg);	
	background-repeat: no-repeat;
	margin-bottom: 60px;
}

#install > div {
	background-color: rgba(80, 78, 102, 0.75);
	width: 526px;
	height: 100%;
	float: right;
	padding: 42px 93px;
	color: #fff;
}
#maintain{
	position: relative;	
}
#maintain > .prices{
	height: 461px;
	background-image:url(../images/cobblestonehouse.jpg);	
	background-repeat: no-repeat;	
	position: relative;
}

#maintain .prices >  ul{
	position: absolute;	
	bottom: -120px;
	left: 147px; /* this will center the UL */
	width: 905px;
	
}
/* this makes the green squares */
#maintain .prices > ul > li{
	float: left;
	display: block;
	width: 281px;
	margin-right: 30px;	
	background-color: #8dc63f;
	height: 302px;
	padding: 15px 40px 40px 40px;
	color: #fff;
	border-bottom: 1px solid #75a238;
	transition: background-color 0.5s, transform 0.5s, box-shadow 0.5s;
}
#maintain .prices > ul:hover > li {
	background-color: #b2d681;
}
#maintain .prices > ul:hover > li:hover{
	background-color: #8dc63f;
	transform: scale(1.08);
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
}
/* override last li, it doesnt need margin */
#maintain .prices > ul > li:last-child{
	margin-right: 0;
}
/* style nested list*/
#maintain .prices > ul >li > ul {
	list-style-type: disc;		
}
#maintain .prices > ul >li > ul > li{
	margin-bottom: 3px;	
}
.prices h3{
	text-align: center;
	font-family: bebasneue, arial, helvetica, sans-serif;
	font-size: 4em;	
	text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
	margin-bottom: 10px;
}
.prices h3 span {
	font-size: 0.5em;	
}
.prices h4{
	text-align: center;
	font-size: 1.5em;	
	margin-bottom: 12px;
}
#extra{
	margin-top: 180px;
	padding: 0 161px 133px 161px;
		background-image: url(../images/lilly.png);
	background-repeat: no-repeat;
	background-position: bottom 25px center;
	overflow: auto;
}

.col1, .col2{
	text-align: center;	
}

.col1{
	float: left;
	width: 412px;
}

.col2{
	float: right;
	width: 380px;
	font-size: 1.5em; /* 24/16 */	
}
/* select anchor for maintenance packages and bump it up so that the title isn't covered by the fixed position nav when a link comes to this */
a[name="maintenance-packages"]{
	position: absolute;
	top: -250px;
	left: 0;
	opacity: 0;
}



/*====================== about styles ====================== */

main.about p, main.about h2{
	max-width: 610px;
	margin: 0 auto 12px auto;
	text-align: center;
}

#about-intro{
	background-image: url(../images/about_intro.jpg);	
	background-repeat: no-repeat;
	height: 540px;
	color: #fff;
	padding: 100px;
}

#about-awards{
	padding: 100px;	
	display: block;
	overflow: auto;
	
}

.award-section{
	width: 230px;	
	float: left;
	margin-right: 20px;
	background-image: url(../images/trophy-darker.gif);
	background-repeat: no-repeat;
	background-position: top 20px center;
	min-height: 300px;
	padding: 110px 0 20px 0;
	
}

.last{
	margin: 0;	
}

.award-section h3{
	font-size: 1em;	
	font-weight: bold;
}
main.about .award-section p{
	text-align: left;	
}



#about-conservation{
	background-image: url(../images/about_conservation.jpg);	
	background-repeat: no-repeat;
	padding: 150px;	
	display: block;
	overflow: auto;
	color: #fff;
	height: 540px;
	margin-bottom: 60px;
}


#about-team{	
	display: block;
	overflow: auto;
	position: relative;
}

/* push this up so that heading is not cut off when linking to this section from other pages*/
#about-team a[name="the-team"]{
	position: absolute;
	top: -250px;
	left: 0;
	opacity: 0;
}

#team-big-pic{
	position: relative;
	margin: 0 auto;
	width: 388px;
	height: 388px;
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
	
	/* disable highlight of img causing it to be blue (happened sometimes on click) */
	 -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version */
}
#left-click, #right-click{
	z-index: 998;
	position: absolute;
	left: 250px;
	top: 90px;
	width: 350px;
	display: block;
	height: 350px;
	background-image: url(../images/arrow_left.gif);
	background-repeat:no-repeat;
	background-position: left center;
	-moz-transition: background-image 0.5s;
	-webkit-transition: background-image 0.5s;
	transition: background-image 0.5s;
}
#right-click{
	left: 600px;
	background-image: url(../images/arrow_right.gif);
	background-position: right center;
}
#left-click:hover{
	background-image: url(../images/arrow_left_hover.gif);
}
#right-click:hover{
	background-image: url(../images/arrow_right_hover.gif);
}
#img1, #img2, #img3, #img4, #img5{
	position: absolute;
	top: 0;
	left: 0;	
}
#team-big-pic::after{
	content: '';
	width: 388px;
	height: 388px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/team_main.png);	
	background-repeat: no-repeat;
}
#thumbnails{
		width: 600px;
		overflow: auto;
		display: block;
		margin: 0 auto;
}
#team-caption{
	margin: 0 auto 60px auto;
	width: 450px;
	display: block;
	overflow: auto;
}

#team-caption h4{
	text-align: center;
	margin-bottom: 12px;
}
#team-caption h3{
	text-align: center;
	font-weight: bold;	
	margin-bottom: 0;
}
#thumbnails img{
	width: 105px;
	height: 105px;
	float: left;
	margin-right: 18px;
	opacity: 0.55;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#thumbnails img:hover, #thumbnails img.active-thumb{
	opacity: 1.0;
}
#thumbnails img:last-child{
	margin-right: 0;
}

#thumbnails img.boop{
	background-color: blue;
	width: 200px;	
}