/*!
 * Own Design in addition to bootstrap.css
 *
 * light-blue: #6db6e0
 * darker light-blue: #2c96d3
 * light-brown: #b4ac9d
 * darker light-brown: #928772
 * 
 * dirty blue: #bacfdb
 */
 
 body {
 	background-color: #b4ac9d;
    padding-top: 60px;
    padding-bottom: 40px;
 }
 
 .span4 img {
 	max-width: 100%
 }
 
 .feature-list {
 	padding-left: 20px;
 	padding-bottom: 40px;
 }
 
 .feature-list i {
 	padding-right: 10px;
 }

 .center {
 	text-align: center;
 }
 
 .hero-unit {
 	margin-left: auto;
 	margin-right: auto;
 	background-color: #bacfdb;
 }
 
 .hero-unit h1 {
 	margin-bottom: 30px;
 	max-width: 100%;
 }
 
 .img-hero-wrap {
 	overflow: hidden;
 }
  
 .hero-unit img {
 	margin: 0 auto 30px;
 }
 
 .hero-unit .btn-gray {
 	text-align: center;
 }
 
 .hero-unit i {
 	position: relative;
 	top: 2px;
 }
 
 h2 i {
 	position: relative;
 	top: 8px;
 	margin-right: 10px;
 }
 
 form input {
 	font-size: 20px;
 	padding: 10px;
 }
 
.btn-gray,
.btn-gray:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
.btn-gray.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-gray {
  background-color: #928772;
  background-image: -moz-linear-gradient(top, #b4ac9d, #928772);
  background-image: -ms-linear-gradient(top, #b4ac9d, #928772);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b4ac9d), to(#928772));
  background-image: -webkit-linear-gradient(top, #b4ac9d, #928772);
  background-image: -o-linear-gradient(top, #b4ac9d, #928772);
  background-image: linear-gradient(top, #b4ac9d, #928772);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4ac9d', endColorstr='#928772', GradientType=0);
  border-color: #928772 #928772 #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-gray:hover,
.btn-gray:active,
.btn-gray.active,
.btn-gray.disabled,
.btn-gray[disabled] {
  background-color: #928772;
}
.btn-gray:active,
.btn-gray.active {
  background-color: #004099 \9;
}