#bg-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  }

#home_container {
  background-color: white;
  opacity: 0.90;
}

#home_button {
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: #133a68;
  --bs-btn-border-color: #133a68;
  --bs-btn-hover-color: #133a68;
  --bs-btn-hover-bg: #ffffff00;
  --bs-btn-hover-border-color: #133a68;
  --bs-btn-focus-shadow-rgb: var(--bs-white);
  --bs-btn-active-color: #133a68;
  --bs-btn-active-bg: #ffffff00;
  --bs-btn-active-border-color: #133a68;
}

#bottom_space {
  height: 96px;
}

#half_bottom_space {
  height: 48px;
}

.text-justify {
  text-align: justify;
}

.text-darkBlue {
  color: #133a68;
}

.bg-darkBlue {
  background-color: #133a68;
}

#google_translate_element select {
  background-color: #212529; /* tmavý podklad jako navbar */
  color: white;
  border: none;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.9rem;
}
