/* math 310 */
.math-310 .content-wrapper{
  background-image: url("../../assets/images/math310-black.png");                
}
body.math-310{  
  background-color:rgba(220,100,0,1);
}
.math-310 .week-item-content{    
  background-color:rgba(220,100,0,0.2);  
}
/* .math-310 .current-week .week-item-content{        
  background-color: rgba(220,100,0,0.4);   
} */
.math-310 footer{    
  background-color: rgba(150,75,20,1);
}