html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}

body {
  -webkit-overflow-scrolling: touch;
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 760px) {
  body {
    backface-visibility: hidden;
    perspective: 1000;
  }
}
a {
  color: white;
}

.mobile-nav ul li.current a {
  color: firebrick !important;
  font-weight: bold !important;
}

.header__flex-item.current a h3,
.header__flex-item.current h3 {
  color: firebrick !important;
  font-weight: bold !important;
}/*# sourceMappingURL=universal.css.map */