/*  Styling unique ONLY to the Course Page    */


@supports (display: grid) {

}



/* --------------600px and Up (portrait tablets, large phones and up)------------ */
@media only screen and (min-width: 600px) { 
@supports (display: grid) {

}
}




@media only screen and (min-width: 900px) { 
}


@media only screen and (min-width: 1200px) { 
}

@media only screen and (min-width: 1500px) { 
}