@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,800,900|Lobster|Lobster+Two');

body, #main{
	background: url(images/bg.jpg) no-repeat;
	background-position: center;
	font-family: 'Raleway', sans-serif;
}

.page-title{
	color: #212121;
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
}	

#menu, #deliver, #contact, #facebook_like{
	background: #fff; /* Section BG Color */
}	

.active, navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
	border: 2px solid #212121;
	color: #212121 !important;
    -webkit-transition: all .0s;
}

.navbar-default .navbar-nav > li > a{
	color: #757575 !important;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
    font-size: 16px;
	border: 2px solid transparent;		
	-webkit-transition: all .0s;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}		
	
.navbar.navbar-default.navbar-fixed-top, .navbar-collapse{
	background: #fff; /* Nav and Footer BG Color */
	color:#000; /* Nav and Footer font color */
}

.navbar-default{
	border-bottom: 5px #fff solid; /* Nav Border Color */}
	
#nav-logo{
	width: 180px;
	padding-top: 0px;
}		

@media (max-width: 480px){
#nav-logo {
  width: 175px !important;
  padding-top: 15px;
}
}
	
/* Main Section */
#main button{
	background: #212121;
	border: 1px solid #212121;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2.3px;
	color: #fff;
	padding: 10px 20px;
}    

#main a button:hover {
    border: 1px solid #3f3f3f;	
	background:#3f3f3f; 
	color: #fff;   
}
	
#main h2{
    color: #212121;
    font-weight: 700 !important;
    text-shadow: none;
    text-transform: lowercase;
    font-family: 'Lobster', cursive;
}
	
.welcome #contact-details {
	color:#212121; /* Tagline Color */
	font-weight: 600 !important;
	text-shadow:none;
	padding-top: 0px !important;
}	
	
/* Main Section */

#menu h2{
	color: #212121;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-align: center;
}

.menu-item h4{
	color: #212121;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
}

.menu-border{
	border-color: #df3d59;
    display: none;
}

#menu-row hr {
    border-top: #eee dotted 2px;
    display: none;
}

.menu-prices{
	color: #df3d59;
	font-size: 15px ;
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-align: center;	
}

.menu-item p{
	color: #757575;
	font-family: 'Raleway', sans-serif;
    font-weight: normal;
	font-size: 14px ;
    text-align: center;	  	
}

.menu_title_footer, .menu_title_header{
	color: #757575;
	font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-align: center;
}

hr{
	border-top: 1px solid #616161;
	/* opacity: 1; */
}	

#about{
	background-color: rgba(216, 211, 211, 0.65);
}

.about p {
    line-height: 25px;
    font-weight: 500;
    font-size: 16px;
}

.about {
	color: #757575;
}

/* Deliver Section */
	
#deliver h4{
	color: #757575;
	font-family: 'Raleway', sans-serif; 
}

/* Contact Section */

#contact #contact-details, #contact #cuisine{
	color: #757575;
	font-family: 'Raleway', sans-serif;	
}

#contact button{
	background: #212121;
    border: 1px solid #212121;
    border-radius: 0;
    padding: 18px 40px;
	font-family: 'Raleway', sans-serif;  
	text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2.3px;
	color: #fff;
	font-size: 12px;
}    

#contact button:hover{
    border: 1px solid #3f3f3f;	
	background:#3f3f3f;
    box-shadow: none;
	color: #fff;    
}
	
#contact label{
	color: #212121;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 14px;
}

#contact-form .form-control {
	color: #757575;
	font-family: 'Raleway', sans-serif;
	border: solid 2px #424242;
	background: transparent;
	padding: 20px 20px;
}

#contact-form .form-control:focus{
	background: #F5F5F5;
}

#openinghours h2 {
	color: #757575;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

#openinghours .day{
	color: #212121;
	font-family: 'Raleway', sans-serif;	
}	

#openinghours th{
	color: #212121;
	font-family: 'Raleway', sans-serif;		
	font-weight: 600;
}

#openinghours td{
	color: #757575;
	font-family: 'Raleway', sans-serif;		
}

footer{
	background: #212121;
	color: #fff;
}

#footer h1{
	color: #fff !important;
}

.cd-top, .cd-top2{
	background-color:#df3d59;
	border-radius: 5px;
}

.glyphicon {
    color: #212121;
}