:root {
	--primary: #954c36;
	--secondary: #21633d;
	--highlite: #ffad5a;
	--light: #ffffff;
	--dlight: #e3e3e3;
	--dark: #000000;
}
.tx-bold {
	font-weight: 700;
}
body, div, ul, li {
	margin: 0px;
	padding: 0px;
}
body{
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	background-image:url(../images/bodyBG.jpg);
	background-repeat:repeat-x;
	background-color:var(--primary);
}
img {
	border:none;
}
h1 {
	padding:0px;
	margin:0px;
	color:var(--secondary);
	font-size:28px;
	line-height:34px;
}
h4 {
	margin-bottom: 0;
}
a:active {
    color: var(--secondary);
    text-decoration: none;
}
a:link {
    color: var(--secondary);
    text-decoration: none;
}
a:visited {
    color: var(--secondary);
    text-decoration: none;
}
a:hover {
    color: var(--dark);
    text-decoration: underline;
}

#container {
	margin:0 auto;
	width:1040px;
}
#header {
	width:1040px;
	height:288px;
}
#content {
	width:1040px;	
	background-image:url(../images/ContentBGslice.png);
	background-repeat:repeat-y;
	position:relative;
}
#spacer {
	float:left;
	width:197px;
	height:220px;
}
.nav {
    background-color: var(--dlight);
    color: var(--light);
    width: 197px;
	position:absolute;
	z-index:5;
	left:77px;
	top:-33px;
}
ul#list-nav {
    font-size: 20px;
    list-style: none outside none;
    margin-top: 0px;
    padding: 0;
    width:197px;
}
ul#list-nav li {
    display: inline;
}
ul#list-nav li a {
    background: none repeat scroll 0 0 var(--dlight);
    color: var(--dark);
    float: left;
    line-height: 20px;
    padding-bottom: 0;
    padding-top: 10px;
	border-top:1px solid var(--light);
    text-align: left;
    text-decoration: none;
    width: 197px;
	height:39px;
}
ul#list-nav li a:hover {
    background: none repeat scroll 0 0 var(--secondary);
    color: var(--light);
}
.nav img {
	margin-left:10px;
    margin-right: 10px;
	margin-top:6px;
}
#photoHome{
	width:682px;
	height:207px;
	background-image:url(../images/Photo.jpg);
	background-repeat:no-repeat;
	float:right;
	margin-top:10px;
	margin-right:60px;
}
#estimates{
	width:221px;
	height:69px;
	margin-top:30px;
	margin-left:440px;
}
#estimatesSide{
	width:197px;
	height:424px;
	background-image:url(../images/freeSide.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:77px;
	margin-bottom:20px;
	margin-top:20px;
	
}
#freeEstimatesSide{
	margin-top:360px;
	margin-left:12px;
}
#content2Left{
	
	background-image:url(../images/bulletList.jpg);
	background-repeat:no-repeat;
	width:197px;
	height:352px;
	float:left;
	margin-top:20px;
	margin-left:77px;
	margin-bottom:20px;
}
#content2LeftText{
	color:var(--highlite);
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	margin-top:190px;
}
#content2Right{
	width:642px;
	background-color:var(--dlight);
	float:right;
	color:var(--dark);
	font-size:16px;
	line-height:22px;
	text-align:justify;
	margin-top:20px;
	margin-right:60px;
	padding:20px;
	margin-bottom:20px;
}
#footer{
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	width:1040px;
	height:162px;
}
#footerText{
	color:#7d7d7d;
	font-size:12px;
	padding-top:30px;
	padding-left:100px;
}

/**** Inline styles to  external changes ****/
#header img {
	width: 100%;
}
#list-nav li a img {
	width: 17px;
	height: 17px;
}
#photoHome #estimates img {
	width: 221px;
	height: 69px;
}
.copyright {
    display: inline-block;
    width: 46.5%;
}
.copyright-left {
    text-align: left;
}
.copyright-right {
    text-align: right;
}
.tree-care-img img,
#estimates-for-small a,
.show-for-small {
	display: none;
}
#container {
	transition: margin-right .5s;
}

.sidenav {
	height: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-image: url(../images/bodyBG.jpg);
    background-repeat: repeat-x;
    background-color: var(--primary);
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	z-index: 12;
}
.sidenav a {
	text-decoration: none;
	color: var(--dlight);
	display: block;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	left: 10px;
	font-size: 45px;
}
.burger-icon-wrapper {
	display: none;
}
.sidebar-for-smaller {
	display: none;
}
.desktop-hidden {
	display: none;
}
.service-image-medium {
	display: none;
}
/**** END OF Inline styles to  external changes ****/

/**** Responsive changes ****/
@media only screen and (min-width: 1061px) and (max-width: 1280px) {
	#container,
	#header,
	#content,
	#footer {
		width: 1024px;
	}
	#content,
	#footer {
		background-size: contain;
	}
	#header {
		height: auto;
	}
	#footerText {
		padding-left: 75px;
	}
}

@media only screen and (max-width:1060px) {
	.desktop-hidden {
		display: block;
	}
	.sidebar-for-smaller {
		display: block;
		background: var(--secondary);
		width: max-content;
		margin: 0 auto;
	}
	.sidebar-for-smaller ul {
		margin-top: 40px;
		padding: 20px 60px;
		color: var(--highlite);
		font-size: 16px;
		font-weight: bold;
		line-height: 20px;
	}
}

