html,
body {

  font-size: 14px;
  font-weight: 300;
  background-color: #858686;
}

.hero.is-success {
  background: #858686;
}

.hero .nav,
.hero.is-success .nav {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input {
  font-weight: 300;
}

p {
  font-weight: 700;
}