@import url("/Assets/CSS/Chatranjali.css");

body {
	background: url("/Sanskrit/Vamanadatta/Aphorisms/Dawn.jpg") fixed center;
	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: #FA6142;
}
page.lite {
	color: #FED06B;
}

.cover {
	margin: 1vh 0 1vh 1vw;
	float: right;
	width: 15vw;
	transform: rotate(2deg);
	transition: all 1s;
}
	.cover:hover {
		transform: scale(1.2);
	}

td[colspan="2"] {
	padding: 0 5rem;
	color: #FFF7A3;
}

#Thumb-2 .indian {
	font-style: italic;
}