@charset "UTF-8";
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .navbar-brand {
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.navbar-brand_subtitle {
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: 300;
}

h1 {
  font-size: clamp(2.5em, 5vw, 5em);
}

body {
  color: #707070;
  font-family: "Lato", sans-serif;
}

.bg-dark {
  background-color: rgb(30, 50, 49) !important;
}

.home-header {
  margin-top: max(50vh - 170px, 3rem);
  margin-bottom: max(50vh - 170px, 3rem);
}

blockquote {
  font-style: italic;
  padding: 32px;
}
blockquote::before {
  content: "“";
  display: block;
  font-size: 80px;
  font-family: "Playfair Display", sans-serif;
  line-height: 20px;
  text-align: center;
  color: rgba(112, 112, 112, 0.2);
}

.bodyfont {
  font-family: "Lato", sans-serif !important;
}

.footer-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px 30px;
  flex-wrap: wrap;
}
.footer-container div {
  display: inline-block;
}
.footer-container img {
  width: auto;
  height: 40px;
}
.footer-container .footer-logo {
  padding: 4px;
  background-color: white;
  border-radius: 4px;
}

/*# sourceMappingURL=styles.css.map */
