.navbar {
    background-color: #212529;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    display: none;
    background-color: #212529;
}

.dropdown-menu .dropdown-item {
    color: #DAA520;
    padding: 8px 16px;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #DAA520;
    color: white;
}

.navbar-toggler-icon {
    background-color: #DAA520;
}

@media (max-width: 576px) {
    .navbar-nav {
        margin-top: 10px;
    }

.dropdown-menu {
    background-color: #212529;
    border: none;
 }

.navbar-nav .nav-item {
     text-align: center;
     width: 100%;
}

#searchInput,
    .btn-goldenrod {
     width: 100%;
     margin-top: 10px;
 }
}

@media (max-width: 768px) {
    .navbar-nav .nav-item {
     text-align: center;
 }

#searchInput,
 .btn-goldenrod {
     width: 80%;
}
}

@media (min-width: 992px) {
    .navbar-nav .nav-item {
        padding: 10px;
    }
}

.hr{
    background-color: darkgreen;
    margin-left: 200px;
    margin-right: 200px;
}

.hr2{
    background-color: darkgreen;
}

.h1{
    text-align: center;
    color: goldenrod;
}

.h1 :hover{
    
    color: goldenrod;
}


h1 {
    font-family: Arial, sans-serif;
    font-size: 3rem; 
    text-align: center;
    margin: 0;
    padding: 20px;
    transition: transform 0.3s ease, color 0.3s ease;
    cursor: pointer;
  }
  

  h1:hover {
    transform: translateX(-20px); 
    color: goldenrod; 
  }
  
 
  @media (max-width: 768px) {
    h1 {
      font-size: 2.5rem;
    }
  }
  
  @media (max-width: 480px) {
    h1 {
      font-size: 2rem;
    }
  }
  
.table {
    background-color: #333; 
    color: white;    
}

.table-hover tbody tr:hover {
    background-color: goldenrod !important; 
}

.table-hover tbody tr:hover a {
    color: rgb(0, 0, 0) !important; 
    text-transform: uppercase; 
}


.table a {
    color: #f8d700;
    text-decoration: none;
}

.table a:hover {
    color: black; 
}


.table-responsive {
    overflow-x: auto; 
    -webkit-overflow-scrolling: touch; 
}


@media (max-width: 768px) {
    .table {
        font-size: 14px; 
    }
    .table td {
        padding: 8px; 
    }
}

@media (max-width: 480px) {
    .table {
        font-size: 12px; 
    }
    .table td {
        padding: 6px; 
    }
}

#header{
    color: goldenrod;
}
#header :hover{
    color: #f8d700;
}

.alfred{
    background-color: goldenrod;
    color: white;
}


.coffee {
    padding: 20px;
    background-color: #f8f9fa; 
  }
  
  
.row {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  

.col-auto {
    margin-bottom: 10px;
  }
  
 
.btn-goldenrod {
    background-color: #DAA520; 
    border-color: #DAA520;
    color: white;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 30px; 
    transition: background-color 0.3s ease, border-color 0.3s ease;
  }
  
 
.btn-goldenrod:hover {
    background-color: #FFD700; 
    border-color: #FFD700;
  }
  
  
.dropdown-menu {
    background-color: #212529; 
    border: none; 
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    display: none; 
    position: absolute;
    top: 100%; 
    z-index: 1000;
  }
  

.dropdown-item {
    color: #DAA520; 
    padding: 12px 20px; 
    font-size: 1rem;
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  
 
.dropdown-item:hover {
    background-color: #DAA520; 
    color: white; 
    cursor: pointer;
  }
  
  
.dropdown:hover .dropdown-menu {
    display: block; 
  }
  
  
.dropdown-menu {
    min-width: 250px;
  }
  
 
.ms-3 {
    margin-left: 1rem;
  }
  
@media (max-width: 576px) {
    .col-auto {
      width: 100%;
      text-align: center;
    }
  
.dropdown {
      width: 100%;
      margin-bottom: 15px;
    }
  

.btn-goldenrod {
      width: 100%;
      font-size: 1.2rem;
      padding: 12px;
    }
  }
  

.container {
    padding: 20px;
  }
  
 
h3.mango {
    color: #DAA520; 
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
    transition: color 0.3s ease; 
  }
  
  
h3.mango:hover {
    color: #FFD700; 
    cursor: pointer; 
  }
  
  
h4, h5 {
    font-size: 1.2rem;
    font-weight: normal;
    color: #212529; 
  }
  
h5 strong {
    font-weight: bold;
    color: #212529;
  }
  
  
 h1.animated-text {
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    color: #212529;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  

#button-hover {
    text-align: center;
  }
  
#button-hover button {
    background-color: #DAA520; 
    border-color: #DAA520;
    color: white;
    font-size: 1.2rem;
    padding: 12px 30px;
    border-radius: 50px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    display: inline-flex;
    align-items: center;
  }
  
#button-hover button:hover {
    background-color: black; 
    border-color: gold;
  }
  
#button-hover .spinner-border {
    margin-left: 10px;
    width: 20px;
    height: 20px;
    border-width: 3px;
  }
  
 
 @media (max-width: 768px) {
    .container {
      padding: 10px;
    }
  
    
 h3.mango {
      font-size: 1.8rem; 
    }
  
 h4, h5 {
      font-size: 1rem; 
    }
  
#button-hover button {
      width: 100%;
      font-size: 1rem;
      padding: 12px;
    }
  }
  
 
@media (max-width: 576px) {
    h1.animated-text {
      font-size: 2rem;
    }
  
h3.mango {
      font-size: 1.6rem;
    }
  }

  
  #footer1 {
    margin-top: 100px;
    background-color: rgb(236, 236, 243);
}

.foot-panel1 {
    background-color: #37475a;
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
    margin-bottom: 20px;
}
@media (min-width: 150px) and (max-width: 730px){
    .foot-panel1{
        display: none;       
    }
        }

.foot-panel2 {
    margin-top: 50px;
    color: black;
    height: 400px;
    display: flex;
    justify-content: space-evenly;
}
@media (min-width: 150px) and (max-width: 730px){
    .foot-panel2{
        display: none;
    }
        }


  .foot-panel3 {
        margin-top: 50px;
        color: black;
        height: 400px;
        display: flex;
        justify-content: space-evenly;
  }


  ul a {
    margin-top: 8px;
    display: block;
    color: black;
    text-decoration: none;
}

ul h2:hover {
    color: goldenrod;
}

ul h3 {
    color: goldenrod;
}