html {
  background-image: url(../../assets/img/dr-background.jpg);
}

:root {
  /*--bs-hero-bg: url("../../assets/img/hero.webp");*/
  --bs-font-family-heading: 'Fraunces', serif;
}

body {
  background-image: url("../../assets/img/dr-background-2.jpg");
  background-repeat: no-repeat;
  /*background-position: top center;*/
}

.bg-body-tertiary {
  background-color: transparent !important;
}

.footer-bg {
  background-repeat: no-repeat;
  background-size: 740px;
  background-position: left bottom;
}

.nav-link a {
  text-decoration: none;
}

.navbar .nav-link:hover, .navbar .nav-link.active {
  text-decoration-color: var(--bs-primary);
  /*text-decoration: underline;*/
}

html {
}

