.hero-footer {
    padding: 1rem 1.5rem 1rem !important;
}

.hero-footer a {
    color: #fff;
}

a:hover, a:active {
    text-decoration: underline;
    color: #72dcff;
}

.hero.is-light a.navbar-item.is-active {
    background-color: transparent !important;
}

.navbar-item.is-active {
    color: #3273dc !important;
}

.input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder {
    color: hsl(0, 0%, 40%);
}

.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder {
  color: hsl(0, 0%, 40%);
}

.input:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder {
  color: hsl(0, 0%, 40%);
}

.input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder {
  color: hsl(0, 0%, 40%);
}
