:root {
  --color-rgb: 77, 184, 72;
}

body {
       background-image: url("/site/media/komprachcice-gbp_bg.jpg");
       background-repeat: repeat-x;
       }

#n-header-logo-left > img {
  height: 100px;
}
#n-header-logo-left {
  padding-left: 20px;
  padding-top: 10px;
}

#header {
  background: rgba(255,255,255,.9);
}

.svg-collections-accent {
  fill: rgb(77, 184, 72);
}
