@font-face {font-family: "Eurostile Bold";
    src: url("fonts/Eurostile Bold.eot");
    src: url("fonts/Eurostile Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Eurostile Bold.woff2") format("woff2"),
    url("fonts/Eurostile Bold.woff") format("woff"),
    url("fonts/Eurostile Bold.ttf") format("truetype"),
    url("fonts/Eurostile Bold.svg#Eurostile Bold") format("svg");
}


@font-face {
    font-family: "Milkshake";
    src: url("font/Milkshake.otf") format("opentype");
    src: url("fonts/Milkshake.ttf") format("truetype")
}


body, #main{
	background: url(images/bg2.jpg) no-repeat;
	background-position: center;}

.page-title{
	color: #231F20; /* Section H1 Color */
    font-family: EuroStile Bold;
}	
	
.active, .navbar-default .navbar-nav > li > a:hover, navbar-nav > li > a:focus{
	color: #fff !important; /* Nav active Color */
    background: #231F20;
}
	
#menu, #deliver, #contact, #facebook_like{
	background: #fff; /* Section BG Color */}	
	
.navbar-default .navbar-nav > li > a{
	 
	color:#231F20;
	font-family: Eurostile Bold;
}


.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}		
	
.navbar.navbar-default.navbar-fixed-top, footer, .navbar-collapse{
	background: #fff; /* Nav and Footer BG Color */
	color:#000; /* Nav and Footer font color */}	

.navbar-default{
	border-bottom: 2px #231F20 solid; /* Nav Border Color */}
	
#nav-logo{
	width: 300px;
	padding-top: 10px;
}		


	
/* Main Section */
	

/*Main button css*/	
#main button{
	/*background: url(images/gear-yellow.png) no-repeat;*/
	background: transparent;
	font-family: Eurostile Bold;
	height: 380px;
	width: 380px;
	background-size: 380px;
	}
#main button:hover {
    background: transparent !important;
}


#main button:before {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    background-size: 380px !important;
    z-index: -1;
    background: url(images/gear-yellow.png) 0 0 no-repeat;
    top: 0%;
    left: -0%;
}

#main button:hover:before {
     -webkit-animation-name: rotate; 
    -webkit-animation-duration: 5s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate; 
    -moz-animation-duration: 5s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}

}
	
#main h2{
	color:#fff; /* Tagline Color */
	font-weight: 600 !important;
	 
	}
	
.welcome #contact-details {
	 
}	
	
/* Main Section */

#menu .page-title {
    text-align: center;

    color: #231F20;

}

#menu h2{
	color: #231F20;
	font-family: Milkshake;
	font-size: 50px;
	 
}

.menu-item h4{
	color: #231F20;
	 
}

.menu-border{
	border-color: transparent;
}



.menu-prices{
	color: #231F20;
	font-size: 15px;
}


.menu-item p{
	color: #000;
}

.menu_title_footer, .menu_title_header{
	color: #000;
}

hr{
	border-top: 1px dashed #FAD000 !important;
}	


#about{
	background-color: rgba(255,255, 255, 0.5);
}

.about {
  color: #000;
}

/* Deliver Section */
	
#deliver h4{
	color: #000; /* Suburb Color */
	 
}

/* Contact Section */

#contact button{
	background: #231F20; /* Button Color */
    border-color: #FAD000; /* Button Border Color */}
	
#contact label{
	color: #231F20;
	 
}
	
#openinghours .day,	
#openinghours th{
	color: #231F20; /* Day Color */
	font-weight: bold;
	font-family: EuroStile Bold;
	 }	
	
#footer h1{
	color: #000 !important;
}

#openinghours td, #contact-details{
	color:#000;
}

.cd-top, .cd-top2{background-color:#231F20;border-radius: 5px;}


#menu {
	        background: #eee;
}
.panel-default {
        border: 2px solid #231F20;
        margin-bottom: 40px;
        background: #fff;

}


/*Mobile CSS*/

@media (min-width: 480px) and (max-width: 768px) {
    #nav-logo {
      width: 210px !important;
      padding-top: 15px;
    }
    
    #main button{
	background: transparent;
	font-family: Eurostile Bold;
    width: 260px;
    height: 260px;
	padding-top: 100px;
	margin-top: -30px;

	}

    #main button:hover {
    background: transparent !important;
    }

    #main button:before {
        content: "";
        position: absolute;
        width: 260px;
        height: 260px;
        background-size: 260px !important;
        z-index: -1;
        background: url(images/gear-yellow.png) no-repeat;
         -webkit-animation-name: rotate; 
        -webkit-animation-duration: 5s; 
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: rotate; 
        -moz-animation-duration: 5s; 
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;

    }

    @-webkit-keyframes rotate {
        from {-webkit-transform: rotate(0deg);}
        to {-webkit-transform: rotate(360deg);}

    }

}