:root {
    --primary_100: 120, 220, 10;
}

html {
    font-size: 14px;
}

header {
    height: 75px;
    border-top: none !important;
}

.back-color h1, .back-color h2, .back-color h3, .back-color h4, .back-color h5, .back-color h6 {
    color: #fff;
}

#ilustracja {
    right: 0;
    top: 70px;
    position: absolute
}

#kartusz {
    right: 1em;
    top: 1em;
    position: fixed;
    z-index: 99;
}

.shadowfilter {
    -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.75));
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.75));
}

#poczatek {
    left: 52%;
    position: absolute;
    margin-top: -5em
}

.w-60 {
    width: 60%;
    margin-top: -40px;
}

article {
    display: block;
    padding-top: 30px;
    border-top-width: 20px;
}

.bluish {
    color: white;
    background-color: #004895;
    border-top: 20px solid #82A4CA;
}

.reddish {
    color: white;
    background-color: #F0007C;
    border-top: 20px solid #FD76BF;
}

#ilustracja {
    right: 0;
    top: 70px;
    position: absolute
}

#kartusz {
    right: 1em;
    top: 1em;
    position: fixed
}

#poczatek {
    left: 52%;
    position: absolute;
    margin-top: -5em
}

#informacje {
    background-color: transparent !important;
    margin-bottom: -75px;
    padding-bottom: 80px;
}

#informacje + .reddish {
    padding-top: 70px;
}

.godziny {
    border-collapse: collapse
}

.godziny th {
    background-color: #fff;
    font-weight: bold;
    color: #ED7FBC
}

.godziny th, .godziny td {
    padding: 5px 10px
}

.godziny td {
    border-bottom: 1px solid #fff;
    border-collapse: collapse
}

.thumbnail
{
    height: 164px;
    overflow: hidden;
    /*margin: auto;*/
    margin-bottom: 16px;
}

.thumbnail img {
    width: 100%;
    height: 164px;
    object-fit: cover;
}

h2 a {
    color: #004895;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
}
