body {
  background-color: #FFBF00!important;
}

h1 {
  font-size: 100px!important;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 800;
}

.custom-legend 
{
  font-size: 1rem!important;
}

/* Day cell styles */
.day-cell {
  height: 20px; /* Adjust the height to fit the text */
  line-height: 20px; /* Center the text vertically */
  cursor: pointer;
  border: 1px solid #dee2e6; /* Optional, to show borders */
  font-size: 120x; /* Adjust the font size to fit the text */
  text-align: center; /* Center the text horizontally */
}

/* Highlight available day cells */
.day-cell.available {
  background-color: #0B5ED7;
  color: white; /* Ensure text is visible on the dark background */
}

/* Styles for the form inputs and labels */
.form-control {
  border-radius: 0; /* Square borders */
  border-color: #0B5ED7;
}

.form-label {
  color: #0B5ED7; /* Match the label color with the theme */
}

.wrapper{
  background-attachment: fixed;
  background-size: cover;
}

.small-font {
  font-size: small;
}

#postSubmitSuccess {
  display: none;
}

#postSubmitError {
  display: none;
}

@media (max-width: 768px) {
  h1 {
      font-size: 50px!important;;
  }

  .small-font {
    font-size: x-small;
  }
}
