* {
    margin: 0;
    padding: 0;
}
html,
body {
    height: 100%;
}
body {
    font-family: 'Open Sans', Segoe UI, sans-serif;
    color: #000;
	background-color: #fafafa;
}

header {
    margin: 30px;
    text-align: center;
}

header h1 {
    font-size: 48pt;
    font-family: Raleway, sans-serif;
    letter-spacing: 1px;
    font-weight: 100;
}
header h2 {
    font-size: 28pt;
    margin-top: 10px;
    font-weight: 100;
    font-family: Raleway, sans-serif;
    letter-spacing: 1px;
}
.courses {
	margin: 0 auto;
	height: auto;
}
.course {
    float: left;
    height: 80px;
    width: 300px;
    margin: 5px 10px;
    padding: 5px;
}
.courseField {
    color: #fff;
    font-size: 8pt;
    border: 1px;
    padding: 0px 3px;
    border-radius: 2px;
}
.courseName {
    font-size: 12pt;
}
.courseInstructor {
    font-size: 9pt;
    font-style: italic;
}
.courseSchool {
    font-size: 9pt;
}
