/* welcome
------------------------------------------*/

#welcome {
  background-color: rgba(57, 86, 83, 0.57);
}

#welcome.background {
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#welcome .text {
  max-width: 450px; /* to avoid covering the image */
  color: #e0e0e0;
  color: #D4EFEC;
  font-size: 16px;
  margin-bottom: 40px;
}

#welcome a {
  color: #fff;
  border-color: #fff;
}

#welcome a:hover {
  color: #31C7B5;
  border-color: #31C7B5;
}

/* subscribe
--------------------------------------------*/

#subscribe {
  background-color: #E5EEED;
}

#subscribe .title {
  margin-bottom: 7px;
}

#subscribe .text,
#subscribe form {
  margin-bottom: 0;
}

#subscribe fieldset {
  margin: 17px 0 0;
}

#subscribe input {
  margin-right: 5px;
}

#subscribe input,
#subscribe button {
  border-color: #31C7B5;
}

#subscribe button {
  background: #31C7B5;
  color: #fff;
}
