

body	{
	background-color: lightblue;
	font-family: "Liberation Serif", Calibri, serif;
	margin: 0;
}

h1 	{
	text-align: center;
	width: 50%;
}

.header	{
	width:100%;
}
.header	.img1	{
	float: right;

}

.header .title1	{
	font-family: Impact, Papyrus;
	font-size: 50px;
	height:70px;
	padding-left: 14px;
	color: black;
	background-color: white;
}

.header .title2	{
	font-family: "Blackadder ITC", Impact;
	font-size: 40px;
	height: 60px;
	color: white;
	padding-left: 20px;
	background-color: black;
	margin-bottom: 30px;
}


.header a.link	{
	display: inline;
	text-align: justify;
	float: right;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 10px;
}


.header a.link:link, a.link:visited	{
	font-family: "Century Gothic", Impact;
	font-size: 25px;
	color:white;
	text-decoration: none;
}


.header a.link:hover	{
	background-color: grey;
	color:#FFFFFF;
}

.video_right	{
	float:right;
	margin-top:20px;
	margin-right: 30px;
	margin-left: 20px;
}
.video_left	{
	float:left;
	margin-right: 20px;
	margin-left: 30px;
}

.lesson h2	{
	margin-top:0px;
}

.lesson1	{
	background-color: #474747;
	color: #E9E8E8;
	height: 340px; 
}

.lesson2	{
	background-color: #A5A3A3;
	height:340px;
}

h1	{
	font-size: 30px;
	color: black;
	margin-left:15px;
}

h2	{
	font-size: 20px;
	padding-top:17px;
	margin-left:15px;
}

p	{
	display:block;
	margin-left:20px;
}

#collapse	{
	background-color: white;
	height: 120px;
	width:100%;
	font-family: "Liberation Serif", Calibri, serif;
	color: black;
	text-align: center;
	position: fixed;
	bottom: 0;
	overflow: hidden;
	box-shadow: 0 -2px 2px grey;
}

#collapse p	{
	margin-left:0;
}

.button	{
	float: right;
	margin-right: 15px;
	margin-top:10px;
	height: 60px;
	border:0;
	border-radius: 50%;
	width: 60px;
	background-image:"x.jpg";
	background-size: 100% 100%;
}

.button:hover	{
	background-color: darkgrey;
	cursor: pointer;
}


#collapse .bold	{
	margin-top:15px;
	font-size: 25px;
}
