h2 {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	font-size: 17px;
}
.home {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}
.title {
	width: 100%;
	text-align: left;
	line-height: 1;
	padding-left: 200px;
	padding-top: 30px;
	order: 3;
}
.semester {
	width: 35%;
	text-align: left;
	line-height: .6;
	padding-left: 200px;
	padding-top: 10px;
	order: 4;
}
.course1 {
	width: 20%;
	text-align: right;
	line-height: .6;
	padding-top: 10px;
	padding-right: 40px;
	order: 5;
}
.time1 {
	width: 20%;
	text-align: left;
	line-height: .6;
	padding-top: 10px;
	order: 6;
}
.instructor1 {
	width: 25%;
	text-align: left;
	line-height: .6;
	padding-left: 0px;
	padding-top: 10px;
	order: 7;
}
.course2, .course3, .course4, .course5 {
	width: 55%;
	text-align: right;
	line-height: .6;
	padding-right: 40px;
}
.time2, .time3, .time4, .time5 {
	width: 20%;
	text-align: left;
	line-height: .6;
}
.instructor2, .instructor3, .instructor4, .instructor5 {
	width: 25%;
	text-align: left;
	line-height: .6;
}
.course2 {
	order: 8;
}
.time2 {
	order: 9;
}
.instructor2 {
	order: 10;
}
.course3 {
	order: 11;
}
.time3 {
	order: 12;
}
.instructor3 {
	order: 13;
}
.course4 {
	order: 14;
}
.time4 {
	order: 15;
}
.instructor4 {
	order: 16;
}
.course5 {
	order: 17;
}
.time5 {
	order: 18;
}
.instructor5 {
	padding-bottom: 120px;
	order: 19;
}
#footer {
	padding-top: 10px;
}

@media screen and (max-width: 1119px) and (min-width: 768px) {	
	
.title {
	width: 100%;
	padding-left: 100px;
	padding-top: 30px;
}
.semester {
	width: 30%;
	padding-left: 100px;
}
.course1 {
	width: 20%;
	padding-right: 40px;
}
.time1 {
	width: 25%;
}
.instructor1 {
	width: 25%;
}
.course2, .course3, .course4, .course5 {
	width: 50%;
	text-align: right;
	line-height: .6;
	padding-right: 40px;
}
.time2, .time3, .time4, .time5 {
	width: 25%;
}
.instructor2, .instructor3, .instructor4, .instructor5 {
	width: 25%;
}
}

@media screen and (max-width: 767px) and (min-width: 667px) {	
h2 {
	font-size: 16px;
}
.title {
	width: 100%;
	padding-left: 100px;
}
.semester {
	width: 35%;
	padding-left: 100px;
}
.course1 {
	width: 20%;
	padding-right: 40px;
}
.time1 {
	width: 25%;
}
.instructor1 {
	width: 20%;
}
.course2, .course3, .course4, .course5 {
	width: 55%;
	text-align: right;
	line-height: .6;
	padding-right: 40px;
}
.time2, .time3, .time4, .time5 {
	width: 25%;
}
.instructor2, .instructor3, .instructor4, .instructor5 {
	width: 20%;
}
#footer {
	padding-top: 25px;
}
}

@media screen and (max-width: 666px) {
h2 {
	font-size: 15px;
}
.title {
	width: 100%;
	text-align: center;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: .1;
}
.semester {
	width: 100%;
	text-align: center;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 30px;
	line-height: .1;
	}
.course1 {
	width: 45%;
	line-height: 0;
	padding: 0px 10px 0px 0px;
}
.time1 {
	width: 55%;
	line-height: 0;
	padding: 0px 0px 0px 10px;
}
.instructor1 {
	width: 100%;
	text-align: center;
	line-height: 0;
	padding: 0px 0px 20px 0px;
}
.semester {
	width: 100%;
	text-align: center;
	padding: 0px 0px 10px 0px;
}
.course1, .course2, .course3, .course4, .course5 {
	width: 100%;
	text-align: center;
	line-height: 0;
	padding: 0;
}
.time1, .time2, .time3, .time4, .time5 {
	width: 100%;
	text-align: center;
	line-height: 0;
	padding: 0;
}
.instructor1, .instructor2, .instructor3, .instructor4, .instructor5 {
	width: 100%;
	text-align: center;
	line-height: 0;
	padding-bottom: 20px;
}
.instructor5 {
	padding-bottom: 80px;
}
#footer {
	padding-top: 8px;
}
}
	
	
	
	