html {
     overflow-y: -moz-scrollbars-vertical;
     overflow-y: scroll;
}

body {
	background: #BA9467 url('../images/dandelion-brown.jpg') repeat fixed center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-left: 10px;
	padding-right: 10px;
}

.fa-nav {
	margin-left: -10px;
	margin-right: 5px;
}

@media (min-width: 767px) {

	.container {
		width: 760px;

	}
}

@media (max-width: 767px) {

	.container {
		padding-right: 0px;
		padding-left: 0px;
	}
}

.transparent {
	background-color:#000000;
	border:3px solid #ffffff;
	opacity:0.6;
	filter:alpha(opacity=40); /* For IE8 and earlier */
 	-moz-box-shadow:    3px 3px 5px 3px #000;
  	-webkit-box-shadow: 3px 3px 5px 3px #000;
  	box-shadow:         3px 3px 5px 3px #000;
}

.ingredients {
	color: #ffffff;
	opacity: 1;
	font-size: 16px;
}

.title {
	font-family: 'Allura', cursive;
	font-size: 42px;
	color: #ffffff;
}

.panel-title {
	font-family: 'Allura', cursive;
	font-size: 32px;
	color: #ffffff;
	text-align: center;
}

.script {
	text-align: center;
	font-family: 'Allura', cursive;
	font-size: 42px;
}

.all-natural {
	text-align: center;
	font-family: 'Ultra', serif;
	font-size: 42px;
	color: #333333;
}

.btn-custom {
	background-color: hsl(37, 48%, 22%) !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9e7737", endColorstr="#533e1d");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#9e7737), to(#533e1d));
	background-image: -moz-linear-gradient(top, #9e7737, #533e1d);
	background-image: -ms-linear-gradient(top, #9e7737, #533e1d);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9e7737), color-stop(100%, #533e1d));
	background-image: -webkit-linear-gradient(top, #9e7737, #533e1d);
	background-image: -o-linear-gradient(top, #9e7737, #533e1d);
	background-image: linear-gradient(#9e7737, #533e1d);
	border-color: #533e1d #533e1d hsl(37, 48%, 17%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
	-webkit-font-smoothing: antialiased;
 }

.big-text {
 	font-size: 25px;
}

.nowrap {
  white-space: nowrap;
}

.badge {
	display: inline;
	background-color: #673636;
}
