html,
body
{
	/* font-family: 'Noto Sans', sans-serif; */
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0;
	background-color: white;
	color: rgb(20, 20, 20);
	height: 100%;
}

.central-column
{
	width: 670px;
	margin: 0px auto;
	border: 1px none red;
	box-sizing: border-box;
	text-align: left;
}

/* index page */

/*******/

.category-table
{
	display: table-row;
}

.category-table-cell
{
	display: table-cell; 
	border: 1px none blue;
	width: 100%; 
}

.lesson-row
{
	display: table-row;
	width: 100%;
	box-sizing: border-box;
}

.lesson-cell
{
	display: table-cell;
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	vertical-align: middle;
}

.inactive-lesson
{
	color: rgb(100, 100, 100);
}

.central-column a
{
	text-decoration: none;
	color: #1565C0;
	font-weight: 400;
}

/** INDEX PAGE **/

.full-page
{
	position: relative;
	margin: 0; padding: 0; 
	width: 100%; 
	border: 1px none red;
	color: white;
}

.cursive
{
	display: inline-block;
	text-align: center; 
	font-size: 48px; 
	line-height: 64px; 
	font-family: 'Gloria Hallelujah', cursive;
	border: 1px none red;
	margin: 0 20px;
	width: 650px;
	padding: 0;
}

.testimonials
{
	font-size: 24px;
	font-weight: 300;
	font-style: italic;
	text-align: center;
	margin: 60px 100px;
}

.center-arrow
{
	border: 1px none orange; 
	position: absolute; 
	left: 0; 
	right: 0; 
	bottom: 0;
	margin-left: auto; 
	margin-right: auto; 
	padding: 0;
	width: 100px;
	color: white;
	text-align: center;
}

/*** footer ***/

.footer
{
	font-size: 10px;
	background-color: #2196F3;/*#1565C0; */
	color: white; 
	box-sizing: border-box;
	margin-top: 20px;
	padding: 20px 0px 20px 0px; 
	border: 1px none black; 
	font-size: 12px;
}

.link-footer
{
	text-align: center; margin-top: 10px;
}

.link-footer a
{
	color: white;
}
