body {
  background-color: #ede3ce;
}

.card-text {
  color: #7a7770;
}

.text-description {
  color: #7a7770;
}

.bg-light {
  background-color: transparent !important;
}

.bg-header {
  background-color: #928e87;
}

.text-header {
  color: #f9f6f0;
}

.card {
  background-color: #f4eee1 !important;
}

:root {
  --jumbotron-padding-y: 1rem;
}

.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: 0;/*var(--jumbotron-padding-y);*/
  margin-bottom: 0;
  background-color: transparent !important;
}

@media (min-width: 768px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 2);
    /*padding-bottom: calc(var(--jumbotron-padding-y) * 2);*/
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
  color: #494743;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

.hidden {
  display: none;
}
