:root {
  --bs-primary: #E46226;
  --bs-primary-rgb: 228, 98, 38;

  --bs-secondary: #946650;
  --bs-secondary-rgb: 148, 102, 80;

  --bs-dark: #2B2B2B;
  --bs-dark-rgb: 43, 43, 43;
}

html, body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.bg {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  filter: brightness(0.3);
  position: absolute;
  z-index: -1;
}

.bg-opacity-30 {
  --bs-bg-opacity: 0.30;
}

.bg-opacity-95 {
  --bs-bg-opacity: 0.95;
}

.letter-spacing-1 {
  letter-spacing: 0.15em;
}

.logo {
  max-width: 75%;
}

#imprintModal > div > div.container {
  min-height: 100%;
}