.container-fluid {
  --bs-gutter-x: 0rem;
}

.hide-background {
  background-color: rgba(235,221,215,0.92) !important;
  z-index: 100;
}

@media (min-width: 768px) {
  .hide-background {
    background-color: rgba(255,255,255,0) !important;
  }
}

.tagline {
  font-size: 5rem;
}

@media (min-width: 768px) {
  .tagline {
    font-size: 7rem;
  }
}

@media (min-width: 1400px) {
  .tagline {
    font-size: 10rem;
  }
}

.navbarContainer {
  max-width: 1000px!important;
  margin: 0px auto;
  left: 0;
  right: 0;
  padding: 0;
}

.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}

.navbar-collapse {
  transition: none !important;
}

/* Custom style for selectable dates */

.selectable-date {
  background-color: green !important;
  color: white !important;
  border-radius: 50% !important;
  /*border: 2px solid green !important;*/
}

.checked {
  color: orange;
}

.fa-star {
  font-size: 1.8rem!important;
}

