
.navbar {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.02em;
  font-size: 18px;
  text-align: center;
}


.navbar a:hover {
  background-color: #757373;
}

.navbar-nav {
  justify-content: space-between;
}


.navbar-nav-item {
  margin: 0 4px;
}


div {
  cursor: grab;
}


body {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  letter-spacing: 0.02em;
  background-color: #e0d6c5;
  color: #000000;
}


.my-edit-color {
  background-color: #e0d6c5;
  color: #000000;
  border: 1px solid #000000;   
}

.my-edit-color:hover {
  background-color: #d4c9b5 !important;
  color: #000000 !important;
  opacity: 1 !important;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);  
}

.page {
  padding: 20px;
  box-sizing: border-box;
}


.page-border {
  border-width: 4px;
  border-color: black;
  border-style: double;
  padding: 0px;
  margin: 20px auto;
  max-width: 85%;
  box-sizing: border-box;
}


header {
  text-align: center;
  padding: 5px 0;
  margin-top: 30px;
}


img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
}


header img {
  max-width: 300px;
  height: auto;
}


ul {
  width: 100%;
  padding: 15px;
  margin: 5px auto;
  text-align: center;
  }


p {
  text-align: justify;
  margin: 20px auto;
  font-weight: normal;
}

.text-content {
  max-width: 900px;
  margin: 0 auto;
}

#para1 {
  text-align: justify;
  font-size: 18px;
  font-weight: bold;
  width: auto;
  margin-top: 20px;
}
 

a {
  color: #000000;
  text-decoration: none;
  padding: 6px 18px 5px 18px;
  display:inline-block
}

.calendar-bootstrap .day {
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #dee2e6;
  font-size: 1.1rem;
}

.calendar-bootstrap .day:last-child {
  border-right: none;
}

.calendar-bootstrap .empty {
  background-color: #f8f9fa;
}

.calendar-bootstrap .fully-booked {
  background-color: #f8d7da;
  color: #721c24;
  font-weight: bold;
  text-align: center;
}

.calendar-bootstrap .day:not(.empty):hover {
  background-color: #f8f9fa;
}

@media (max-width: 768px) {
  .calendar-bootstrap .day {
    min-height: 60px; 
    font-size: 0.9rem;
    padding: 4px;
  }
}

@media (max-width: 480px) {
  .calendar-bootstrap .day {
    border-right: none; 
    font-size: 0.75rem;
  }
}

.prices-list {
  list-style-position: inside;
  padding-left: 0;
  font-size: 18px;
  width: auto;
  margin: 20px auto;
}

.prices-list li {
  margin: 8px 0;
}
.prices-list ul {
  font-weight: bold;
  border-bottom: none;
  border-top: none;
}


.card p {
  width: auto;
  margin: 10px 0;
}

.card img {
  margin: 0;
}

.navbar ul {
  border: none;
  padding: 0;
}

.container p {
  width: auto;
}


