:root {
  --jumbotron-padding-y: 3rem;
}

.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: #fff;
}
@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;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }


.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 780px;
    z-index: 0;
    object-fit: cover;
}
.opacity-40 {
    opacity: 0.2;
}

.text-white {
    color: #fff !important;
}
.bg-dark, .bg-gray {
    color: #ced4da;
}
.text-white {
    color: #fff !important;
}
.bg-dark {
    background-color: #212529 !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

@media (min-width: 576px)
titles.scss:21
.section-intro {
    margin-bottom: 3rem;
}

.section-intro {
    margin-bottom: 1.5rem;
}

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

.space-xs {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.bg-gradient {
    background: linear-gradient(135deg, #6f42c1 0%, #4582EC 100%);
}

.display-3 {
    line-height: 4.5rem;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1;
}


