What purpose does the CSS Cascade serve?
The purpose is to determine what style is applied to an HTML element.
What is source order?
The order that the CSS code is written. CSS is read from top to bottom. The styling written last will be applied.
In what situations might you need to apply styling to a single element multiple times in one stylesheet?
Mobile.
If the site is used on a mobile device you can override the style for desktop devices