.landing-body {
	background: url('../images/home-main2.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
  margin-bottom: -40px;
}
.landng-form-area {


}
.landng-form-area h1 {
	text-align: center;
	color: #fff;
	line-height: 140%;
}
.landng-form-area h3 {
	color: #fff;
	text-align: center;
	font-weight: normal;
}
.landng-form-field {
	background-color: #a90619;
	border-radius: 6px;
}
.landng-form-field input {
	width: 100%;
	font-size: 22px;
	padding: 5px 15px 5px 15px;
	border-radius: 6px;
	border: 0px;
}
.landng-form-button {
  border: none;
  border-radius: 3em;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  display: inline-block;
  font-size: 24px;
  padding: 10px 30px 10px 30px;
  width: auto;
  background-color:#a90619;
  color: #fff;
}

.landng-form-button:hover {
  background-color:#000;
}





#footer-landing {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #000;
  background: rgba(0, 0, 0, .7);
  color:#999;
  padding:10px;
}


#footer-landing a {
  color:#dfdfdf;
}


