:root {
  --color-rgb: 104, 143, 9;
}

#n-header-logo-left {
  padding-left: 10px;
}

@media only screen and (min-width: 435px) {
  #n-header-logo-left, #n-header-logo-right {
    display: initial;
  }
}

@media only screen and (max-width: 435px) {
  #n-header-logo-left, #n-header-logo-right {
    display: none;
  }
}

.svg-collections-accent {
    fill: rgb(104, 143, 9);
}
