/* Styles for the course video pages */
h1 {
	font-size:1em;
	color:#BC333D;
	font-family:'Rubik', sans-serif;
	margin-bottom:0;
}
h2 {
	font-size:2em;
	font-family:'Rubik', sans-serif;
	font-weight:normal;
	margin:0;
}
p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
}
#mainVideo {
	max-width:100%;
	height:auto;
	margin:0 auto;
	border-style: ridge;
}