@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,200,300,600,700);

@font-face {
    font-family: 'montserrat';
    src: url('fonts/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat-regular-webfont.woff') format('woff'),
         url('fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'palatino';
	src: url('fonts/palatino.ttc') format('embedded-opentype'),
         url('fonts/palatino.ttc') format('woff2'),
         url('fonts/palatino.ttc') format('woff'),
         url('fonts/palatino.ttc') format('truetype'),
         url('fonts/palatino.ttc') format('svg');;
}


@import url(css/font-awesome.min.css);

/*
Theme Name: A+ Treeworks
Author: Ebbeka Design
Author URI: http://a+treeworks.com
Description: Custom Static site for A+ Treeworks
*/

body {
	padding: 0px;
	margin:0px;
	font-family: 'montserrat' !important;
}
html {
	padding: 0px;
	margin: 0px;
}

.container {
	margin-right: auto;
	margin-left:auto;
	width: 100%;
}
.container-body {
	margin-left: auto;
	margin-right:auto;
	width: 100%;
	background-image: url('images/chuck.png');
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    z-index: 9999;
    height: 616px;
    font-family: 'montserrat';
}

.right { float:right; }

/* Containers */
 	
 	/* Header */

		header {
			width: 100%;
			max-height: 840px;
		}
		#header {
			background-image: url('images/hero.png');
			background-size: cover;
			height:840px;
			background-repeat: no-repeat;
			background-position: center bottom;
			background-attachment: fixed;
			font-family: 'montserrat';
		}
		header h1 {
			font-size: 3em;
			margin: 0px 0 0 0!important;
			color: white;
			text-align: center;
    		font-family: 'montserrat';
		}
		header h2 {
			font-size: 1.75em;
			margin-top: 0px;
			color:white;
			text-align: center;
    		font-family: 'montserrat';
		}
		.logo {
			display:block;
			margin-left:auto;
			margin-right:auto;
		    width: 450px;
		    margin-top: 290px;
		}
	/* Intro */

		#intro {
			background: #fff;
			width: 100%;
			padding: 50px 0 50px 0;
		}
		#intro p {
			color: #988366;
			text-align: center;
			font-size: 1.5em;
			font-family: 'montserrat';
			padding: 0 25px;
		}

	/* Services */
		.services {
			background-image: url('images/services.png');
			height: 316px;
			width:100%;
			padding: 50px 0 50px 0;
			position: relative;
			z-index: -1
		}
		#services {
		    position: absolute;
		    margin-top: -317px;
		    width: 100%;
		    text-align: right;
		}
		#services h1 {
			font-size: 2.5em;
			color: #fff;
			text-transform: uppercase;
			text-align: center;
		    letter-spacing: 2px;
	    	font-family: 'montserrat';
		}
		#services ul {
			margin-left: auto;
		    margin-right: auto;
		    display: block;
		    list-style: none;
		    text-align: center;
		    letter-spacing: 1px;
		    line-height: 40px;
		}
		#services ul li h4 {
			font-weight: 500;
		    font-size: 1.5em;
		    color: #dcc5a5;
		    font-family:'palatino';
		    font-style: italic;
		}
	/* Meet */
		.meet {
			background-image: url('images/meet.png');
			height: 300px;
			width: 100%;
			padding: 50px 0 50px 0;
			text-align: right;
			position: relative;
			z-index: -1;
		}
		#meet {
		    position: absolute;
		    margin-top: -267px;
		    width: 100%;
		    text-align: right;
		    padding: 0 15px;
		}
		#meet h1 {
			font-size: 3em;
			color: #c0c3ac;
			text-align: right;
			padding: 0px;
			margin: 0px;
		    font-family:'palatino';
		    font-style: italic;
		}
		#meet h2 {
			font-size: 1.2em;
			color: #c0c3ac;
			text-align: right;
		    font-family: 'montserrat';
		}
		#meet h5 span {
			font-weight: 200;
			font-style: italic;
			color: #dcc5a5;
			text-align: right;
		    font-family:'palatino';
		    font-style: italic;
		}
		#meet h5 {
			color: #dcc5a5;
			font-size: 1.5em;
			letter-spacing: 1px;
		}

	/* Icon-con */

		#icon-con {
			background-image: url('images/icon-con.png');
			height: 325px;
			width: 100%;
			padding: 50px 0 50px 0;
			position: relative;
			z-index: -1;
		}
		.icon img {
			display: block;
			margin-left: auto;
			margin-right:auto;
		}
		.icon h5 {
			font-size: 1.2em;
			text-align: center;
			color: #fff;
			font-weight: 200;
			letter-spacing: 1px;
		    font-family: 'montserrat';
		}
	/* Contact */

		#contact {
			background: #fff;
			height: auto;
			text-align: center;
			padding:75px 0 75px 0;
		}
		#contact h1 {
			font-size: 2em;
			color:#59472e;
			padding:15px 0 0 0 !important;
			margin:0px !important;
			line-height: 1;
		    font-family:'palatino';
		    font-style: italic;
		}
		#contact h1 span {
			font-size: 3em;
			font-weight: bold;
			font-family: 'montserrat';
			font-style: normal;
		}

	/* Sponsors */
		footer {
			background-image:url('images/footer.png');
			height: auto;
			padding:75px 0;
			background-position: center top;
		}
		#tree img { float:right; }
		#bbb img { float:left; }

		footer h5 { 
			padding-top:25px;
			color: #988366;
			font-family: 'montserrat';
		}
@media only screen and (max-width: 1400px) {
	.container-body { background-image: url('images/chuck-small.png'); }
	#icon-con h5 { font-size: 1.2em }
}
@media only screen and (max-width: 640px) {
	#header { height: 350px; }
	.logo { margin-top: 60px; }
	#intro p { font-size:1em; }
	#intro { padding: 20px 0 0 0; }
	.container-body {
		background-size: 55%;
    	background-position: left bottom;
		height: auto;
		z-index: 1;
	}
	.services { height:230px; }
	#services { 
		padding: 0 0 25px 0; 
		z-index: 1;
		margin-top:-222px;
	}
	#services h1 { font-size: 2em; }
	#services ul li h4 { 
		font-size: 1em;
		letter-spacing: 2px;
		line-height:1;
	}
	.meet { height: 240px; }
	#meet {
		z-index: 1;
		padding: 15px 15px 25px 15px;
		margin-top: -245px;
	}
	#meet h1 { font-size: 2em; }
	#meet h2 { font-size: .8em; }
	#meet h5 { font-size: 1em; }
	#icon-con {
		z-index: 1;
		height: 635px;
		padding: 15px 0 0 0;
	}
	#icon-con h5 { font-size: 1em; }
	#contact { padding: 15px 0 25px 0; }
	#contact h1 { font-size: 1em; }
	#contact h1 span { font-size: 2em; }
	#bbb img {
		float: none;
	    padding: 15px 10px 0px 15px;
	} 
	#tree img { 
		float:none;
		padding: 15px 14px;
	}
	footer { padding: 20px 0; }
}

