body {
  padding-top: 20px;
  padding-bottom: 60px;
}

/* Custom container */
.container {
  margin: 0 auto;
  max-width: 1000px;
}
.container > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  margin: 80px 0;
  text-align: center;
}
.jumbotron h1 {
  font-size: 100px;
  line-height: 1;
}
.jumbotron .lead {
  font-size: 24px;
  line-height: 1.25;
}
.jumbotron .btn {
  font-size: 19px;
  padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
  margin: 60px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}


/* Customize the navbar links to be fill the entire space of the .navbar */
.navbar .navbar-inner {
  padding: 0;
}
.navbar .nav {
  margin: 0;
  display: table;
  width: 100%;
}
.navbar .nav li {
  display: table-cell;
  width: 1%;
  float: none;
}
.navbar .nav li a {
  font-weight: bold;
  text-align: center;
  border-left: 1px solid rgba(255,255,255,.75);
  border-right: 1px solid rgba(0,0,0,.1);
}
.navbar .nav li:first-child a {
  border-left: 0;
  border-radius: 3px 0 0 3px;
}
.navbar .nav li:last-child a {
  border-right: 0;
  border-radius: 0 3px 3px 0;
}


#paybtn {
color: #db975a;
}


h1 {
	color: #94841B;
	
}

.orange h2, h3{
	color: #070600;
}

.darkblue h2 {
	color: #2e4396
}

.gold h2 {
	color: #94841B;
}


.jumbotron {
  margin: 0;
  }

  .carousel-caption {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  top: 5%;
  background: #333;
  background: rgba(0, 0, 0, 0.85);

  padding: 0;
  max-width: 940px;
  color: #D5B71B;
  }

  .shell {
	  background-image: url('/assets/homepage.png');
	  width: 95%;
	  height: 535px;	
	  margin-left: auto;
	  margin-right: auto;
	  background-size: 100% auto;
	  background-repeat: no-repeat;
  }
  

  .jumbotron .lead {
	  
  font-size: 25px;
}

/*  .btn-custom {
    background-color: hsl(41, 85%, 35%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efb73d", endColorstr="#a5750d");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#efb73d), to(#a5750d));
    background-image: -moz-linear-gradient(top, #efb73d, #a5750d);
    background-image: -ms-linear-gradient(top, #efb73d, #a5750d);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efb73d), color-stop(100%, #a5750d));
    background-image: -webkit-linear-gradient(top, #efb73d, #a5750d);
    background-image: -o-linear-gradient(top, #efb73d, #a5750d);
    background-image: linear-gradient(#efb73d, #a5750d);
    border-color: #a5750d #a5750d hsl(41, 85%, 29%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    -webkit-font-smoothing: antialiased;
  }*/

  .big-btn {
	  margin-top: 11px;
	  padding: 17px 93px;
  }



@media (max-width: 500px) {
	.navbar .nav li {
	  display: inline;
	  width: 1%;
	  float: none;
	}
}	
	
	li.current {
		color: #555555;
		text-decoration: none;
		background-color: #e5e5e5;
		-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
		-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
		box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	}





	.highlight {
		background-color: #fff87d;
		font-size: 22px;
		text-align: center;
		font-family: serif;
		
	}

	.darkhr {
			border-top: 5px solid #000
	}


	.page-header {
	border-bottom: 5px solid #000;
}

.name {
	font-family: cursive;
	margin-top: -18px;
	font-weight: bold;
}

#example {
    position:relative;
}

.box {
    width:200px;
    height:100px;
    color:black;
}

.well 	{
	height: 150px;
}

.addmargin {
	margin-top: 12px;
	
	
}
