@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
@import url(http://fonts.googleapis.com/css?family=Days+One);
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,700);
header , nav, article, footer{
	display: block;
}
body {
	font-family: Ubuntu, Arial, sans-serif;
	line-height: 1.8em;
	background-color: rgba(243,236,223,0.45);
	color: #000000;
	background-image: url(images/wood_bg.jpg);
	/*change bg image to a bigger resolution*/
	background-repeat: y-repeat;
	background-size: 100%;
}
.container {
	width: 1000px;
	height: auto;
	margin: 5pt auto;
	padding: 10pt;
	background-color: rgba(243,236,223,0.45);
}
.header_title {
	font-family: 'Days One', Arial Rounded MT Bold, Arial, sans-serif;
	font-weight: bold;
	font-size: 60pt;
	padding: 10pt;
	text-align: center;
	margin: 10pt;
	color: #FFFFFF;
}
.header_title img {
	padding-right: 15pt;
}
/*=====Nav Bar===========*/
.nav-container {
	background-color: rgba(158,134,86,0.45);
}
.nav-container ul {
	list-style: none;
	word-spacing: 12pt;
	text-align: center;
	word-spacing: 3em;
	font-size:30pt;
	padding: 10pt;
}
.nav-container li{
	display: inline;
	text-decoration: none;
}

.nav-container ul a {
	text-decoration: none;
	font-weight: bold;
	color: rgba(53,38,14,1.00);
}
.nav-container ul a:hover{
	color: #7D9A3C;
}
/*=====INDIVIDUAL TAGS====*/
h1 {
	color: #533C16;
	font-size:40px;
	text-align:center;
}
h2 {
	font-family: 'Days One', sans-serif
	font-size:12px;
	font-weight:bold;
}
span{
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold;	
}
p{
	padding: 0 250px;	
}

#home_picture{
	text-align:center;
 }
/*===END INDV TAGS*/
/*===MENU, PRODUCT, ====*/
table {
	text-align: center;
	border: 0px;
	color: #000000;
	width: 450px;
}
#menu{
	background-color: rgba(125,154,60,0.25);
	padding: 20px;
}

#product table{
	background-color: rgba(158,134,86,0.45);
	height: auto;
	margin-bottom: 10px;
}
.thumbnail{
	border: 3px solid black;	
}
#product table tr td{
		padding: 10px;
}
#product table tr td:hover{
	opacity: 0.45;	
}

/*===END===*/


/*=======MAP N INFO N Contact======*/
#map   {
	border: 5pt solid #7D9A3C;
	width: 600px;
	height: auto;
	text-align: center;
	margin-top: 10pt;
	margin-right: 10pt;
	margin-bottom: 10pt;
	left: 18%;
	position: relative;
	top: 136%;
}
#map iframe {
	height: 450px;
	width: 600px;
}


#information {
	line-height: 1.3em;
	position: relative;
	
}

.Contact{
	position: relative;
	left: 25%;
	padding: 5px;
	margin: 10px;
}
/*=====MAP END*=====*/
/*====FOOTER=====*/
footer{
	text-align: center;	

}
footer ul{
	word-spacing:12pt;
	
}
footer li{
	display: inline;
	color: blue;
	font-size: 10pt;

}
footer ul li a{
		text-decoration: none;	
		rgba(53,38,14,1.00);
		font-weight: bold;
}
footer li a:hover{
		opacity:0.45;	
		color: #7D9A3C;
}
/*====END FOOT*====*/
