/* GLOBAL STYLES (Override Bootstrap)*/
body {
	font-family: 'Nunito', sans-serif !important;
}
h2 {
	font-family: 'Oregano', cursive;
	font-size:45px;
}

ul {
	list-style-type: none;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* COLORS */
.green {
	color: green;
}

.red {
	color: red;
}

.green-hr {
	border: 1px solid green;
}

.red-hr {
	border: 1px solid red;
}
.top {
	background: url(../img/stripe.png) repeat-x;
	width: 100%;
	height: 6px;
	position: fixed;
	z-index: 2;
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;
}
.navbar-inner {
	background: #000 !important;
	background: rgba(0,0,0, .65) !important;

	margin-top: 6px;
}

.nav {
	margin-top: -40px !important;
}

.active {
	background: none !important;
	color: #fff !important;
}
/* LOGO - Header */
a.brand {
	display: inline-block;
	margin: 15px 5px 5px 5px;
}
a.brand  > span{
	font-size: 50px;
	font-family: 'Oregano', cursive;
}

#tagline {
	color: #fff;
	font-size: 14px;
}

#phone {
	text-align: center;
	color: white;
	font-size: 50px;
	margin: 20px 0px 0px 75px;
	display: inline-block;
	line-height: 1;
}


#address {
	text-align: center;
	color: white;
	font-size: 20px;
	margin-left: 110px;
	display: inline-block;
	line-height: 1;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
#address {
	text-align: center;
	color: white;
	font-size: 20px;
	display: inline-block;
	line-height: 1;
	margin-left: 0px !important;
}
#phone {
	text-align: center;
	color: white;
	font-size: 40px;
	display: inline-block;
	line-height: 1;
	margin-left: 0px !important;
}

}

/* KWICKS */
.kwicks {
	width: 960px;
	height: 539px;
	margin: 140px 20px 30px 20px;

}
.kwicks > li {
	height: 539px;
	background-color: #ccc;
	/* overridden by kwicks but good for when JavaScript is disabled */
	margin-left: 5px;
	float: left;
	-webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px 3px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         3px 3px 5px rgba(50, 50, 50, 0.75);
}
#calzone {
	background: url(../img/calzone.jpg);
}

#pizza {
	background: url(../img/pizza.jpg);
}

#dough {
	background: url(../img/dough.jpg);
}

#sign {
	background: url(../img/sign.jpg);
}

#wings {
	background: url(../img/wings.jpg);
}

#soda {
	background: url(../img/soda.jpg);
}

#spices {
	background: url(../img/spices.jpg);
}

#cake {
	background: url(../img/cake.jpg);
}

#sub {
	background: url(../img/sub.jpg);
}

/* HERO-BOTTOM SECTION */
#bottom-container{
	border-top: 1px solid #000;
	/*border-bottom: 1px solid #000;*/
	background: #000;
	background: rgba(0,0,0, .65);
	color: #fff;
	padding: 10px 30px 30px 30px;


}
/* SPECIALS COLUMN */
.specials-description {
	margin-left: 10px;
}
.specials-title {
	text-decoration: underline;
}

/*MENU*/
#menu {
	margin-top:120px;
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
#menu {
	margin-top:0px !important;
}
}
/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 70px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -70px; /* negative value of footer height */
	height: 70px;
	clear:both;
	background: #000;
	background: rgba(0,0,0, .65);
	color: #fff;
	padding: 10px 30px 30px 30px;}


/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

/* IMPORTANT

You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

<!--[if !IE 7]>
	<style type="text/css">
		#wrap {display:table;height:100%}
	</style>
<![endif]-->

*/















