@charset "UTF-8";

body {
  font-family: Georgia, "Times New Roman", Times, serif;
/*  background-image: url(../images/background.png); */
}

a {
  color: #6f3a16;
}

.bg-rb {
  background-color: #3a220c;
}

.navbar-dark .navbar-nav .nav-link {
  font-size: 1.1rem;
  font-weight: normal;
  color: #DDD;
}

.nav-item:hover, .nav-item:focus {
  background-color: #6f3a16;
}

.PageTitles {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 28px;
  font-weight: normal;
  color: #3A220C;
  display: block;
  border-top: 1px dotted #3A220C;
  border-bottom: 1px dotted #3A220C;
  letter-spacing: 0.2em;
  margin:10px 0 0 10px;
}

.header1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: bold;
}

.practiceLinks a {
  color: #3a220c;
  font-size: 15px;
  text-decoration: underline;
  font-style: italic;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
