body, #main{
	background: url(images/bg.jpg) center no-repeat;}

@font-face {
	font-family: 'Steel';
	src: url('images/steel.woff');
	font-weight: normal;
	font-style: normal;
}


@media (min-width: 480px){
.navbar{
	top: 0 !important;
}	
}

.navbar, .navbar-collapse{
	-webkit-transition: all 0.5s;
}		
	
.page-title{
	color: #e7222b; /* Section H1 Color */
	font-family: 'Steel';
	font-size: 60px;
	 }	
	
.active, .navbar-default .navbar-nav > li > a:hover{
	color: #fff !important; /* Nav active Color */}
	
#menu, #deliver, #contact, #facebook_like{
	background: url(images/content-bg.jpg) top;
    background-attachment: fixed;}	
	
.navbar-default .navbar-nav > li > a{
	color:#fff;
	font-family: 'Steel';
	font-size: 30px;
    letter-spacing: 1px;
}	
	
nav.navbar.navbar-default.navbar-fixed-top, footer, .navbar-collapse{
	background: #ED1E24; /* Nav and Footer BG Color */
	color:#fff; /* Nav and Footer font color */}	

.navbar-default{
	border-bottom: none; /* Nav Border Color */}
	
#nav-logo{
	-webkit-transition: all 0.5s;
	width: 200px;
    margin-top: -10px;
}		

@media (max-width: 480px){
#nav-logo {
	width: 105px !important;
    margin-top: -10px;	
}
}
	
/* Main Section */
	
#main button{
	background: rgba(0, 0, 0, 0.5); /* Button BG Color */
	font-family: 'Steel';
	font-size: 120px;
	 }
	 
@media (max-width: 480px){
#main button {
    font-size: 30px;
}
}	 
	
#main h2{
	color:#fff; /* Tagline Color */
	font-weight: 600 !important;
	 
	}
	
.welcome #contact-details {
	 
}	
	
/* Main Section */

#menu h2{
	font-family: 'Steel';
	color: #fff;
	text-transform: uppercase;
	font-size: 42px;
}

.menu-item h4{
	color: #fff;
	font-family: 'Steel';
	font-size: 28px;
    font-weight: normal;
    letter-spacing: 1px
}

.menu-border{
	border-color: #ED1E24;
}

.menu-prices{
	color: #a6cc38;
	font-size: 13px ;
}

.menu-item p{
	color: #fff;
}

.menu_title_footer, .menu_title_header{
	color: #fff;
}

hr{
	border-top: 1px solid #fff;
}	

#about{
	background-color: rgba(0, 0, 0, 0.60);
}

/* Deliver Section */
	
#deliver h4{
	color: #fff; /* Suburb Color */
	font-family: 'Steel';
	font-size: 30px;
}

/* Contact Section */

#contact button{
	background: #E7222B; /* Button Color */
    border-color: #E7222B; /* Button Border Color */}
	
#contact label{
	color: #fff;
	 
}

#contact #contact-details span, #openinghours h2{
	color: #fff;
}
	
#openinghours .day,	
#openinghours th{
	color: #fff; /* Day Color */
	 }	
	
#footer h1{
	font-family: 'Steel';
	font-size: 40px;
}

.cd-top, .cd-top2{background-color:#E7222B;border-radius: 5px;}