html, body{
	height:100%;
	font-family: 'Open Sans', sans-serif;
}

@media(max-width: 365px){
	#first-class-video-col{
		height: auto !important;
	}
	iframe{
		width: 95%;
	}
}

@media(min-width: 768px){
	iframe{
		width: 100%;
		height: 100%;
	}
}

@media (min-width: 992px ) {
  iframe{
		width: 100%;
		height: 100%;
	}
}


ul
{
 list-style-type: none;
}

#logo{
	float: left;
}

#instructor-name{
	font-weight: bold;
}

.instructor-photo-div img{
   height: 90px;
   width: 90px;
}

.submit{
	background-color: #ea7534;
	border-color: #ea7534;
	width: 100%;	
	color: white;
}

.column-container{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	padding-top: 20px;
}

.course-title{
	margin-bottom: 5%;
}

.sub-title{
	color: #ea7534;
}

.bold{
	font-width: bold;
}

.course-description-section{
	background-color: #eee;
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.multiline-label{
	margin-bottom: 0px;
}

.separator{
	margin-bottom: 10px;
	margin-top: 10px;
	border-top-color: black;
}
