/* #body {
    font-family: sans-serif;
    scroll-behavior: smooth;
    }

#body::-webkit-scrollbar{
    display: none;
} */

body {
    font-family: sans-serif;
    scroll-behavior: smooth;
    }

body::-webkit-scrollbar {
    display: none;
}

header {
    background-image: url("https://precios.gesprender.com/assets/Backgrounds.jpg");
    background-size: cover;
    height: 200px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    font-size: 14px;
}

#logo-container {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: url("https://gesprender.com/app/upload/BurgerLast/logo.webp") center center / cover;
}

#logo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /* background: url("https://gesprender.com/app/upload/BurgerLast/logo.webp") center center / cover; */
}

#socials{
    display: flex;
}

nav {
    height: 50px;
    padding: 0px 10px;
    display: flex;
    place-content: flex-start center;
    gap: 15px;
    overflow-x: scroll;
    flex-direction: column;
}

nav::-webkit-scrollbar{
    display: none;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.accordion {
    width: 100%;
    }

/* to change header/button background color: */

.accordion-button:not(.collapsed){
    color: #fff;
    background: #4285F4;
}

.accordion-item {
    color: #212529;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.col-name {
    font-weight: 500;
    width: 90%;
}

.col-price {
    font-weight: 500;
}

.description {
    color: grey;
    font-weight: 300;
}


#footer{
    padding: 0px;
    margin: 20px 0px 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: center;
    height: 70px;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

footer > p {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

#footer-b {
    color: grey;
}