b,
strong {
  font-weight: 600;
}
/* Header mobile */
.tm-header-mobile .uk-navbar-left {
  max-width: 60%;
}
.tm-header-mobile .uk-navbar-left .uk-logo {
  margin-top: 10px;
  margin-bottom: 20px;
}
/* Nav Bottom */
ul#bottomnav {
  display: flex;
}
ul#bottomnav li:not(:first-of-type) {
  margin-left: 20px;
}
@media (min-width: 768px) {
  /* Main Content */
  #tm-main > .uk-container,
  #smw-below-content > .uk-container {
    max-width: 1000px;
  }
}
/*# sourceMappingURL=custom.css.map */