@import url('https://fonts.googleapis.com/css2?family=Titan+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --bg-primary: rgb(23, 73, 169) !important;
  --primary-color: #007bff;
  /* Bootstrap primary color */
  --secondary-color: #6c757d;
  /* Bootstrap secondary color */
  --dark-color: #343a40;
  /* Bootstrap dark color */
  --light-color: #f8f9fa;
  /* Bootstrap light color */
  --success-color: #28a745;
  /* Bootstrap success color */
  --info-color: #17a2b8;
  /* Bootstrap info color */
  --warning-color: #ffc107;
  /* Bootstrap warning color */
  --danger-color: #dc3545;
  /* Bootstrap danger color */
  --font-family: 'Poppins', sans-serif;
  /* Light background for primary sections */
}

body {
  overflow-x: hidden;
}

/* Universal */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Titan One', sans-serif !important;
  font-weight: bold;
  color: rgb(226,226,226);
  -webkit-text-stroke: 1px rgb(23, 73, 169);
  line-height: 1.25rem;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

p, label, input, textarea {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 300;
  color: var(--dark-color);
}

button,
a {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500;
}

#heroCarousel,
.hero-slide {
  width: 100%;
  height: calc(100vh - 4rem);
}

.hero-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.hero-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  /* dark overlay for text contrast */
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 4;
}

.lead {
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--bg-primary);
  font-family: 'Poppins', sans-serif !important;
	text-shadow: 0 0 2px rgb(23, 73, 169);
}

.carousel-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--bg-light);
  font-family: 'Poppins', sans-serif !important;
	text-shadow: 0 0 2px rgb(23, 73, 169);

}

.hero-slide>.container {
  position: relative;
  z-index: 2;
}

.sponsor-logo {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: fill;
  scale: 0.9;
  transition: ease-in-out all 0.25s;
}

.sponsor-logo:hover {
  scale: 1;
  transition: ease-in-out all 0.125s;
}

.social-media {
  text-shadow: 0 0 0 white;
  transition: ease-in-out all 0.25s;
}

.social-media:hover {
  text-shadow: 0 0 8px white;
  transition: ease-in-out all 0.125s;
}

@media (max-width: 720px) {
  .sponsor-logo {
  width: 80px;
  height: 80px;
  max-height: 80px;
  border-radius: 50%;
  object-fit: fill;
  }
}

.exhibitor-logo {
  max-height: 100px;
  margin: 1rem;
  border-radius: 1rem;
}

.btn-lg {
  display: flex;
  align-items: center;
  justify-content: center;
}

	.description {
		margin: 0;
		padding: 0;
	}

	.preserve-lines {
		white-space: pre-wrap;
	}

  td {
    width: 100%;
    min-width: 200px;
  }

  .grab-handle, .text-end {
    width: 50px !important;
    min-width: 50px !important;
  }