body {
  background-color: #E51988;
  background-repeat: repeat;
  background-position: top left;
  background-attachment: scroll;
}

.logo .tagline {
  color: #000000;
  font-size: 15px;
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-size: 18px;
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: normal;
}

p, li {
  color: #666666;
  font-size: 13px;
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
}

.top-bg {
  background: #9dbda1;
}

form.newsletter input.text-field {
  color: #a3a3a3;
  font-size: 12px;
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: normal;
}

form.newsletter input.submit-field {
  background: #617291;
  color: #fff;
  font-size: 16px;
  font-family: 'Open Sans';
  font-weight: 800;
  font-style: normal;
}

form.newsletter .submit:hover input.submit-field {
  background: #3c5072;
}

form.newsletter .submit:after {
  border-right-color: #617291;
 }

form.newsletter .submit:hover:after {
  border-right-color: #3c5072;
}

.countdown .col .num {
  color: #617291;
  font-size: 50px;
  font-family: 'Open Sans';
  font-weight: 800;
  font-style: normal;
}

.countdown .col .label {
  color: #999999;
  font-size: 15px;
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
}

.message {
  text-align: center;
}
