@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('https://gamingcommission.club/www.webglacademy.com/openSans.woff') format('woff');
}

body {
  font-size: 10pt;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  background-color: #24648a;
} 

.content {
  display: block; width: 960px;
  background-color: #fafafa; margin-right: auto; margin-left: auto;
  margin-top: 0px; padding: 0px;
  min-height: 100%
}
  
.inside {margin-left: 20px; margin-right: 20px}

h1 {
  color: #24648a;
  font-size: 48pt;
  font-family: 'Vollkorn', serif;
  margin-top: 0;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 0px;
}

h2 {
  color: #f50;
  font-family: 'Vollkorn', serif;
  margin-left: 1em;
  margin-top: 2em;
}

p {
  text-align: justify;
}

a { text-decoration: none; color: blue; }
a:hover { color: #88f}  

.programSection {
  width: 100%;
  /*float: left;*/
  overflow: auto;
  text-align: center;
  display: table;
}

.programSectionTrunk {
  background-color: #eef
}

.programSectionAdvanced {
  background-color: #ddf
}

.programSectionMisc {
  background-color: #bbf
}

.programSectionDescription {
  display: block;
  padding: 10px;
  /* float: left; */
  height: 100%;
  display: table-cell;
  width: 200px;
  margin-left: 10px;
  margin-top: 10px;
  text-align: left;
}

.programSectionLabel {
  display: inline-block;
  font-weight: bold;
}

.programSectionModule {
  width: 300px;
  border: 1px solid white;
  margin: 10px;
  display: inline-block;
  vertical-align: top
}

.programSectionCourse {
  width: 300px;
  text-align: left;
  float: left;
  cursor: pointer;
}

.programSectionHead {
  background-color: #f50;
  color: white;
  font-family: 'Vollkorn', serif;
  text-align: center;
  width: 300px;
  float: left;
  font-size: 16pt;
  font-variant: small-caps;
  padding-bottom: 3px;
}

.programSectionHead:hover {
  background-color: #f70;
  color: white;
}

.programSectionCourseLabel {
  font-weight: bold;
  display: inline;
}

.programSectionCourseDescription {
   margin: 10px;
}

.seoLink {
}