body{ font-family: 'Pacifico', cursive; }

/* font-sizes for small screens */
.font_Xlarge{ font-size: 2em; }
.font_Large{ font-size: 1.5em }
.font_Normal{ font-size: 1.25em; }
.font_XSmall { font-size: 0.875em; }

/* adjust font for bigger screens */
@media only screen and (min-width: 992px){
    .font_Xlarge{ font-size: 2.25em; }
    .font_Large{ font-size: 2em; }
    .font_Normal{ font-size: 1.75em; }      
}
