/*...Food Stylesheet...*/


body {
	/*background-color: darkred;*/
	font-family: 'Ceviche One', cursive;

}


.space{
	position: relative;
	padding-top: 20px;
}

.logo {
	border: 2px solid red;

}

.dropdown-menu{
  right: 0px !important;
  left: 0px !important;
  border: none !important;
}

.dropdown-menu>li>a{
	font-size: 20px;
}
.carousel {
    position: relative;
    top: -5px;
    border-bottom: 3px solid darkred;
}

.carousel-inner > .item > img {
  width:1024px;
  height:640px;
  padding: 
}

.carousel-caption h3 {
	font-size: 60px !important;
    color: darkred !important;
    text-align: right;
    position: relative;
    top: -440px
}
.navbar {
	background-color: darkred;
	min-height: 68px !important;
	font-size: 30px;
}

.nav>li>a {
	color: #fff;
    line-height: 46px;
    padding: 10px 40px;

}

.nav>li>a:hover
{
	color: darkred;
}

.navbar-header>a{
	font-size: 50px;
    color: #fff;
    padding-top: 20px;
}

.menu1 {
}

.caption>p{
	padding-top: 40px;
}

.thumbnail>a>h3{
    font-size: 27px;
    text-align: center;
    color: darkred;
    margin-top: 0px;
    margin-bottom: 0px;
    writing-mode: vertical-rl;
  text-orientation: upright;
}
.menu{
	/*background-color: indianred;*/
}

.menu1 .submenu{
	 

}
.thumbnail>a>img{
	/*background-color: #85e085 !important;*/
}

.thumbnail .caption {
	padding:1px;
	color: white;
	background-color: #fff;
	
}

.menu2 {
	padding-top: 20px;
}

.menu2 .submenu1{

}


.footer{
	background-color: darkred;
}

.footer_ul{
	color: #fff;
	font-family: 'Risque', cursive;
	font-size: 16px;
	list-style-type: none;
	margin-top: 20px;
	line-height: 32px;
	padding-left: 30%;
	margin-left: auto;
	margin-right: auto;
}

.footer_ul>li>a {
	color: #fff;
	text-decoration: none !important;
}

.footer_icon{
	font-size: 30px !important;
	color: royalblue;
}

.menubar{
	display: none;
}

/*--- About Us Stylesheet ---*/

.about>p {
	font-size: 15px;
	color: grey;
	font-family: 'Risque', cursive;

}


/* starter Styling */

.titleStarter{
	color: darkred;
}
.startr{
	padding-bottom: 60px;
}

.star{
	padding-left: 46%;
}

.gold{
	color:  gold;
}

.float_right{
	float: right !important;
}

.starter h3{
	color: darkred;
	font-family: 'Risque', cursive;
}

.starter{
	position: relative;
}

.starter:after {
    
}

.starter .vegStarterUl{
	line-height: 60px;
    list-style-type: none;
    font-size: 22px;
    font-family: 'Risque', cursive;
	padding-left: 15%;
}

.starter .vegStarterUl li a{
	color: darkred;
}

.vegPTag p{
	color: gray;
	font-size: 18px;
	text-decoration: none !important;
	font-family: 'Risque', cursive;
	line-height: 15px;
}	

.vegStarter{
    border-right: 1px dotted #cfc7c0;
}

.vegStarter h3{
	color: darkred;
}

.nonVegStarter{
    border-left: 1px dotted #cfc7c0;
}



/*Contact sectiom*/
.content-header{
  color: darkred;
  font-size: 45px;
}

.section-content{
  text-align: center; 

}
.contact-section{
  padding-top: 40px;
}
.contact-section .col-md-6{
  width: 50%;
}

.form-line{
  border-right: 1px solid #B29999;
}

.form-group{
  margin-top: 10px;
}
label{
  font-size: 2em;
  line-height: 1em;
  font-weight: normal;
  color: darkred;
}
.form-control{
  font-size: 1.3em;
  color: #080808;
}
textarea.form-control {
    height: 135px;
   /* margin-top: px;*/
}

.submit{
  font-size: 1.1em;
  float: right;
  width: 150px;
  background-color: transparent;
  color: darkred;

}







/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px)and (max-device-width : 480px) {
/* Styles */
	.footer_ul{
		font-size: 8px;
		list-style-type: none;
	}

	.footer_icon{
		font-size:10px !important;
		color: royalblue;
	}
	.thumbnail .caption {
		
		font-size: 5px;
		font-family: 'Risque', cursive;
	}
	.thumbnail>a>h3{
	    font-size: 10px;
	    font-family: 'Risque', cursive;
	}
	.menubar {
    display: block;
}
}
