body {
    background-color: #4A0104;
}

.container {    
    min-width: 98%;
}
.navbar {
    margin-bottom: 20px;
    overflow: visible;
	border-bottom: 1px solid #9D5A1B;
}
.navbar-inner {
    min-height: 90px;
}

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #4A0104, #60070A);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4A0104), to(#60070A));
  background-image: -webkit-linear-gradient(top, #4A0104, #60070A);
  background-image: -o-linear-gradient(top, #4A0104, #60070A);
  background-image: linear-gradient(to bottom, #4A0104, #60070A);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4A0104', endColorstr='#ff60070A', GradientType=0);
}
.hero-unit {
margin-top: 45px;
background-image: url("../images/tajine.png");
}

#casbah-footer{
	min-height: 90px;
	background-color: #1b1b1b;
	background-image: -moz-linear-gradient(top, #60070A, #4A0104);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#60070A), to(#4A0104));
	background-image: -webkit-linear-gradient(top, #60070A, #4A0104);
	background-image: -o-linear-gradient(top, #60070A, #4A0104);
	background-image: linear-gradient(to bottom, #60070A, #4A0104);
	background-repeat: repeat-x;
	border-top: 1px solid #9D5A1B;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff60070A', endColorstr='#ff4A0104', GradientType=0);
	
	
		

}

@media (max-width: 979px) {
 /*   .navbar-inner {
		position: relative;
		top: -60px;
    }*/
	
	.navbar {
		position: relative;
		top: -60px;
	}
		.hero-unit {
		margin-top: -65px;
	}
}

@media (max-width: 767px) {
	.hero-unit {
		margin-top: -65px;
	}


}