.newjumbotron {
	background: url(images/green-back.jpg);
	background-repeat: no-repeat;
	height:60px;
}


.hbue700 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: #124C2F;
}

hr.soften1 {
  height: 1px;
  margin: 22px 0 10px 0;
  color:green;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}


.profile p  {
	text-align: justify;
}

.jumbotronfooter {
	min-height: 300px;
	background: #5A3B00;
  position: relative;
  padding: 40px 0;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
}


.jumbotronfooter a {
	color: white;
}

.jumbotronfooter a:hover {
	color: #C6AB7F;
}