	.show_more:checked + div { display: none; }
	.show_label {
	color: #229be4;
	cursor:pointer;
	}
	
	.show_label:hover {
	background-color:#eeffea;
	}

	.hero-image {
            height: 80vh;
            /*background-image: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e');*/
            background-image: url('/media/main.jpeg');
			background-size: cover;
            background-position: center;
            position: relative;
        }
        .hero-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            /*color: white;*/
            text-align: center;
			color:  #43f6ff;
			/*font-weight:800;*/

        }
        .carousel-item img {
            height: 400px;
            object-fit: cover;
        }
        .review-card {
            margin: 20px;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

		.calendar_text {
			margin-top:20px;
			margin-bottom:20px;
			background-color:#b7e2f7;
		}
        
		
		.calendar {
            font-family: Arial, sans-serif;
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
        }
        .event {
            border: 1px solid #ddd;
            margin: 10px 0;
            padding: 10px;
            border-radius: 5px;
        }
        .event-title {
            font-weight: bold;
            margin-bottom: 5px;
        }
        .event-date {
            color: #666;
        }
        .loading {
            text-align: center;
            padding: 20px;