.headercolor {
    background-color: #03a9f4;
}

code{
	color: #e64a19;
	background-color: #eceff1;
	padding-left: 0.2em;
	padding-right: 0.2em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	border-radius: 2px;
    font-size: 90%;
}


.blue_code{
	color: #2196f3;
}

.grey_code{
    color: #9e9e9e;
}

.brown_code{
	color: #bf360c;
}

.green_code{
	color: #4caf50;
}

.teal_code{
    color: #009688;
}

.ansv_div{
	background-color: #263238;
	color: #eceff1;
	width: 50%;
	padding: 1em;
	border-radius: 2px;
}

@media only screen and (max-width : 992px) {
	.ansv_div{
		background-color: #263238;
		color: #eceff1;
		width: 100%;
		padding: 0.5em;
		border-radius: 2px;
	}
}

.list-dot{
	font-weight: 800;
	font-size: 1em;
	color: #03a9f4;
}

.list-dot-soon{
	font-weight: 800;
	font-size: 1em;
	color: #9e9e9e;
}

.nonep p{
    margin:0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

@media only screen and (min-width : 600px) {
	.header-overlap {
		margin-top: -200px;
	}

	.header-image {
		background-image:url('../images/bg.jpg');
		background-size:cover;
		background-attachment:fixed;
		height:300px;
	}

	lesson-h2 {
		font-weight: 400;
		line-height: 1.1;
		font-size: 3.56rem;
		margin: 1.78rem 0 1.424rem 0;
	}

	.lesson-panel {
		-webkit-transition: -webkit-box-shadow .25s;
		transition: -webkit-box-shadow .25s;
		transition: box-shadow .25s;
		transition: box-shadow .25s, -webkit-box-shadow .25s;
		padding: 24px;
		margin: 0.5rem 0 1rem 0;
		border-radius: 2px;
		background-color: #fff;
		-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	}
}

@media only screen and (max-width : 600px) {
	.header-overlap {
		margin-top: -50px;
	}

	.header-image {
		background-image:url('../images/bg.jpg');
		background-size:cover;
		background-attachment:fixed;
		height:130px;
	}
	
	h2 {
		font-weight: 400;
		line-height: 1.3;
		font-size: 2rem;
		margin: 0.82rem 0 0.656rem 0;
	}

	h3 {
		font-weight: 400;
		line-height: 1.3;
		font-size: 2rem;
		margin: 0.82rem 0 0.656rem 0;
	}

	.lesson-panel {
		padding: 0px;
		margin: 0.5rem 0 1rem 0;
	}

}