.container .carousel{
	margin-top: 100px;
}

.home-thumb img:hover {
	transform: scale(1.1);
}

.thumbnail img {
	transition: all 0.3s ease 0s;
	width: 100%;
}

.thumbnail {
	overflow: hidden;
}

.bg-grey {
	background-color: #f9f9f9;
}

.carousel {
	padding-bottom: 20px;
}

.navbar-header a img{
	margin-top: 5px;

}
.navbar-nav > li > a {
	padding-top:20px !important; 
	padding-bottom:20px !important;}
.navbar {min-height:60px !important;}


.navbar-default {
	background-color: #CE5300;

	border-style: none;
	background-image: url("../img/rice.png");

}

.navbar-default .navbar-nav > li > a {
	color: #ffffff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #A54200;
	border-color: #CE5300;

}

.navbar .container .navbar-header a{
	padding: 10px
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #CE5300;
	background-color: #ffffff;

}

.navbar-toggle{
	color: white;
	margin: 15px 15px 15px 0;
}


.icon-bar {
   background-color: white !important;
}

.carousel {
	margin: 35px 0px 0px 0px;
}


.row .col-sm-3 > h3{
	margin: 20px 0px 30px 0px;
}
 
.row .col-sm-3 > h3{
	margin: 20px 0px 30px 0px;
}

.row .col-sm-3 >p,
.row .col-sm-3 ul li{
	font-size: 1.2em;
	margin-right: 0px;
}

.row .col-sm-3 >p{
	padding-bottom: 60px;
	margin-bottom: 30px;
}


.menu {
	background-color: #fff;
	/*background-image: url("../img/rice3.png");*/
	padding: 70px 0 50px 0;
	margin: 10px 0px  ;
	text-align: center;
	
}

.menu h1{
	color: #CE5300;
	text-align: center;
	padding: 0px 0px 20px 0px;
}



.panel-default {
	padding: 0px ;
	border-style:none;
	border-radius: 5px;
	border-width: 2px;
	
}

.panel-body{
	background-color: #D4671F;
	border-style: solid;
	border-color: #CE5300;
	text-align: center;

}

.row h3 {
	text-align: center;
}




.bentoname {
	float: left;
	font-size: 20px;
	color:white;
}



.bentoprice {
	float: right;
	font-size: 20px;
	color:white;
}

.info{
	padding: 70px 0px;
	text-align: center;

}

.info .container .row .col-sm-4 p{
	text-align: center;
	
	font-size: 16px;
}

.info .container .row .col-sm-4{
	padding-bottom: 40px;
}

.info h1{
	margin-bottom:40px;
	padding: 20px 0  0;
}

.info .container .row img{
	margin:0 0 30px 0; 
}

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #CE5300;
  text-align: center;
  color:white;
  margin-top:20px; 
}
.footer p{
	margin-top:20px 
}

 .testtwo{
 	text-align: center;
}

.testthree{
	text-align: center;
	list-style-type: none;

}

.menu .container .row .col-sm-4 ul{
	margin-top: 15px;
	list-style-type:none;


}

.menu .container .row .col-sm-4 ul li{
	color: black;
	text-align: right;
}


.panel > .panel-heading {
    background-image: none;
    background-color: white;
}


.panel-heading {
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
}


.panel-heading:hover {
	position: relative;
	transform: scale(1.23);
	z-index: 100;
}


.panel{
	border-color: #CE5300;
}


.info h1{
	color: #CE5300;

}

.carousel-caption h3 {
  animation-delay: 1s;
}

.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
	background-color: hsla(0, 0%, 0%, 0.5);
	padding: 10px 0px 10px 0px;
}

.dollar{
	color: red;
}

.container .row .{
	padding: 10px;

}

.bentonametwo {
	text-align: center;
	font-size: 20px;
	color:white;

}

.special{
	color: red;
	font-size: 14;
}

body > div.container > div.intro > div > div:nth-child(4){
	padding-bottom: 60px;
}

body >  .menu .panel-body {

padding: 5px 15px 0px 15px;

}