#n-header-logo-left > img {
  height: 120px;
}

#n-header-logo-left {
  padding-left: 5px;
  padding-top: 14px;
}

#header {
  background: rgba(255,255,255);
  color: rgb(102, 63, 31);
}

body {
    background-image: url("/site/media/zdzieszowice-migbp_bg.jpg");
    background-color: rgb(255, 255, 255);
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
}

:root {
  --color-rgb: 102, 63, 31;
}

.svg-collections-accent {
  fill: rgb(241, 147, 42);
}
