:root {
  --bs-body-bg: #4a5056;
  --bs-body-color: #ffffff;
}

body {
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
}

.vc-banner {
  padding: 4rem 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-full-height {
    height: 100% !important;
    object-fit: cover;
}

.vc-banner-title {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.vc-banner-section-title {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 2rem !important;
  margin-top: -2rem !important;
}

.vc-banner-description {
  font-size: 1rem;
  margin-bottom: 2rem !important;
}

.vc-banner-button {
  background-color: #212529;
  border: none;
  border-radius: 25px;
  color: #ffffff;
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  margin-bottom: 0.5rem;
  text-align: left;
}

.vc-banner-links > * {
  margin: 24px 0;
}

.vc-banner-link {
  display: flex;
  align-items: center;
}

.vc-banner vc-icon {
  margin: 0 0.5rem;
}

.vc-banner-button:hover {
  background-color: #343a40;
}

.vc-banner-button i {
  margin-right: 0.5rem;
}

.vc-banner-parallax {
  min-height: 450px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
