.masthead-brand {
  font-family: 'Inika', serif;
  color: #c1bda9;
}

body {
  color: white;
  font-family: 'Noto Sans', sans-serif !important;
  background: linear-gradient(61deg, rgba(0,0,0,1) 34%, rgba(44,36,0,1) 86%, rgba(71,59,0,1) 100%);
}

#homepage {
}

p {
  font-size: 0.9rem;
}

.card.integration {
  width: 9rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 0.9rem;
  .card-body {
    line-height: 1rem;
  }
}
.col > .card {
  background-color: #000;
}

.lead {
  margin-bottom: 10rem;
}

footer {
  margin-top: 5rem;
  height: 5rem;
  vertical-align: bottom;
  div > small {
    font-size: 0.1rem !important;
  }
}

small.copyright {
  font-size: 0.6rem;
}

.signup {
  padding-top: 5rem;
  .email-header {
    font-size: 1rem;
  }
}

#email-submit-form {
  font-size: 0.8rem !important;
}

input#inputEmail {
  font-size: 0.8rem !important;
}
button#email-submit-btn {
  background-color: #F0F1F5;
  color: #211C01;
  border-color: #495057;
  font-size: 0.6rem !important;
}

#post-submit-msg {
  visibility: hidden;
}
