.search-button {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .event-finder input[type="date"] {
    font-size: 18px;
    padding: 8px 12px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition-duration: 0.4s;
  }
  
  .event-finder input[type="date"]:focus {
    outline: none;
    background-color: #e9e9e9;
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .logo {
    width: 150px;
    height: auto;
  }
  
  @media (max-width: 768px) {
    .logo {
      width: 100px;
    }
  }
  
  @media (max-width: 576px) {
    .logo {
      width: 80px;
    }
  }
  

  .navbar-brand img {
    margin-right: 10px;
  }
  
  .navbar-nav .nav-link {
    color: #fff !important;
    margin-left: 10px;
  }

  .navbar {
    background-color: #333 !important; /* Replace #333 with your desired dark grey color */
    width: 100%;
    position: relative;
    padding-bottom: 20px;
  }
  
  
  .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .logo {
    max-width: 100%;
    height: auto;
    margin-right: auto;
  }
  
  .navbar-nav .nav-link {
    color: white;
    font-size: 14px;
  }
  
  .navbar-dark .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1);
  }
  
  body {
    margin: 0;
    padding: 0;
  }
  
  .row {
    margin-right: -15px;
    margin-left: -15px;
    max-width: 855px;
}


.custom-modal-dialog {
  max-width: 600px; /* Adjust this value to set the desired width of the modal */
  margin: 30px auto; /* Centers the modal vertically and horizontally */
}

.navbar {
  background-color: #333 !important; /* Replace #333 with your desired dark grey color */
  width: 100%;
  position: relative;
}


.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  max-width: 100%;
  height: auto;
  margin-right: auto;
}

.navbar-nav .nav-link {
  color: white;
  font-size: 14px;
}

.navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}

body {
  margin: 0;
  padding: 0;
}

.custom-select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
  height: auto;
  max-height: 200px;
  overflow-y: auto;
}

.text-center {
  text-align: center!important;
  margin-top: 55px;
  color: darkslateblue;
}

.sub-heading-text {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
}

.event-finder input[type="date"] {
  font-size: 18px;
  padding: 8px 12px;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition-duration: 0.4s;
  width: 100%;
  box-sizing: border-box; /* Add this line */
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}