html,
body {
  font-family: 'Quicksand', serif;
  font-size: 14px;
  font-weight: 300;
}

html {
  overflow-y: hidden !important;
  background-image: url('../media/background.webp') !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero.is-success {
  background: #f2f6fa;
}
.hero .nav,
.hero.is-success .nav {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.box {
  margin-top: 5rem;
  background-color: rgba(0, 0, 0, 0.5);
}
input {
  font-weight: 300;
}
p {
  font-weight: 700;
}
p.subtitle {
  padding-top: 1rem;
}

a {
  color: #fff;
}

a:hover {
  color: #bababa;
}

.languages {
  margin-top: 10px;
}

.footer-text {
  font-weight: initial;
}

.subtitle {
    color: #f0f0f0;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
}

.input, .select select, .textarea {
    background-color: #111111;
    border-color: #363636;
    border-radius: 4px;
    color: #f6f6f6;
}

.input::placeholder {
  color: #363636;
}

