html, body {
  height: 100%;
  font-family:arial;
  color:#FFF;
  background:#3f4a5d;
}

/*body {
  background-color:rgb(24,30,46);
  background-image: url("../images/background.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}*/
.image-hero-area {
  display:none;
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  margin: 0;
  background: url("../images/background.png") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#content{
  height:900px;
  text-align:center;
  padding-top:140px;
}
#content img{
  max-width:100%;
}
#blurb{
  width: 650px;
  margin: 0px auto;
  font-size: 18px;
  font-family: helvetica;
  color: rgba(255,255,255,0.5);
}
footer{
  width:100%;
  /*background:#f47525;*/
  background:#d77643;
  margin-bottom:30px;
  padding:20px;
  text-align:center;
}
footer .form-control{border:none; }