@media only screen and (min-width:900px) and (max-width:1060px) {
	#container,
	#header,
	#content,
	#footer {
		width: 860px;
	}
}

@media only screen and (max-width: 899px) {
	.service-image-large {
		display: none;
	}
	.service-image-medium {
		display: block;
		margin: 0 auto;
		max-width: 350px;
		width: 100%;
	}
	#content2Right ul {
		padding: 20px !important;
		margin: 0 auto;
	}
}

@media only screen and (min-width:768px) and (max-width:899px) {
	#container,
	#header,
	#content,
	#footer {
		width: 720px;
	}
	ul#list-nav li a {
		font-size: 12px;
	}
}
@media only screen and (min-width:768px) and (max-width:1060px) {
	#content,
	#footer {
		background-size: contain;
	}
	#header {
		height: auto;
	}
	#footerText {
		padding-left: 75px;
	}
	#photoHome {
		width: 100%;
		background-position: center;
		float: none;
		margin-top: 80px;
		position: relative;
	}
	.nav {
		width: 100%;
		position: relative;
		left: 0;
		top: 0;
		padding-top: 20px;
		/*
		background-image: url(../images/ContentBGslice.png);
		background-repeat: repeat-y;
		background-size: contain;
		*/
		background-clip: content-box;
	}
	ul#list-nav {
		width: 92%;
		font-size: 15px;
		margin-left: 5%;
    	font-weight: bold;
	}
	ul#list-nav li a {
		width: 20%;
	}
	#estimates {
		position: absolute;
		right: 15%;
		top: 10%;
		width: unset;
		height: unset;
		margin: 0 auto;
	}
	#content2Right {
		width: 75%;
		float: none;
		display: block;
		margin: 30px auto 10px;
	}
	#content2Left {
		display: none;
	}
	#footer {
		background-size: contain;
		background-image: url(../images/ContentBGslice.png);
		background-repeat: repeat-y;
		background-size: contain;
		margin: 30px auto;
		height: auto;
	}
	#footerText {
		padding-left: unset;
		display: block;
		margin: 0 auto;
		width: 79%;
		height: auto;
		padding: 15px 0;
	}
	.copyright {
		display: inline-block;
		width: 50%;
	}
}
@media only screen and (min-width:768px) and (max-width:899px) {
	#photoHome {
		background-size: contain;
		display: block;
		margin-top: 60px;
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}
	#estimates {
		right: 3%;
    	top: 15%;
	}
	#content2Right {
		margin: 10px auto 10px;
	}
}
@media only screen and (max-width:767px) {
	.hide-for-small {
		display: none;
	}
	.show-for-small {
		display: block;
	}
	body,
	#content {
		background-color: var(--light);
		background-image: none;
	   	background-repeat: no-repeat;
	}
	#container,
	#header,
	#content,
	#footer {
		width: 100%;
	}
	#header {
		height: auto;
	}
	#header img {
		width: 100%;
	}
	div#spacer {
		display: none;
	}
	#photoHome {
		display: block;
		margin: 20px auto 0;
		height: auto;
		width: 100%;
		background-image: none;
		float: none;
		position: relative;
	}
	#estimates {
		position: absolute;
		right: 5%;
		top: 10%;
		width: auto;
		height: auto;
		margin: 0 auto;
	}
	.tree-care-img img {
		width: 100%;
		display: block;
		margin-top: auto;
		margin-bottom: auto;
	}
	#content2Left {
		display: none;
	}
	#content2Right {
		width: 92%;
		float: none;
		display: block;
		margin: 0 auto;
		padding-top: 20px;
		padding-bottom: 1px;
		padding-left: 4%;
		padding-right: 4%;
	}
	#content {
		background-color: transparent;
	}
	#footer {
		margin-top: -40px;
		height: auto;
		background-image: none;
		background-repeat: no-repeat;
		background-color: var(--light);
	}
	#footerText {
		color: #7d7d7d;
		font-size: 12px;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 4%;
		padding-right: 4%;
	}
	.copyright {
		width: 50%;
	}
	#content .nav {
		display: none;
	}
	body,
	#container {
		margin: 0;
	}
	ul#list-nav li a {
		width: 100%;
	}
	.nav {
		top: 50px;
		left: 0;
		width: 100%;
	}
	.burger-icon-wrapper {
		display: block;
		position: fixed;
		top: 10px;
		right: 10px;
		font-size: 45px;
		font-weight: bold;
		color: var(--primary);
		text-shadow: 0px 2px var(--primary);
		z-index: 9;
	}
}
@media only screen and (max-width:580px) {
	#estimates {
		display: none;
	}
	#estimates-for-small a {
		display: block;
		margin: 0 auto;
		text-align: center;
		padding: 10px;
		text-decoration: none;
		background: var(--primary);
		color: var(--light);
		font-weight: bold;
		border-top: 2px solid var(--light);
		border-bottom: 2px solid var(--light);
		transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
	}
	#estimates-for-small a:hover,
	#estimates-for-small a:active,
	#estimates-for-small a:focus {
		background: var(--light);
		color: var(--primary);
		border-top: 2px solid var(--primary);
		border-bottom: 2px solid var(--primary);
		transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
	}
}

@media only screen and (max-width:360px) {
	.hide-for-extra-small {
		display: none;
	}
}
/**** END OF Responsive changes ****/