/* ===========================
--- place course specific styling in this file
============================ */
h1, h2, h3, h4, h5, h6 {
  font-family: Corbel, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
body {
  font-family: Corbel, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
#course-content {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,dbebff+100 */
  background: rgb(255,255,255); /* Old browsers */
 /* background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(219,235,255,1) 100%); /* FF3.6-15 */
 /* background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(219,235,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
 /* background: linear-gradient(to bottom,  rgba(255,255,255,1) 1%,rgba(219,235,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbebff',GradientType=0 ); /* IE6-9 */
}
