@import url("https://fonts.googleapis.com/css2?family=Gulzar&display=swap");
@import url("/Assets/CSS/Chatranjali.css");

body {
	background: url("Offering.jpg") center fixed;
	background-size: cover;
}
	body::before {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		content: "";
		background: rgba(0, 0, 0, 0.6);
		animation: darken 5s;
		z-index: -1;
}
	@keyframes darken {
		0%	 { opacity: 0; }
		40%  { opacity: 0; }
		100% { opacity: 1; }
	}

page.text {
	color: #FFFFFF;
}
page.dark {
	color: #ED641E;
}
page.lite {
	color: #FDC865;
}

img.shadow {
	opacity: 0.6;
	transition: all 1s;
}
	img.shadow:hover {
		opacity: 1;
		filter: grayscale(100%);
	}

audio {
	display: block;
	margin: 0.5rem auto;
}

#Thumb-2 .indian {
	font-family: "Gulzar", serif;
	font-size: 0.8em;
	line-height: 1.8;
	direction: rtl;
}
	#Thumb-2 tfoot td.indian {
		font-family: "Noto Sans";
		font-size: 1em;
	}

#Thumb-3 .indian {
	font-style: italic;
}