body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;

    background-color: black;
    color: white;
}

.logo {
    box-sizing: border-box;
}

.logotext {
    font-family: "Poppins", sans-serif;
}

.jersey-20-regular {
  font-family: "Jersey 20", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.border {
    border: var(--bs-border-width) var(--bs-border-style) #000 !important;
}

.text-body-emphasis {
    --bs-text-opacity: 1;
    color: #fff !important;
}


.btn-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ffc107a6;
    --bs-btn-hover-border-color: #ffc107a6;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
}

.directions-section ul {
  list-style-type: none;
  padding-left: 0;
  text-align: left;
}

.directions-section ul li {
  padding-left: 1.5em; /* Adjust the padding as needed */
}

.directions-section ul li:before {
  content: "\2022"; /* Bullet point */
  color: goldenrod; /* Golden color for bullets */
  font-size: 1.2em;
  margin-right: 8px;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: #ffc107 !important;
}

/* Dimmer text color */
.footer-text {
  color: rgba(255, 255, 255, 0.7); /* Adjust the alpha value to change the opacity */
}

/* Dimmer icon color */
.footer-icon {
  fill: rgba(255, 255, 255, 0.7); /* Adjust the alpha value to change the opacity */
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5); /* Black color with 50% opacity */
}


.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  