/*                                                                      */
/* 		               TYPOGRAPHY - DESKTOP UP             		        */
/*                                                                      */
/* v001 02 Aug 2019 -   Initial version created from WOL desktop.css     */
/*                                                                      */
/*                                                                      */


/* **************************************** */
/* 		H2 SIZES ON HOME PAGE		 		*/
/* **************************************** */

  section.content h2 {
    font-size: 48px;
    line-height: 56px;
  }

  section.content article.home h3.intro {
    font-size: 3em;                                             /* REMOVE? */
  }
  section#main-select section.content article.home h2 {
	font-size: 4.0em;                                           /* REMOVE? */
  }

