.bg-dark {

    --bs-bg-opacity: 1;
/*      background: linear-gradient(to right, #7b1e3b, #330f19); */
    background-color: white !important;
    

  }
  
  .navbar-toggler {
    background-color: #791e3a !important;
  }
  
  .nav-link {
    font-size: 1rem;
    font-family: "Baskervville", serif;

    border: 0 !important;
    margin: 0 0.5rem;
    color: #791e3a !important
  }
  
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: orange;
  }
  
  .nav-link:hover {
    color: white;
  }

  .divider {
    color: white;
    margin: 0 0px;
}

.divider {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0rem 20px;
}
#home{
  width: 100%;
  float: left;
}



.carousel-text{
      text-align: start;
    font-size: 48px;
    color: #fff;
    font-family: "Baskervville", serif;
    position: absolute;
    bottom: 36%;
 margin: 0 0 0% 60%;
 width: 20%; 
}
  @media only screen and (min-width: 301px) and (max-width: 1001px) {
.carousel-text{
        text-align: start;
        font-size: 48px;
        color: #fff;
        font-family: "Baskervville", serif;
        position: absolute;
        bottom: 36%;
                z-index: 99;
        margin: 0px 0 0% 45%;
        width: 50%;
}
  
  }

