@charset "UTF-8";
/* CSS Document */

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, strong, ul, li, form, label, article, aside, footer, header, menu, nav, section, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, footer, header, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul, {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
		
		
/*fonts*/

@font-face {
	font-family: 'Lato-Regular';
	src: url('../_fonts/Lato-Regular.eot');
	src: url('../_fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../_fonts/Lato-Regulart.woff') format('woff'), url('../_fonts/Lato-Regular.ttf') format('truetype'), url('../_fonts/Lato-Regular.svg#webfont9UOzsjXz') format('svg');
	font-weight: normal;
	font-style:normal;
}

@font-face {
	font-family: 'Lato-Bold';
	src: url('../_fonts/Lato-Bold.eot');
	src: url('../_fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../_fonts/Lato-Bold.woff') format('woff'), url('../_fonts/Lato-Bold.ttf') format('truetype'), url('../_fonts/Lato-Bold.svg#webfontRl4nowrT') format('svg');
	font-weight: normal;
	font-style:italic;
}

@font-face {
	font-family: 'Lato-Black';
	src: url('../_fonts/Lato-Black.eot');
	src: url('../_fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), url('../_fonts/Lato-Black.woff') format('woff'), url('../_fonts/Lato-Black.ttf') format('truetype'), url('../_fonts/Lato-Black.svg#webfontKr2CkGZp') format('svg');
	font-weight: bold;
	font-style:normal;
}

@font-face {
	font-family: 'Lato-Thin';
	src: url('../_fonts/Lato-Thin.eot');
	src: url('../_fonts/Lato-Thin.eot?#iefix') format('embedded-opentype'), url('../_fonts/Lato-Thin.woff') format('woff'), url('../_fonts/Lato-Thin.ttf') format('truetype'), url('../_fonts/Lato-Thin.svg#webfontQ1aSR0ux') format('svg');
	font-weight: normal;
	font-style: normal;
}




/* nav button */
@media screen and (max-width:950px) {
  nav {
	  padding-bottom: 2%;
	  }
  
  
  
  ul.topnav li {display: none;}
  
  ul.topnav li.icon {
    float: right;
    display: inline-block;
	margin-top: 5%;
	
	
	}
	

  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
   
	display: none;
	
	

}
  ul.topnav.responsive li {
    float: none;
    display: inline;
	position: relative;
	top: 20px;
	font-size: 4vw;
	text-align: right;
		
}
  ul.topnav.responsive li a {
    display: block;
	margin-right: 6%;
	
}


	
	



/* #Basic Styles
================================================== */


body {
		background: #FFFFFF;
		width: 100%;
		height: auto;
		font: 16px 'Lato-Regular';
		color: #1E1E20;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		padding: 0px;
		margin: 0px;
		
 }
 

 
 /* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #1E1E20;
		font: 20px "Lato-Bold";
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	
	/* #Links
================================================== */
	a { color: white; text-decoration: none; outline: 0; }
	a:visited { color: white; outline: 0; }
	a:hover, a:focus { color: grey; }
	p a, p a:visited { line-height: inherit; }
	
	
	/* #Global Styles
================================================== */	
	

.selected {
	text-decoration:underline;
	text-decoration-color: white;
}

nav {
	width: 100%;
	position: fixed;
	/*background: -webkit-linear-gradient(red 90%, white); /* For Safari 5.1 to 6.0 
    background: -o-linear-gradient(red 90%, white);  /*For Opera 11.1 to 12.0 
    background: -moz-linear-gradient(red 90%, white);  /*For Firefox 3.6 to 15 
    background: linear-gradient(red 90%, white);  /*Standard syntax */
	background: red;
	padding-left: 3%;
	z-index: 1;
	text-align: right;
	list-style-type: none;
	
	
}

.topnav {
	
	margin-right: 7%;
}

nav ul li {	
	font-size: 1.60vw;
	display: inline-block;
	padding-top: 4%;
	padding-right: 1%;	
	margin-right: 4%;
}



.icon {
	display: none;
}


#logo {
	float: left;
	width: 15%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 3%;
}

footer {		
	
	width: 100%;
	height: auto;
	background-color: #DCDADA;
	
	
	 
}

.footerSection {
	width: 40%;
	display: inline-block;
	vertical-align: top;
	text-align:left;	
	float: left;
	margin-left: 10%;	
	margin-top: 8%;
	padding-bottom: 5%;
}
	


.footerSection h3 {
	padding-bottom: 2%;
	font-size: 4vw;
		
}

.footerSection ul li {
	list-style: none;	
	font-size: 3vw;		
}

#phone {
	font-weight: bold;
	color: red;
	font-size: 5vw;
	margin-top: 10%;
	
	
}

#phone a {
	font-weight: bold;
	color: red;
	font-size: 5vw;
	margin-top: 10%;
	
	
}





/* #Home Page Styles
================================================== */

.container {
	position: relative;
	height: auto;
	}

