/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  /*padding-bottom: 40px;*/
  color: #5a5a5a;
}

footer {
	width:100%;
	background:#000;
	/*min-height:300px;*/
	padding:20px 0;
}

footer p, footer a {
	color:#fff;
}

.footerContainer {
	width: 1170px;
	margin:0 auto;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  /*margin-bottom: -90px;*/ /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  background:#fff;
  font-family: 'Yantramanav', sans-serif;
  font-size:1.3em;
}
.navbar-wrapper .navbar {

}
.brand img {
	display: inline-block;
	padding-right: 20px;
}

.home-main {
	position:relative;
	padding-top:0;
}

.home-main img {
	width:100%;
	margin: 0 0 30px;
}

/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
  border: 0;
  /*-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
	 -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
		  box-shadow: 0 2px 10px rgba(0,0,0,.25);*/
}

/* Downsize the brand/project name a bit */
.navbar .brand {
  padding: 8px 20px 5px; /* Increase vertical padding to match navbar links */
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.5);
  float:left;
}

/* Navbar links: increase padding for taller navbar */
.navbar .nav > li > a {
  padding: 15px 20px;
}

/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
  margin-top: 10px;
}

.navbar .nav > li {
	float:none;
	display: inline-block;
}

.navbar .nav {
	float:left;
	text-align:center;
	/*left: 20px;*/
	height: 85px;
}

.navbar-inverse .nav .active > a {
	color: #87310c;
	border-bottom: solid 2px #87310c;
	color: #fff;
	border-bottom: solid 2px #fff;
}

.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav > li > a:hover {
	color: #ff9000;
}

.navbar .nav > li > a {
	color:#000;
}

.navbar .nav > li > a.active {
	color:#ff9000;
}

footer a img {
	padding-right: 12px;
}

footer p {
	margin-bottom:0;
}

p.pull-right {
	margin-bottom: 0;
}

.map-iamge {
	margin-bottom: 40px;
}

.span4 li {
	list-style:none;
	text-align:left;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 200px;
  top: 90px;
}

.carousel .container {
  position: relative;
  z-index: 9;
}

.carousel-control {
  height: 80px;
  margin-top: 0;
  font-size: 120px;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
  background-color: transparent;
  border: 0;
  z-index: 10;
}

.carousel .item {
  height: 500px;
  top: 0;
}
.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
}

.carousel-caption {
  background-color: transparent;
  position: relative;
  max-width: 650px;
  padding: 0 20px;
  margin-top: 20px;
  
}
.carousel-caption h1,
.carousel-caption .lead {
  margin: 0;
  line-height: 1.25;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
  font-family: 'Dancing Script', cursive;
}

.carousel-caption h1 {
	font-size: 8em;
}

.carousel-caption .lead {
	font-size: 5em;
}

.carousel-caption .btn {
  margin-top: 10px;
}

.caption-right {
	margin-left:600px;
}

.recipe-slide {
	position: relative;
	left:60%;
	text-align: left;
	margin-top: 110px;
	width:40%;
}

.about-slide {
	margin-top: 100px;
}

.span12 {
	text-align:left;
	margin-left:0;
}

.span12 p {
	font-size: 20px;
	line-height: 40px;
	width: 80%;
}

.funding-slide {
	margin-top: 100px;
}




/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .span4 {
  text-align: center;
  width:360px;
}
.marketing h1 {
	font-family: 'Yantramanav', sans-serif;
	font-size:6em;
	color:#000;
}
.marketing h2 {
	font-family: 'Yantramanav', sans-serif;
	font-weight: normal;
	color:#000;
	font-size:4em;
	padding-top: 20px;
}
.marketing h3 {
	font-family: 'Yantramanav', sans-serif;
	font-size:3em;
	color: #000;
}

.home-callout {
	font-family: 'Yantramanav', sans-serif;
    font-size: 7em;
    position: absolute;
    top: 21%;
    right:4%;
    color: #000;
    line-height: 1em;
    text-align: right;
    width:65%;
    color:#ff9000;
}
.home-callout span {
	font-size:2.4em;
	line-height: 1em;;
}

.home-callout-button {
	position: absolute;
    top: 59%;
    right:4%;
	display: block;
	font-family: 'Yantramanav', sans-serif;
}

