/* Nav fix v1 - round bottom corners of the top header bar on PC (both themes) */
@media (min-width: 1024px) {
  body .header { border-radius: 0 0 16px 16px !important; }
}
