/* math 230 */
.math-230 .content-wrapper{
  background-image: url("../../assets/images/math230.png");
}
body.math-230{
background-color:rgba(111, 9, 9, 0.7);
}
.math-230 .week-item-content {
  background-color:rgba(166, 33, 33,0.15);    
}
.math-230 .current-week .week-item-content{    
  background-color: rgba(166, 33, 33,0.3);  
}
.math-230 footer{
  background-color: rgba(166, 33, 33,1);
}