@charset "utf-8";
body {
	background: url(../images/falling-tree.gif) no-repeat bottom left fixed, url(../images/background-trees.jpg) repeat fixed ;

}

img {
	-moz-box-shadow: -2px 2px 5px 2px #000;
	-webkit-box-shadow: -2px 2px 5px 2px #000;
	box-shadow: -2px 2px 5px 2px #000;
	padding: 0px;
	margin: 6px;
}
.panel {
	background-color: #574217;
	color: #CCC;
}
.panel h4 {
	color: #FFF;
}
.nav-bar {
	background-color: #574217;
}
.twelve.columns {
	background:rgba(255,255,255,0.5);
}
.nav-bar>li:hover{
	background-color: #55641F;
}
.services {
	padding: 6px;
	float: left;
	height: 675px;
	width: 400px;
	margin-right: 25px;
	margin-left: 25px;
	border: medium solid #55641F;
	margin-bottom: 20px;
	background: rgba(255,255,255,0.5);
}
.nav-bar>li>a{
	color: #e6e6e6;
	letter-spacing: .2em;
}

.services ul {
	margin-left: 30px;
	list-style-type: disc;
}
.services .center {
	text-align: center;
}
.home-services {
	padding-left: 300px;
}
.ashborer a {
	color: #CCC;
	text-decoration: underline;
}
.center {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.contactform {
	background-color: #F7F7F7;
	padding-right: 100px;
	padding-left: 100px;
	border: thick solid #333;
	padding-top: 10px;
	padding-bottom: 10px;
}
.treelist {
	text-align: center;	
}
.treelist table {
	text-align: center;
	width: 100%;
}

h1 {font-family: 'Russo One', sans-serif;
	color: #574217;
}
ul.inline-list>li>*, ul.link-list>li>* {
	font-size: x-small;
	padding: 0px;
	margin: 0px;
}

.linkbox {
	background: #574217;
	float: left;
	/* [disabled]padding: 10px 20px; */
	border: thin solid #090;
	-moz-border-radius: 120px;
	-webkit-border-radius: 120px;
	border-radius: 120px;
	text-align: center;
	width: 48%;
	margin: 1%;
	height: auto;
}

.largebtn {
	width: 100%;
	text-align: center;
}

.linkcolor {
	color: #3F0;
}
.video {
	text-align: center;
}
.nav-bar>li {
	width:20%;	
}.review {
	width: 5%;
	position: fixed;
	text-align: center;
	margin-top: 10%;
}
.noshadow {
	-moz-box-shadow: 0px;
	-webkit-box-shadow: 0px;
	box-shadow: 0px;
}

@media screen and (max-width:1000px){
.review {
	width: 25%;
	position: static;
	margin-left: 0px;
	/* [disabled]display: inline; */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

}

@media screen and (max-width:767px){
	.nav-bar>li {
		text-align:center;
		width: 100%;
			
	}
	
	
	
}
