
body {
    font-family: "hind", sans-serif;
    color: #DFD9AB

    
}


.menu-section a {
    font-family: "hind", sans-serif;
    color: #DFD9AB;
    text-decoration: none;
    font-weight: 700;
}

.menu-desktop a {
    font-family: "hind", sans-serif;
    color: #DFD9AB;    
    text-decoration: none;
    font-weight: 700;
}

/* Tablet Break Point */
.menu-mobile {
    display: none;
    color: #DFD9AB;
    text-decoration: none;
    font-weight: 700;
 
}


[data-open="true"] > .dropdown-menu {
    display: flex;
    flex-direction: column;
}

[data-open="false"] > .dropdown-menu {
    display: none;
}

.hamburger-icon {
    cursor: pointer;
    position: bottom;
    
  
}



.menu-mobile-container {
    display: flex;
    flex-direction: column;
}

.menu-mobile-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* Desktop Break Point */
@media screen and (max-width: 768px) {
    .menu-desktop {
        display: none;
    }
    .menu-mobile {
        display: block;
    }
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #DFD9AB;
    margin: 1em 0;
    padding: 0; 
}

ul {
  list-style-type: none;
  padding: 0;
  border: 1px solid #DFD9AB;
}

ul li {
  padding: 8px 16px;
  border-bottom: 1px solid #DFD9AB;
}

ul li:last-child {
  border-bottom: none
}

#customers {
  font-family: "bitter", sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  
  padding: auto;
}

#customers tr:nth-child(even){background-color: #fff;}



#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #DFD9AB;
  color: #883E24;
}

img {
  width: auto ;
  max-width: 100% ;
  height: auto ;
 
}

