/* math 101 */
.math-101 .content-wrapper{
  background-image: url("../../assets/images/math101.png");                
}
body.math-101{  
background-color: rgba(162, 90, 13, 0.9);
}
.math-101 .week-item-content{    
  background-color: rgba(162, 90, 13, 0.2);
}
.math-101 .current-week .week-item-content{        
  background-color: rgb(162, 90, 13,);
}
.math-101 footer{    
  background-color: rgb(81, 44, 5);
}