html,body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.hero.is-info {
  background-color: black;
}

.hero-body.is-info {
  background: url('../img/logo_1280x768.png') no-repeat center top fixed;
  background-color: black;
/*   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
}

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

.hero .subtitle {
  padding: 3rem 0;
  line-height: 1.5;
}

.hero-foot {
  margin-bottom: 3em;
}

.container.newsletter {
  width: 50vH;
}

.footer {
  bottom: 0;
  width: 100vw;
  padding: 0;
  height: 65px;
  line-height: 25px;
  text-align: center;
  background: #1f2c6c;
  color: #a5a5ff;
  padding-top: 1rem;
}

.footer a {
  padding: 0rem 1rem 1rem 1rem;
  color: lightgrey;
}

.footer a i {
  font-size: 1.5rem;
  padding: 0px 10px;
}

.footer a .nav-item {
  color: whitesmoke;
}
