.myHidden {
    display: none !important;
}
.myVisible {
    display: block !important;
    float: none !important;
    clear: both;
}

.container {
  background-color: #ffffff !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
  padding: 1.5rem !important;
  margin: 0 auto !important;
}

.navbar {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #e3e7de !important;
}

.navbar-nav {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-right: 2rem;
  background-color: #e3e7de !important;
}

.nav-item:not(.divider-vertical) {
  flex: 1 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 6rem !important;
  min-width: 6rem !important;
  max-height: 6rem !important;
  min-height: 6rem !important;
  margin: 0 0rem !important;
  background-color: #557629 !important;
  font-size: 1px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.divider-vertical {
  flex: 0;
  width: 1rem !important;
  background-color: #6e6e6e;
  height: 4rem !important;
  margin: 0 0rem;
}

.container.custom-container {
  background-color: #e3e7de !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.nav-item:not(.divider-vertical):hover,
.nav-item:not(.divider-vertical):focus,
.nav-item:not(.divider-vertical):active {
  background-color: #3f5b22 !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15) !important;
  outline: none !important;
}

.nav-link:hover,
.nav-link:focus,
.nav-link:active {
  background-color: transparent !important;
  color: #ffffff !important;
  text-decoration: none !important;
  outline: none !important;
}

a:not(.btn):hover {
  text-decoration: underline !important;
}

#navbar .menu-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  width: max-content;
}

@media (max-width: 991.98px) {
  #navbar .menu-bar {
    position: static;
    transform: none;
    width: 100%;
    justify-content: space-evenly;
  }
}

.navbar .container.custom-container {
  padding: 1.5rem !important;
  margin: 0 !important;
  min-width: 100% !important;
  min-height: 100% !important;
}

.navbar.navbar-expand-xl.navbar-dark.static-top {
  border-radius: 8px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
  background-color: #e3e7de !important;
}

.navbar-brand,
.navbar-brand img,
.navbar-brand svg {
  transform: translateX(-8px) scale(1.5);
  transform-origin: left center;
}

.nav-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}