@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

h2,
h3 {
    color: #000;
}

header {
    background-image: url(img/obalovna_09.jpg);
    height: 20rem;
    background-size: cover;
    background-repeat: no-repeat;
    color: #000;
    padding: 100px 0;
}

h1 {
    font-weight: 800;
}

li {
    list-style: none;
}

    

.card {
    background-color: #ffffff;
    color: #000;
    border: 0;
    align-items: center;
    justify-content: center;
}
.navbar {
    background-color: #ffffffcc;
}
.sidebar-logo {
    padding: 1.15rem 1.5rem;
    text-align: center;
}

a.nav-link {
    padding: .625rem 1.625rem;
    color: #000000;
    position: relative;
    transition: all 0.35s;
    display: block;
    font-size: 1.25rem;
}
a.nav-link:hover {
    background-color: #1341962d;
}
.gallery-item {
    width: 37 rem;
    height: 37 rem;
}

.sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all .2s ease-out;
}

.dwnfile {
    text-align: left;
}
a.kontakt {
    color: #4f21ce;
}

a.kontakt:hover {
    color: #797777;
}

/* Screen size less than 768px */

@media (max-width:768px) {

    .sidebar-toggle {
        margin-left: -264px;
    }

    #sidebar.collapsed {
        margin-left: 0;
    }
}