@font-face {
    font-family: textFont;
    src: url(../fonts/CooperBlackRegular.ttf?dbe0cbaa54b6ad6fa3960ca2be6dc5d7);
    font-weight: bold;
}
body {
    font-family: textFont !important;
}

.navbar a {
    font-weight: 700;
}
.navbar img {
    max-width: 100px;
}
.navbar #lang-selection {
    position: absolute;
    top: -20px;
    right: -35px;
    font-size: 12px;
}

#main {
    height: calc(100vh - 73px);
    background-image: url(../images/bg-1.webp);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#main p {
    text-align: center;
    font-size: 8em;
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    text-shadow: 2px 2px 4px black;
}

.main-section {
    height: calc(100% - 72px);
}

.main-section .text {
    width: 535px;
    margin: auto;
    background: #eddfdb;
    margin-top: 15px;
    padding: 45px;
    color: #907054;
    font-size: 32px;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 0 5px 0 #818181;
    text-align: center;
}

.main-section .section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 605px;
    margin: auto;
}

.main-section .section .background {
    position: absolute;
}
.main-section .section .title {
    z-index: 1;
    color: white;
    font-size: 52px;
}

.main-section .container-fluid {
    height: calc(100% - 72px);
}

#all-cocoa {
    height: 100vh;
    /*background: rgb(230, 212, 157);*/
    text-align: center;
    background-image: linear-gradient(0deg, rgb(230, 212, 157) 0%, rgb(255, 255, 255) 100%);
}

#all-liquor {
    height: 100vh;
    text-align: center;
    background-image: url(../images/bg-3.webp);
}

#all-liquor .text {
    color: #4f2f12;
}
#all-liquor .section-image {
    align-content: center;
}
#all-liquor .section-image img {
    height: 45%;
}
.main-section .title {

}

.main-section p {
    margin-bottom: 0;
    height: 72px;
    font-size: 3em;
    background: #eedfdb;
    color: #805b5b;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.main-section .container {
    height: calc(100% - 72px);
}
.main-section .row {
    align-items: center;
    justify-content: center;
    align-content: center;
}

.section-image {
    height: 100%;
}

.section-image img {
    height: 100%;
    width: auto;
}
#all-butter {
    background-image: url(../images/bg-2.webp);
    height: 100vh;
}
#all-butter .title {
    color: #583515;
    text-align: center;
}

#all-butter .text {
    background: #f7f5e9;
    color: #8c785e;
}

#last {
    background-image: url(../images/bg-4.webp);
    height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 42px;
    text-align: center;
}

#all-butter .image-wrapper {
    display: flex;
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#all-butter .image-wrapper img {
    width: 435px;
    height: auto;
}
body {
    --sb-track-color: #23171b;
    --sb-thumb-color: #c1c1c1;
    --sb-size: 10px;
}

body::-webkit-scrollbar {
    width: var(--sb-size)
}

body::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 6px;
}

body::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 6px;

}

@supports not selector(::-webkit-scrollbar) {
    body {
        scrollbar-color: var(--sb-thumb-color)
        var(--sb-track-color);
    }
}

@media only screen and (max-width: 576px) {
    #main p {
        font-size: 4em;
    }
    .main-section .section .title {
        font-size: 25px !important;
        position: absolute;
        width: 100%;
    }
    .section-row {
        width: auto !important;
    }
    #all-cocoa {
        background-image: url(../images/spoonz-bg.webp), linear-gradient(0deg, rgb(230, 212, 157) 0%, rgb(255, 255, 255) 100%);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;
    }

    #all-butter {
        background-image: url(../images/butter.webp) , url(../images/bg-2.webp);
        background-repeat: no-repeat;
        background-position: 50% 80%;;
        background-size: 275px, auto;
    }

    #all-liquor {
        background-image: url(../images/liquor.webp) , url(../images/bg-3.webp);
        background-repeat: no-repeat;
        background-position: 50% 80%;;
        background-size: 275px, auto;
    }
}
@media only screen and (max-width: 642px) {
    #all-cocoa p {
        font-size: 22px !important;
    }
}
@media only screen and (max-width: 768px) {
    #all-cocoa p {
        font-size: 22px !important;
    }
    .section img {
        width: 100%;
    }
    .section .title {
        font-size: 48px;
    }
    .phone-section {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-top: -175px;
    }
    .main-section .section {
        justify-content: normal;
    }
    .main-section .text {
        width: 90%;
        font-size: 22px;
        padding: 15px;
        margin-top: 50px;
    }
}
@media only screen and (max-width: 992px) {
    #lang-selection {
        position: static !important;
    }
}

#page {
    min-height: calc(100vh - 105px);
    background-image: linear-gradient(0deg, rgb(230, 212, 157) 0%, rgb(255, 255, 255) 100%);
}

#page-content {
    background: #eddfdb;
    padding: 40px 15px 15px 15px;
    border-radius: 10px;
    box-shadow: 0 0 3px 3px #c5c5c5;
    margin-top: -20px;
}

#page-title {
    background-image: url(../images/page-bg.webp);
    display: inline;
    background-color: #855743;
    padding: 10px 15px;
    color: white;
    border-radius: 5px;
    font-size: 35px;
    margin-left: 25px;
    background-blend-mode: color-burn;
    background-size: contain;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    text-shadow: 2px 2px 4px black;
}