@charset "utf-8";
/* CSS Document */

/* Tablet Screens 768px */
@media (min-width: 768px){

    /*---header ---------------*/
	
#top {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;		
	background-image: linear-gradient(#634e26, #b4a269);
}	
#header {
	width: 100%;
	height: 180px;
	max-width: 1280px;	
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;	
}
#logo {
	width: 248px;
	height: 132px;
	margin-left: 10px;
	margin-right: -5px;
	margin-top: 10px;
}
#phoneNum {
	width: 285px;
	height: 125px;
	font-family: "rogue-sans",sans-serif;
	font-size: 1.5em;
	text-align: center;
	color: #000;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 20px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;	
}
#logo2 {
	display: inline-block;
	width: 169px;
	height: 150px;
	margin-right: 10px;	
	background-image: url(images/hbh_logo2-169x149.png);
	background-repeat: no-repeat;
	margin-top: 15px;	
}

#navBG {
	background-image: url(images/menu_bg_76x40.jpg);
	background-repeat: repeat;
	clear: left;
	margin-left: auto;
	margin-right: auto;	
}
#nav {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1280px;
	height: 80px;
	padding-left: 10px;
	text-align: left;	
}

/* ---------footer---------*/
#footerLeftColumn {
	float: left;
	width: 50%;
	height: auto;	
}
#footerMiddleColumn {
	width: 49%;
	height: auto;
	float: right;
	clear: right;
	margin-top: 20px;	
}
/*----------Index--------*/

	
	
	
}