html{
	overflow: -moz-scrollbars-vertical;
	overflow: scroll;
}

::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-button{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 0;
    }
::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 0;
    }
::-webkit-scrollbar-track-piece{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 0;
    }
::-webkit-scrollbar-thumb{
	background-color: rgba(140,190,179,1); 
    border-radius: 0;
    }
::-webkit-scrollbar-corner{
	background:#f06060;
    }

body{
  padding-top: 0;
  background-color: #f06060;
  font-family: "Lucida Console";
}

.body-color{
	background-color: #8cbeb3;
}

.p-color{
	background-color: #f2ebbf;
	border: solid 5px #8cbeb3;
	padding: 10px;
}

.body-color img{
	float: left;
}

.sidebar-color{
	background-color: #f3b563;
	height: 100%;
	max-height: 100%;
}

.sidebar-color img{
	float: left;
}

.container{
	background-color: #f3b563;
	padding-top: 0;
	padding: 0;
	height: 100%;
}

.margin-right{
	margin-right: 10px;
}

.row{
	padding: 0;
	margin: 0;
}

/* Header */

.head-img-lg{
	width: 1170px;
	height: 175px;
	padding:0;
	margin:0;
	background: url(/images/headerlg.png);
	background-position: left;
}

.head-img-md{
	width: 970px;
	height: 175px;
	padding:0;
	margin:0;
	background: url(/images/headerlg.png);
	background-position: left;
}

.head-img-sm{
	width: 750px;
	height: 175px;
	padding:0;
	margin:0;
	background: url(/images/headerlg.png);
	background-position: left;
}

.head-img-xs{
	height: 175px;
	padding:0;
	margin:0;
	background-color: #F2EBBF;
}

.head-img-lg img{
	position: relative;
}

.head-img-md img{
	position: relative;
}

.head-img-sm img{
	position: relative;
}

.head-img-xs img{
	width: 100%;
	position: relative;
}
/* End Header */

.sidebar{
	height: 100%;
	width: 400px;
	position:absolute;
	background-color: #f2ebbf; 
	float: left;
	z-index:2;
}

/* Nav Menu */

.nav {
    color:#43090b;
    border-radius: 0;
    margin-top: 5px;
}

.nav > li {
	border: solid 2px;
	margin-bottom:3px;
}

.nav > li > a {
	font-weight: 600;
	font-size: 18px;
	color:#43090b;
	border-color: #43090b;
	border-width: 3px;
}



.selected{
	background-image:url('/images/activebutton.png');
}

.home-color{
	background-color: #8cbeb2;
}

.about-color{
	background-color: #f2ebbf;
}

.bistro-color{
	background-color: #f3b562;
}

.bakery-color{
	background-color: #f06060;
}

.events-color{
	background-color: #84b573;
}

/* End Nav Menu */

@media (max-width: 992px) {
	.fill{
	float: left;
	}
	.image{
	padding: 10px 5% 10px 5%;
	}
}
.extend{
	height: 100%;

}

h1{
	background-color: #F2EBBF;
	display: inline-block;
	padding: 1px 4px 1px 4px;
	border: solid 3px #F3B563;
	font-size: 28px;
	font-weight: 600;
	color: #43090b;
	font-family: "Lucida Console";
}

h2{
	background-color: #F2EBBF;
	display: inline-block;
	padding: 1px 4px 1px 4px;
	border: solid 3px #F3B563;
	font-size: 16px;
	font-weight: 600;
	color: #43090b;
	font-family: "Lucida Console";
}

h3{
	font-size: 16px;
	font-weight: 600;
	color: #43090b;
	font-family: "Lucida Console";
}

.panel-footer{
	background-color: #2E272E;
	border-color: #2E272E;
	text-align: center;
	color: #F2EBBF;
}

/* Menu */

.item_name{
	font-size: 12px;
	color: #43090b;
	font-family: "Lucida Console";
}

.price{
	font-size: 14px;
	font-family: "Lucida Console";
	margin-bottom: 5px;
}

.menu ul li{
	display: inline;
}

.menu ul li a{
	text-decoration: none;
}


.menu ul li{
	display: inline;
	text-decoration: none;
}