.container img {
	display: block;
	width: 100%;
	padding-top: 18%;
	position: relative;
	}

.headline {	
	text-align: right;
	position: absolute;
	top: 50%;
	left: 45%;	
	}
	
.headline h1 {
	font-size: 4vw;
	color: white;
	text-transform: uppercase;
	font-family: Lato-Black;	
}
	
.headline h2 {
	font-size: 3vw;
	color: white;
	text-transform: uppercase;
	padding-top: 2%;
	font-family: Lato-Black;	
}
	
.products {	

	background: #f2f2f2;
	max-width: 100%;
	height: auto;
	padding: 5% 0;
	left: 0;
	
		
} 
.productSection {
	width: 50%;
	margin-top: 4%;
	margin-left: 17%;		
}

.image {
	border: 1px solid grey;
	width: 130%;
	margin-bottom: 10%;
	}
	
.productSection h2{
	width: 131%;
	margin-top: -27%;
	font-size: 4.0vw;
	text-align: center;	
	background-color: #ffffff;
	position: relative;
	z-index: 100;
	opacity: 0.9;
	font-family: Lato-Regular;
	line-height: 2em;
}



/* #Tree Removal Styles
================================================== */


.fullscreen-bg {
    width: 100%;
	padding-top: 15%;
	margin-bottom: 7%;

}

.fullscreen-bg__video {   
    width: 100%    !important;
  	height: auto   !important;	
}



#headlineTreeServices {	
	width: 95%;
	margin-top: -5%;
	text-align: left;
	padding: 2% 3%;
	background-color: #f2f2f2;	
}

#headlineTreeServices2 {	
	width: 95%;
	margin-top: ;
	text-align: left;
	padding: 2% 3%;
	background-color: #f2f2f2;	
}
	
#headlineTreeServices h1 {
		color: black;
		font-size: 5vw;	
		margin-right: 10%;
		text-align: right;	}
		
#headlineTreeServices h2 {
		color: black;
		font-size: 4vw;
		margin-right: 10%;
		text-align: right;	
		}
		
#headlineTreeServices2 h1 {
		color: black;
		font-size: 5vw;	
		margin-right: 10%;
		text-align: right;	}
		
#headlineTreeServices2 h2 {
		color: black;
		font-size: 4vw;
		margin-right: 10%;
		text-align: right;	
		}


ol {
	margin-top: -10px;
	font-size: 1.25vw;
	list-style:square;
}

.sidebar {
	width: 85%;
	margin-left: 5%;
	color: red;
	
	}

.describeTreeServices {
	width: 80%;
	height:auto;
	margin-top: 3%;
	padding: 10%;
	padding-top: 5%;
	background-color: #f2f2f2;
	padding-bottom: 7%;
	font-size: 3vw;	
}

.describeTreeServices h1 {
	font-size: 5vw;
	padding-bottom: 5%;	
	}
	
.describeTreeServices p {
	padding-bottom: 3%;
	font-size: 4vw;
	}
	
.describeTreeServices ol {
	padding-top: 3%;
	}
	
.describeTreeServices ol li {
	font-size: 4vw;
	}
	

.describeTreeServices2 {
	width: 80%;
	height:auto;
	padding: 10%;
	padding-top: 5%;
	background-color: #f2f2f2;
	padding-bottom: 7%;
	font-size: 3vw;	
}

.describeTreeServices2 h1 {
	font-size: 4vw;
	padding-bottom: 5%;
	}
	
.describeTreeServices2 p {
	padding-bottom: 3%;
	}

	



#map {
	
	padding-top: 20%;
	margin-left: 2%;
	width: 96%;
	
}

#map iframe {
	
	top: 20%;
	width: 100%;
	

}

#snowRemoval {
	
	list-style-type:square;
	padding-left: 5%;
	font-size: 4vw;
	margin-bottom: 5%;
	
}

input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
	border: 1px solid black;
}

textarea[name=comment] {
	width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
	border: 1px solid black;
}

input[type=radio] {
	
    margin: 7px 10px;
    box-sizing: border-box;
	border: 1px solid black;
}

input[type=submit] {
		
    padding: 12px 20px;
    margin: 8px 0;
	border: 1px solid black;
	border-radius: 2px;
}



.contactServices {
	width: 80%;
	height:auto;
	padding: 10%;
	padding-top: 5%;
	background-color: #f2f2f2;
	padding-bottom: 7%;
	font-size: 4vw;	
	margin-top: 3%;
	font-family: Lato-Regular;
}

.contactServices ul {
	
	
	background-color: #f2f2f2;
	padding-bottom: 7%;
	font-size: 4vw;
	font-family: Lato-Regular;	
	
}

.contactServices ul li{
	
	padding-bottom: 4%;
	list-style: none;
	
}

.contactServices h1 {

	font-size: 5vw;
	padding-bottom: 5%;
	
	}
	



#email a {
	color: black;
}

#treeFellar {
	width: 95%;
	}
	
#caption {
	margin-top: -10%;
	}
	


