#homeCarousel .carousel-item-inner {
   height: 400px;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;

}
body {
   background-color: #1c756356;
}

.navbar {
   background-color: #16a085;
}
footer p {
    font-size: 0.9rem;
}

.carousel-control-prev, .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
    width: 5%; /* adjust width if needed */
}
#pageContent {
   margin-top: 20px;
}

h1 {
   color: #0c0b0b;
   font-size: 1.4rem;
   margin-bottom: 20px;
}

label {
   color:#0c0b0b;
}

.place-grid a {
   color: #000;
   text-decoration: none !important; 
}

.place-card {
   background-color: #fff;
   padding: 10px;
}


.place-card .place-image {
   width: 100%;
   height: 300px;
   background-size: cover;
   background-position: center center;
}

.place-card h3 {
   text-align: center;
   font-size: 1.3rem;
   padding-top: 1rem;
}

.destination-meta {
   list-style: none;
   padding: 0;
   color: #fff;
}

.destination-page-image {
   width: 100%;
   height: 250px;
   background-size: cover;
   background-position: center center;
}


.destination-rating-form {
   background-color:antiquewhite;
}

.destination-rating-form h2 {
   font-size: 1.4rem;
}

.category-info,
.place-id-info {
    display: none;
}

footer {
   background-color: #16a085;
   color: white;
   padding: 20px;
   text-align: center;
}

footer .weather-info {
   margin-top: 10px;
}

footer .weather-info h2 {
   margin: 0;
   font-size: 1.2rem;
}

footer .weather-info p {
   margin: 5px 0 0;
   font-size: 1rem;
}

