
/******************* Background ********************/

		
	html { 
		background-color:#ffffff;
	}

/********************** Fonts **********************/
 	body, button, input[type="submit"], input[type="reset"], input[type="button"],
	input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea, select {
		font-family: PT Sans, Arial, Tahoma, sans-serif;
		font-weight: normal;
	}
	
	#menu > ul > li > a {
		font-family: PT Sans, Arial, Tahoma, sans-serif;
		font-weight: normal;
	}
	
	h1 {
		font-family: PT Sans, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h2 {
		font-family: PT Sans Narrow, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
    
	h2.subtitle {
		font-family: PT Sans, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}    
	
	h3 {
		font-family: PT Sans Narrow, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h4 {
		font-family: PT Sans Narrow, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h5 {
		font-family: PT Sans Narrow, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h6 {
		font-family: PT Sans Narrow, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}



/********************** Font sizes **********************/

/* Body */

	body {
		font-size: 15px;
				line-height: 23px;		
	}
	
	#menu > ul > li > a {	
		font-size: 14px;
	}
	
/* Headings */

	h1 { 
		font-size: 39px;
				line-height: 39px;
	}
	
	h2 { 
		font-size: 34px;
				line-height: 34px;
	}
	
	h3 {
		font-size: 30px;
				line-height: 32px;
	}
	
	h4 {
		font-size: 30px;
				line-height: 34px;
	}
	
	h5 {
		font-size: 23px;
				line-height: 28px;
	}
	
	h6 {
		font-size: 16px;
				line-height: 23px;
	}

	@media only screen and (max-width: 767px) {
		h1 { 
						font-size: 34px;
						line-height: 34px;
		}
		
		h2 { 
						font-size: 27px;
			line-height: 27px;
		}
		
		h3 { 
						font-size: 25px;
			line-height: 25px;
		}
	}