body {
  font-size: 14px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.container {
  min-width: 1200px;
  overflow: auto;
  margin-bottom: 1.5rem;
}

.main-container {
  display: flex;
  overflow: auto;
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: nowrap;
  width: auto;
  --bs-gutter-x: 0;
}

nav {
  display: flex;
  padding: 1rem 10px;
}

.logo {
  max-height: 50px;
}

span {
  text-align: center;
  min-height: 1.3rem;
}

.center {
  align-items: center !important;
  justify-content: center !important;
}

.bg-gray {
  background: #eee;
}

.small-col {
  flex-grow: 0;
  min-width: 50px;
}

@media (min-width: 576px) {
  nav {
    padding: 1rem 2rem;
  }
}/*# sourceMappingURL=index.css.map */