.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar.bg-white {
  background-color: white;
}

.width-100p {
  width: 100%;
}

.badge.indicator {
  top: 20%;
}

.form-group.is-invalid > .invalid-feedback {
  display: block
}

.invalid-feedback {
  background-color: yellow
}

.card-table>tbody>tr.totals>td {
  border-top-width: 2px
}

.formset {
  border-left: 2px solid rgba(24,28,33,0.06);
  padding-left: 10px;
  margin-bottom: 10px;
}

.agenda {
  height: 222px;
  overflow-y: scroll;
}

.card {
  margin-bottom: 25px;
}

.breadcrumb {
  font-size: 1.2em;
}

.page-content {
  max-width: 800px;
  margin: 40px auto;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.signup-form {
  padding-bottom: 40px;
}

.text-white-50 {
  color: rgba(255,255,255,.5);
}

.text-title {
  font-size: 1.8em;
  padding-bottom: 20px;
}

.text-home {
  max-width: 700px;
  margin: auto;
}

.img-about {
  max-width: 100%;
  height: auto;
}

.section-home {
  padding-top: 40px;
}

section#cta {
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.3) 0%, rgba(22, 22, 22, 0.7) 75%, #161616 100%), url('/static/img/bg-masthead.jpg');
  min-height: 35rem;
  font-family: Nunito, Arial, sans-serif;
}

section#cta h1 {
  font-size: 10vw;
}

section#cta h2 {
  font-size: 1.75rem;
}

section#cta h3 {
  font-size: 1.25rem;
  max-width: 30rem;
  margin: auto;
  padding: 40px;
}

section#about {
  background: linear-gradient(to bottom, #161616 0%, rgba(22, 22, 22, 0.9) 75%, rgba(22, 22, 22, 0.8) 100%);
}

section#signup {
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("/static/img/bg-signup.jpg");;
}

.footer-background {
  background-color: #161616;
  width: 100%;
}

.footer-home {
  padding: 40px 0;
  margin: auto;
}

.deactivated-user {
  color: red;
}

.history-thumbnail {
  max-height: 20px;
}

.padding-50 {
  padding: 50px;
}
