
* { 
	margin: 0; padding: 0; border: none;
	box-sizing: border-box;
}

body {
  font-size: 100%;
	
	background: url(../img/wood-panels-02.JPG) no-repeat center fixed;
  background-size: cover;
}

nav {
}
	nav ul {
		list-style: none;    
	}
		nav ul li {
			display: inline-block;
			margin-right: 12px;
		}
			nav ul li a {
				display: block;				
				font-family: "Tahoma";
				font-size: 1.4em;
        color: #668000;
			}

#logo {
	width: 100%;
	font-family: "Century Gothic";
}
	#logo h1 {
		font-size: 6em;
		font-weight: normal;
		
		color: #668000;
	}


