/* Artfully masterminded by ZURB  */

/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2f
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */



/* -----------------------------------------
   Page Name 1
----------------------------------------- */




/* -----------------------------------------
   Page Name 2
----------------------------------------- */

h6 {
        font-size: 19px;
		font-family: Georgia, "Times New Roman", Times, serif;
		padding-bottom: 8px;
    }

@media (min-width: 910px) {
    p {
        font-size: 103%;
    }
	
	 h1, h2, h3, h4,
	  {
        font-size: 180%;
    }
	
	li a {
        font-size: 100%;
    }
	
	
	
	h5 {
        font-size: 110%;
		line-height: 1.4;}
    }
	
	
	
}
 
@media (max-width: 909px) {
   p {
        font-size: 95%;
    }
	
	 h1, h2, h3, h4, h5, li a {
        font-size: 150%;
    }
	
	li a {
        font-size: 90%;
    }
	
	
	
	h5 {
        font-size: 90%;
    }
	
	h6 {
        font-size: 121%;
    }
	
	
}