@import url("/Assets/CSS/Chatranjali.css");

body {
	background: url("/Activities/Clocks.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);
		z-index: -1;
}

page.text {
	color: #FFFFFF;
}
page.dark {
	color: #EED06E;
}
page.lite {
	color: #8B9F9E;
}

.zenButton {
	display: inline;
	vertical-align: text-bottom;
	width: 1.2rem;
	background: #EED06E;
	transition: all 1s;
}
	.zenButton:hover {
		background: #8B9F9E;
	}