.jesash-animate-fading {
	height: calc(100vh - 300px);
}
.wrap-page-content {
	margin: 5px;
	display: block;
	justify-content: start;
	font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
		sans-serif;
}
.page-title h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 2;
}
.wrap-page-content .page-content,
.page-content {
	font-family: "Times New Roman", Times, serif;
	font-size: 24.5px;
	font-weight: 500;
	line-height: 1.9;
	word-spacing: 1.7px;
}

/* media queries */
@media only screen and (max-height: 400px) {
	.jesash-animate-fading {
		height: 100vh;
	}
}
@media only screen and (min-height: 401px) and (max-height: 550px) {
	.jesash-animate-fading {
		height: calc(100vh - 150px);
	}
}
@media only screen and (min-height: 551px) and (max-height: 650px) {
	.jesash-animate-fading {
		height: calc(100vh - 200px);
	}
}
@media only screen and (min-width: 992px) {
	.navbar-nav {
		margin-left: 70% !important;
	}
}
