/*
 * Quark 2 — user customizations
 *
 * This file is safe to edit. It is loaded last so anything here overrides
 * theme.css without having to mark rules !important.
 */

#header {
  background: #507C498A;
}

#footer {
  background: #336633;
}

::selection {
  background: #11520f;
}

body.header-transparent #header {
  background: #507C49;
}

body.header-transparent.scrolled #header {
  background: #507C498A;
}

.navbar-brand img {
  height: 48px;
}

.navbar-section.actions {
  display:none
}

.modular-features img {
  border-radius: var(--q2-radius-md);
  box-shadow: var(--q2-shadow-card);
}
