body {
  padding: 0;
  margin: 0;
  font-family: "Lexend", sans-serif;
  color: #fff;
  position: relative;
}

lexend {
  font-family: "Lexend",  sans-serif;
}

.header {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header img {
  width: min(250px, 50vw);
  height: auto;
}

.header .button {
  white-space: nowrap;
}

.hero {
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #013472;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  background-image: url("/imgs/hero_qa50.jpg");
  padding-top: 100px;
}

.divider {
  width: 100%;
  height: 30px;
  background-color: #000;
  background-image: url("/imgs/checkers6.svg");
  background-repeat: repeat-x;
  margin: 6px 0px;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.97);
}

h1 {
  font-size: clamp(1.8rem, 5vw, 2.5rem);
  margin-bottom: 0.5em;
  font-family: Bangers, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.wheelie-kid {
  width: 100%;
  height: auto;
  text-align: center;
}

.inner-glow {
  background: inherit;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.7);
}
.inner-glow2 {
  background: inherit;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.3);
}


.red {
  background-color: #870117;
  color: #fff;
  padding: 20px;
  text-align: center;
}

.blue {
  background-color: #013472;
  color: #fff;
  padding: 20px;
  text-align: center;
}

.max-text {
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.2em;
  line-height: 1.4;
  text-align: left;
}

.calendar {
  background-color: white color: rgba(0, 0, 0, 0.9);
  padding: 20px;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.4;

}

.bg-grunge {
  background-image: url("/imgs/bg_grunge9.png");
  background-blend-mode: darken;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-canvas {
  background-image: url("/imgs/bg_canvas.jpg");
  background-blend-mode: darken;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.button {
  background-color: #013472;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: #024a9e;
}

h3 {
  margin-bottom: 0px;
  border-top: 1px dotted rgba(255, 255, 255, 0.6);
  padding-top: 10px;
  color: #fff;
  font-size: clamp(1rem, 3vw, 1.2rem);
}

.sponsor-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
}

.sponsor-item {
  flex: 0 1 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.tshirt-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.tshirt-container {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.tshirt-text {
  flex: 1 1 300px;
  color: #333;
}

.tshirt-image {
  flex: 0 1 250px;
}

.tshirt-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

