.empty-nav-div {
    height: 4.75rem;
}

.golden-nav-div {
    height: 0.3125rem;
    background-color: #bc9e48;
}


.carousel-inner {
    max-height: 80%;
    width: auto;
    height: fit-content;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Playfair+Display:wght@400;600;700&display=swap');

html,
body {
    font-family: 'Inter', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
    font-family: 'Playfair Display', serif;
}

.navbar {

    display: flex;
    align-items: center;

    .navbar-brand {
        display: flex;
        align-items: center;
        padding-right: 1.25rem;

        .navbar-brand-first {
            padding-left: 0.9375rem;
            padding-right: 0.9375rem;
        }

        .navbar-brand-second {
            border-left: solid;
            padding-left: 0.9375rem;

        }

        @media (max-width: 1200px) {
            .navbar-brand-second {
                display: none;
            }
        }

        .d-inline-block {
            position: relative;
            top: -0.5rem;
        }
    }

    .navbar-nav {
        display: flex;
        align-items: center;
        font-size: small;
    }
}

.sub-navbar {

    height: inherit;

    display: contents;

    * {
        margin-left: 0.125rem;
        margin-right: 0.125rem;
    }

}

.obszar-kompozycji {
    margin-top: 3.125rem;
}

li {
    padding-left: 0.0625rem !important;
    padding-right: 0.0625rem !important;
}

.phone-section {
    display: flex;
    text-decoration: none;
    color: inherit;
    padding: 0.475rem;

}

.social-section {
    text-decoration: none;
    color: inherit;
    padding: 0.475rem;

}

.phone-section:hover,
.social-section:hover {
    background-color: lightgrey !important;
    text-decoration: none;
    color: inherit;
}

.row.bg-light {
    background: none !important;
}

.container {
    margin-bottom: 3.125rem;

    .col-md-6 {

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.row-kuchnia {
    margin-bottom: 3.125rem;
}

.nasze-specjalnosci-embed {
    width: 100% !important;
    height: 106.25rem;
}