/* Enter your CSS3 Styles Here */

H1 { /* Used for Page Title - font size is Page Body Font Size + 6 pixels */
	font-weight:normal;   
	font-size:36px; 
	font-family: Raleway,verdana,arial,helvetica,sans-serif;  
    margin-top:0px;
	margin-bottom:15px;
	padding-top:15px; /* do with padding, not top margin, so it does not put space above the h1 tag on the site */ 
	text-align:left; 
} 

H2 {  /* Font size is Page Body Font Size + 3 pixels */
	font-weight:normal; 
	font-size:66px; 
	font-family: Oswald,verdana,arial,helvetica,sans-serif;
	margin-top:0px;
	margin-bottom:0px;
