body {
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  background-color: rgb(35, 9, 57);
  line-height: 1.5;
  padding-bottom: 20px;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.bg-gray242 {
  background-color: rgb(242, 242, 242);
}

.bg-purple-lt {
  background-color: rgb(61, 36, 98);
}

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

.border-lt {
  border: 2px solid rgb(110, 70, 174)!important;
  border-radius: 8px;
}

.dropdown-toggle {
  outline: 0;
}

.form-control-dark {
  color: #fff;
  background-color: #212529;
  border-color: #6c757d;
}

.form-control-dark:focus {
  color: #fff;
  background-color: #212529;
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  color:rgb(193, 186, 235);
}

p.h1, p.h2, p.h3, p.h4, p.h5, p.h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  color:rgb(193, 186, 235);
}

.header-logo:hover {
  text-decoration: none;
}

.hero-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  color: rgb(193, 186, 235);
  margin-bottom: 32px;

  .lead{
    font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5!important;
    color: #fff!important;
  }

}

.home-cta {
  min-height: 328px;
}

.img-fill {
  max-width: 100%;
}

.logo-title {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 700;
}

.navbar {
  margin-bottom: 20px;
}

.navbar-brand {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

.text-purple {
  color: rgb(61, 36, 98);
}
.text-small {
  font-size: 85%;
}