  .navbar-dark .navbar-nav .nav-link {
    color: #fff;
  }
  
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
    text-decoration: underline;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  }

  a {
    color: #b53423;
    font-weight: 600;
    text-decoration:none !important;
    border-bottom:0.0625rem solid #dcdcdc;
    transition:border-color .15s ease-out
  }
  
  a:hover, a:focus, a:active {
    border-color: #b53423;
    color: #b53423;
  }

  .clear-link, .stretched-link  {
    text-decoration:none !important;
    border-bottom: none;
  }
  