@font-face {font-family: "Quicksand";
    src: url("images/Quicksand Bold Regular.eot");
    src: url("images/Quicksand Bold Regular.eot?#iefix") format("embedded-opentype"),
    url("images/Quicksand Bold Regular.woff2") format("woff2"),
    url("images/Quicksand Bold Regular.woff") format("woff"),
    url("images/Quicksand Bold Regular.ttf") format("truetype"),
    url("images/Quicksand Bold Regular.svg#Quicksand") format("svg");
}

body, #main{
	background: #ec008c;
	background-position: center;
	font-family: Quicksand;
	background-size: 100% !important;}

.page-title{
	color: #000; /* Section H1 Color */}	
	
.active, .navbar-default .navbar-nav > li > a:hover, navbar-nav > li > a:focus{
	color: #fff !important; /* Nav active Color */
	background: #F9D805;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
	
#menu, #deliver, #contact, #facebook_like{
	background: #fff; /* Section BG Color */}	
	
.navbar-default .navbar-nav > li > a{
	 
	color:#fff;
}


.navbar-default .navbar-toggle .icon-bar {
  background-color: #f9d805;
}		
	
.navbar.navbar-default.navbar-fixed-top, footer, .navbar-collapse{
	background: #000; /* Nav and Footer BG Color */
	color:#000; /* Nav and Footer font color */
	border-bottom-width:5px;
	border-bottom-color:#f9d805;
}

.navbar-default{
	border-bottom: 0px #7b0000 solid; /* Nav Border Color */}
	
#nav-logo{
	width: 300px;
	padding-top: 10px;
}		

@media (max-width: 480px){
#nav-logo {
  width: 140px !important;
  padding-top: 15px;
}
}
	
/* Main Section */
	
#main button{
	background: rgba(0, 0, 0, 0.5); /* Button BG Color */
	border-radius: 10px; /*Button Radius*/
	font-family: Quicksand !important;
	 }
	
#main h2{
	color:#fff; /* Tagline Color */
	font-weight: 600 !important;
	 
	}
	
.welcome #contact-details {
	 
}	
	
/* Main Section */
#menu h1 {
	margin-bottom: 20px;
}

#menu h2{
	color: #000;
	text-transform: uppercase;
	text-align: center; 
	margin-top: 10px;
}

#menu h2 span {
	background: #000;
	color: #fff;
	padding: 10px;
	border-radius: 5px
}


.menu-item h4{
	color: #000;
	text-transform: uppercase;
}

.menu-border{
	border-color: #fff;
}

.menu-prices{
	color: #000 !important;
	font-family: Quicksand;
	text-transform: capitalize;
	font-size: 15px;
}

.menu-item p{
	color: #000;
}

.menu_title_footer, .menu_title_header{
	color: #000;
}

hr{
	border-top: 1px dashed #000 !important;
}	

#about{
	background-color: #ec008c;
	color:#fff;
}

.about {
  color: #fff;
}

#about h1 {
	color:#fff;
}

/* Deliver Section */
	
#deliver h4{
	color: #000; /* Suburb Color */
	 
}

/* Contact Section */

#contact button{
	background: #000; /* Button Color */
    border-color: #fff; /* Button Border Color */}
	
#contact label, #contactus #cuisine{
	color: #000;
	 
}
	
#openinghours, #openinghours .day,	
#openinghours th{
	color: #000; /* Day Color */
	 }	
	
#footer h1, #footer p{
	color: #757671 !important;
}


#openinghours td, #contact-details{
	color:#000;
}

.cd-top, .cd-top2{background-color:#ec008c;border-radius: 5px;}

/*Menu borders*/

.panel {
    border: 3px solid transparent;
   /* -webkit-border-image: url(images/border.JPG) 30 round;
    -o-border-image: url(images/border.JPG) 30 round;
    border-image: url(images/border.JPG) 50 round;*/
    margin-bottom: 20px !important;
    border-width: 25px 26px;
}

.panel.garlic.bread.pizzas {
	border-left-width: 23px;
    border-right-width: 23px;
}

/*Contact form Textarea css*/
#contact-form input, #contact-form textarea { 
	background: #eee;
}

#main .phone-link
{
    font-size: 40px;
}