/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 3rem;
}

.logo-img {
  height: 30px;
  width: auto;
}

.navbar-brand, .navbar-nav .nav-link {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.navbar {
      background-color: #343a40;
      color: white;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1000;
    }


@media (max-width: 767.98px) {
  .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .navbar-toggler {
    margin-left: auto;
  }
}
