/* Capelwood primary navigation uses the same modular grid as the exported site.
   Desktop: 1 outer + 4 logo + 5 spacer + 5 navigation + 1 outer = 16 modules. */
@media screen and (min-width: 992px) {
  .nav-menu {
    width: 31.25em;
  }

  .navblockspacer1 {
    width: 31.25em;
  }

  .nav-link--testimonials {
    font-size: 1em;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    height: 31.25em;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    height: 62.5em;
  }
}
