.my-5 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  font-size: 20px;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.navbar-brand {
  /*padding-top: 0;*/
  /*padding-bottom: 0.16rem;*/
  margin-right: 8px;
  font-size: 20px;
  text-decoration: none;
  white-space: nowrap;
  /*font-weight: bold;*/
}

.nav-link:hover {
  font-size: 24px;
  font-weight: bold;
  color: rgba(230,98,50,1) !important;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-navbar-brand-hover-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: all 0.1s;
}

@media (min-width: 768px) {
  .navbar {
    height: 3em;
  }
}

.navbar-brand:hover, .navbar-brand:focus {
  color: rgba(230,98,50,1);
  font-size: 24px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .nav-item {
    align-self: center !important;
  }
}

.navbar-nav {
  align-items: center;
  display: flex;
  align-content: center;
}

.nav-item {
  align-self: start;
}

.nav-link:focus {
  font-size: 24px;
  font-weight: bold;
  color: rgba(230,98,50,1) !important;
}

.link-back {
  display: inline-flex;
  align-items: center;
}

.nav-item {
}

.list-inline {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
}

.list-inline-item {
  display: inline-block;
  height: 100%;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
  width: 100%;
  height: 100%;
  display: flex;
}

.fs-5 {
  font-size: 1.125rem !important;
  width: 100%;
  height: 100%;
}

a {
}

a {
}

a {
}

.img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
}