.marketing .span4 p {
  margin-left: 10px;
  margin-right: 10px;
}

.recipes {
	text-align: center;
}

.recipes [class*="span"] {
	float:none;
	margin:0 auto;
}

.service-block {
	color:#000;
	width:20%;
	background: #ff9000;
	background: linear-gradient(#ff9000, white);
	display: inline-block;
	padding:15px;
	min-height: 350px;
	vertical-align:top;
	margin:0 10px;
	border-radius: 11px;
}

.block-header {
	font-family: 'Yantramanav', sans-serif;
	font-size: 1.9em;
	padding: 0 0 10px;
}

.block-text {
	padding-top: 11px;
	min-height: 165px;
}

.block-text a.btn-success {
	margin-top: 20px;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
  padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
  overflow: hidden; /* Vertically center images part 2: clear their floats. */
}

.content-page {
	padding: 20px 0 50px;
}


.featurette-image {
  margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
  margin-right: 40px;
}
.featurette-image.pull-right {
  margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.row {
	text-align: center;
	margin:0 auto;
}

.span3 {
	float:none;
	display:inline-block;
	margin:0;
	padding:0 20px;
	vertical-align:top;
}

.callout {
	font-size:3em;
}

.header-slot {
	background: #000;
	color:#ff9000;
	text-align: center;
	padding:10px;
	font-family: 'Yantramanav', sans-serif;
	font-size: 1.3em;
}

.main-img {
	margin-bottom: 30px;
}




/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 979px) {

  .container.navbar-wrapper {
	margin-bottom: 0;
	width: auto;
  }
  .navbar-inner {
	border-radius: 0;
	margin: -20px 0;
  }

  .carousel .item {
	height: 500px;
  }
  .carousel img {
	width: auto;
	height: 500px;
  }

  .featurette {
	height: auto;
	padding: 0;
  }
  .featurette-image.pull-left,
  .featurette-image.pull-right {
	display: block;
	float: none;
	max-width: 40%;
	margin: 0 auto 20px;
  }
}

.mobile-home {
	display: none;
}
.desktop-home {
	display: block;
}

.hide-desktop {
		display:block;
	}
	.hide-mobile {
		display:none;
	}


@media (max-width: 767px) {

  body {
  	padding-left: 0;
  	padding-right: 0;
  }
  .navbar-inner {
	margin: -20px;
  }
  .container {
  	padding:0 15px 15px;
  }
  .marketing h1 {
		margin-top:31px;
	}
  	.navbar .brand {
		padding: 8px 20px 5px 0;
	}
	footer a.brand {
		display: block;
	}
  	.home-callout {
		left: 0;
		width: 100%;
	}
	.home-callout span {
		font-size:2.4em;
		line-height: 1em;;
	}
  
  	.home-main {
  		padding-top:19px;
	}
  	.navbar-wrapper {
	  	top: 19px;
	}
	.footerContainer {
		width: 100%;
		margin:0 auto;
	}
	footer {
		text-align: center;
	}
	.navbar .nav {
		text-align: left;
		width:100%;
		left:0;
		margin: 0 0 31px;
	}
	.navbar .nav > li {
		display: block;
		width: 100%;
	}
  	.mobile-home {
		display:block;
	}
	.desktop-home {
		display:none;
	}
	.home-callout {
		font-size: 3em;
		top:12%;
		right:5%;
		text-align:right;
		left:auto;
	}
	.service-block {
		width:87%;
	}
	.navbar .nav {
    	height: auto;
	}
	.hide-desktop {
		display:none;
	}
	.hide-mobile {
		display:block;
	}
  	.carousel {
		margin-left: -20px;
		margin-right: -20px;
  	}
  	.carousel .container {

  	}
  	.carousel .item {
		height: 300px;
  	}
  	.carousel img {
		height: 300px;
  	}
  	.carousel-caption {
		width: 65%;
		padding: 0 70px;
		margin-top: 100px;
  	}
  .carousel-caption h1 {
	font-size: 30px;
  }
  .carousel-caption .lead,
  .carousel-caption .btn {
	font-size: 18px;
  }

  .marketing .span4 + .span4 {
	margin-top: 40px;
  }

  .featurette-heading {
	font-size: 30px;
  }
  .featurette .lead {
	font-size: 18px;
	line-height: 1.5;
  }

}
