html {
  height: 100%;
}

body {
  height: 100%;
  min-height: 35rem;
  background-color: #002E66;
  position: relative;
  font-family: "Source Sans Pro";
  font-weight: 300;
}

.input-group-newsletter input {
  height: auto;
  font-size: 1rem;
  padding: 1rem;
}

.input-group-newsletter button {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1rem;
}
