body { 
	font-family: "Futura Light"; 
	color: #222;
}

h1, h2, h3, h4, h5, h6 { font-family: "Futura Book"; font-weight: normal; }

.hero-unit h1 {
	color: #9C9F84;
}

.hero-unit {
	background-color: #663300;
    background-image: linear-gradient(top, #663300, #331900);
    background-image: -webkit-linear-gradient(top, #663300, #331900);
    background-image: -moz-linear-gradient(top, #663300, #331900);
    background-image: -o-linear-gradient(top, #663300, #331900);
    background-image: -ms-linear-gradient(top, #663300, #331900);
	-webkit-transition-property: left;
}

.hero-unit {
	color: #ddd;
}

h2 {
	color: #A97D5D;
}

.highlight {

	font-family: Futura Medium;
}

.shading {
	background: rgba(156,159,132,0.1);
}



.byt { 
	font-family: "Futura Book";
	color: #5c755e;
	font-weight: bold;
	white-space: nowrap;
	word-spacing: -0.2em;
}

.byt-spacing {
	word-spacing: -0.2em;
}	   

.dia-group ul {
	margin-left: 0;
}

.byt-y { letter-spacing: -.15em; } 
.byt-t { letter-spacing: -.10em; } 

h1 {
	left: 10px;
	-webkit-transition-property: left;
	-webkit-transition-duration: 1s;
	position: relative;
}

li {
	margin-bottom: 6px;
	}
	
a { color: rgb(97,163,117); }


