@mixin coverpageStageBlock($fontFamily: $bodyfont, $fontSize: 1em) {

font-family: $fontFamily;
font-weight: 400;
font-size: $fontSize;
margin: 0 0 2em 0;
text-transform: uppercase;

}