@import url("/Assets/CSS/Chatranjali.css");

body {
	background: url("/Urdu/FaizAhmadFaiz/Poems/Dawn/Dawn.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 4s;
		z-index: -1;
}
	@keyframes darken {
		0%	 { opacity: 0; }
		50%  { opacity: 0; }
		100% { opacity: 1; }
	}

page.text {
	color: #FFFFFF;
}
page.dark {
	color: #BC3C14;
}
page.lite {
	color: #FA6F21;
}

.credits {
	text-align: center;
	line-height: 2;
}

#Thumb-2 .indian {
	font-family: "Noto Sans Arabic";
	font-size: 0.91em;
	line-height: 1.5;
	direction: rtl;
}
#Thumb-3 .indian {
	font-style: italic;
}