body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background-color: #D8DCDE;
}

/*Header CSS*/
.header {
  width: 100%;
  height: 275px;
  margin: 0;
  border-bottom: 25px solid #000;
  opacity: 0.75;
}
header {
  width: 100%;
  height: 100%;
  background-image: url(images/CSBanner2.jpg);
  background-size: contain;
  text-align: center;
  color: #fff;
  margin: 0;
}
h1 {
  width: 100%;
  height: 50px;
  background-color: #000;
  padding-bottom: 20px;
  margin: 0;
}
h1, h2, h3 {
  font-family: font-family: 'Libre Franklin', sans-serif;
}

/*Main Section CSS*/
.mainSectionWrapper {
  width:  70%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  margin-bottom: 100px;
  border: 1px solid #6D8494;
}
.tableCourseInfo, .navigation, .mainCourseDetails {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

/*Table CSS*/
.tableCourseInfo {
  padding-top: 50px;
}
table {
  table-layout: fixed;
  width: 110%;
}
table, td {
  border: 1px solid black;
}
th {
  height: 30px;
  text-align: center;
  color: #fff;
  background-color: rgba(71, 78, 72, 0.8);
}
td {
  text-align: center;
  height: 60px;
}
