@import url("/Assets/CSS/Lesson.css");
@import url("/Assets/CSS/SlidePoint.css");

html {
	font-size: 1.2vw;
}
@media only screen and (max-width: 1920px) {
	html {
		font-size: 1.5vw;;
	}
}

slide.exercise {
	background: url("/Assets/Images/Blackboard.jpg") fixed center;
	background-size: cover;
}

slide.exercise.text {
	color: #FFFFFF;
}
slide.exercise.lite {
	color: #BA73B0;
}
slide.exercise.dark {
	color: #954A8B;
}

#Shabdkosh {
	display: block;
	margin: auto;
	width: 30vw;
	transition: all 1s;
}
	#Shabdkosh:hover {
		transform: scale(1.2);
	}

#Letters table:first-child {
	margin-right: 3rem;
}
#Letters table:last-child {
	margin-left: 3rem;
}
#Letters table td {
	text-align: center;
	padding: 0 0.5rem;
	font-size: 1.2rem;
}

.ligature {
	position: relative;
	top: 0.15rem;
	height: 0.8rem;
}
h1, h2, h3 {
	text-align: center;
}
h1 {
	margin: 10vh auto;
	font-size: 3rem;
}
h2 {
	margin: 5vh auto;
	font-size: 2rem;
}
h3 {
	margin: 6vh auto 3vh;
	font-size: 1.2rem;
	font-style: normal;
}

.gap {
	padding-top: 0.5rem;
}

slide ol li {
	padding: 0.3rem 0;
}
slide ol li li {
	padding: 0;
}

slide li.without {
	list-style-type: none;
}

table {
	margin: auto;
	width: auto;
}
	table td {
		padding: 0.2rem 0;
	}
table.center th, table.center td {
	text-align: center;
}

table.rTable img {
	height: 2.5rem;
	position: relative;
	top: 0.8rem;
}
table.rTable td:last-child {
	text-align: left;
	padding-left: 1rem
}

.highlight {
	color: #E74A22;
	font-weight: 700;
	font-style: italic;
}
p.highlight {
	font-size: 1.25rem;
	margin-top: 4rem;
}

button {
	font-size: 20px;
	padding: 0.5em 1em;
}