/* math 325 */
.math-325 .content-wrapper{
  background-image: url("../../assets/images/math325-black.png");                
}
body.math-325{  
background-color: rgba(20,20,20,0.9);
}
.math-325 .week-item-content{    
  background-color: lightgray;
}
.math-325 .current-week .week-item-content{        
  background-color: rgb(225, 220, 220);
}
.math-325 footer{    
  background-color: slategray;
}