.main-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: "Lato", sans-serif;
  background: url(http://stminas.org/images/tiles-BG-blk-mask.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.message-box {
  margin: 0 auto;
  display: block;
  width: 90%;
}

.progress-style {
  width: 300px;
  position: relative;
  z-index: 1;
  margin-left: 0;
}

.message-container {
  margin:0 auto;
  background-color: rgba(72, 72, 72, 0.6);
  padding:35px 35px 50px 35px;
  max-width: 400px;
  //float: left;
  //left: 50%;
  //top: 20%;
  //position: absolute;
  margin-top: 30px;
  margin-bottom: 100px;
  //margin-left: -180px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

.donation-area {
  margin-top: 20px;
}

.input {
  height: 50px;
  font-color: lightgrey;
  font-size: 18px;
  font-style: italic;
}

.give-button {
  width: 100px;
  height: 50px;
  background-color: orange;
  color: white;
  letter-spacing: 1px;
  position: relative;
  float: right;
  font-family: "Lato", sans-serif;
}

.footer_nav {
  //color: white;
  position: relative;
  float: right;
  width: 30%;
  margin-left: 50px;
}