.dropdown-menu {
    background-color: #ffffff;
    border-top-color: #ffffff; /* different color for the top border */
    border-bottom-color: #000000; /* different color for the bottom border */
    justify-content: center;
}
  
.dropdown-menu a img {
    width: auto;
    height: 50px;
}
  
.nav-bg-cl {
    background-color: #985480;
    color: #ffffff;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Replica', sans-serif;
}

.menu-style {
    background-color: #985480;
    color: #ffffff;
    padding: 8px 8px;  /* Adjust padding as needed */
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    border: none;
}
  
.menu-style-body {
    background-color: transparent;
    padding: 8px 8px;  /* Adjust padding as needed */
    margin-left: 0px;
}

.nav-db-bd {
    border-bottom: 4px solid #ffffff;
    border-bottom-style: double;
}

.navbar-nav .nav-link,
.dropdown-menu .dropdown-item {
  font-family: 'Arial', sans-serif; /* Replace with your desired font */
  font-size: 14px; /* Adjust the font size as needed */
  font-weight: 600;
  color: black;/* Adjust the text color as needed */
  align-content: center;
}

/* Optional: Change the hover state of the dropdown items */
.dropdown-menu .dropdown-item:hover {
  background-color: #f8f9fa; /* Light gray background on hover */
  color: #985480; /* Change text color on hover */
  align-items: center;
}

.spaced-out-nav {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

.image-padding {
    padding-top: 10px;
}

.text-white {
    color: #ffffff;
}