body{
    background-color: rgb(234, 233, 233);
}
#bottomnav{
    /* border: 2px solid blue; */
    /* margin-top: 55px; */
    height: 115px;
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    z-index: 2;
}
#navproduct{
    display: flex;
    /* border: 2px solid red; */
    height: 100%;
    width: 85%;
    margin: auto;
    justify-content: space-around;
}
#navproduct img{
    height: 70px;
    /* border: 2px solid black; */
}
#navproduct>a{
    text-decoration: none;
    color: black;
    text-align: center;
}
#navproduct>div>a>h5{
  text-align: center;
}
/* Dropdown Button */
.productbtn {
    text-decoration: none;
    position: relative;
} 
.productbtn h5{
    text-decoration: none;
    color: black;
} 
  /* The container <div> - needed to position the dropdown content */
.productdropdown {
    position: relative;
    display: inline-block;
}
  
  /* Dropdown Content (Hidden by Default) */
.productdd-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 210px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
  
  /* Links inside the dropdown */
.productdd-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
  
  /* Change color of dropdown links on hover */
  .productdd-content a:hover {
    background-color: #ddd;
    color: #0E74EC;
}
  
  /* Show the dropdown menu on hover */
.productdropdown:hover .productdd-content {display: block;}


#slidingImages img{
  width: 100%;
  height: 400px;
  /* border: 2px solid red; */
}