body {
    background-image: url('../../images/project/tgb/table_bg.jpg');
    background-color: #cb6e4a;
    background-position: top center; /* Align the background image to the top center */
    background-repeat: repeat; /* Repeat the background image */
    /* background-size: 20% cover;  */
    background-size:
        980px 245px,
        cover;
}

.top_shop {
    background-image: url('../../images/project/tgb/wall.png');
    background-color: #ff6e4a;
    background-position: top center; /* Align the background image to the top center */
    background-repeat: repeat; /* Repeat the background image */

    background-size:
        636px 279px,
        cover;
}

.top_shop_table {
    background-image: url('../../images/project/tgb/table_top.png');

    background-position: top center; /* Align the background image to the top center */
    background-repeat: repeat; /* Repeat the background image */

    background-size:
        960px 24px,
        cover;
}

.tapteek_foot {
    color: #ffe7b9;
}

.nav_link_container {
    background-color: #ffe7b9;
}

/* .link_social_icon {
    filter: invert(0%) sepia(2%) saturate(1397%) hue-rotate(14deg)
        brightness(91%) contrast(100%);
} */

#svg_icon_tapteek {
    fill: #ffe7b9;
}

#svg_icon_social {
    fill: #582b20;
}

.social_icon {
    background-color: #ffe7b9;
}

nav a:hover .social_icon {
    //background-color: #0077b5;
    /* filter: invert(100%) sepia(4%) saturate(1155%) hue-rotate(182deg)
        brightness(121%) contrast(100%);
    transition: all 0.2s ease-in-out; */
    background-color: #582b20;
    transition: all 0.2s ease-in-out;

    #svg_icon_social {
        fill: #ffe7b9;
        transition: all 0.2s ease-in-out;
    }
}
