#n-header-logo-left {
  padding-left: 15px;
}

@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;
  }
  
  #n-header-center > h2.library-name {
    display: none;
  }
}

h2.library-name {
    display: none;
}


.svg-collections-accent {
    fill: rgb(64, 36, 32);
}

:root {
  --color-rgb: 64, 36, 32;
}
