body {
  padding-top: 20px;
}

.footer {
	border-top: 1px solid #361405;
	margin-top: 20px;
	background-color: #d2c3ab;
	padding: 20px;
	border-radius: 12px;
	margin-bottom: 20px;
}

.footer p{
	padding-right: 20px;
	padding-left: 20px;
	color: #351405;
	text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.75);
}

.footer .nav-pills{
	margin-right: 20px;
}

.footer .nav-pills a{
	color: #351405;
}

.footer .nav-pills a:hover, .footer .nav-pills a:focus{
	color: #D2C3AB;
}

/* Main marketing message and sign up button */
.jumbotron {
	text-align: center;
	background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
  border-radius: 12px;
  border: 1px solid #220d04;
}
.nav-justified > li > a {
	font-family: 'Merriweather', serif;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #E2D2B7;
	font-weight: 700;
	text-align: center;
	border-bottom: 1px solid #220d04;
	background-color: #361405; /* Old browsers */
	background-repeat: repeat-x; /* Repeat the gradient */
	background-image: -moz-linear-gradient(top, #65291d 0%, #361405 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#65291d), color-stop(100%,#361405)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #65291d 0%,#361405 100%); /* Chrome 10+,Safari 5.1+ */
	background-image: -ms-linear-gradient(top, #65291d 0%,#361405 100%); /* IE10+ */
	background-image: -o-linear-gradient(top, #65291d 0%,#361405 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65291d', endColorstr='#361405',GradientType=0 ); /* IE6-9 */
	background-image: linear-gradient(top, #65291d 0%,#361405 100%); /* W3C */
	font-size: 17px;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.75);
}

.nav-justified > li > a:hover {
	color: #fff;
	background-color: #361405;
	background-image: none;
}

.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
	background-color: #361405;
	background-image: none;
	box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
  border-radius: 12px 12px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 12px 12px;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-left: 1px solid #71412c;
    border-right: 1px solid #220d04;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 12px 0 0 12px;
  }
  .nav-justified > li:last-child > a {
    border-radius: 0 12px 12px 0;
    border-right: 0;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
}
