
/******************* Background ********************/

		
	html { 
		background-color:#e8eee7;
	}

/********************** 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: Raleway, Arial, Tahoma, sans-serif;
		font-weight: normal;
	}
	
	#menu > ul > li > a {
		font-family: Raleway, Arial, Tahoma, sans-serif;
		font-weight: normal;
	}
	
	h1 {
		font-family: Raleway, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h2 {
		font-family: Raleway, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h3 {
		font-family: Raleway, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h4 {
		font-family: Raleway, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h5 {
		font-family: Raleway, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h6 {
		font-family: Raleway, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}


/********************** Font sizes **********************/

/* Body */

	body {
		font-size: 15px;
				line-height: 23px;		
	}
	
	#menu > ul > li > a {	
		font-size: 17px;
	}
	
/* Headings */

	h1 { 
		font-size: 32px;
				line-height: 32px;
	}
	
	h2 { 
		font-size: 26px;
				line-height: 26px;
	}
	
	h3 {
		font-size: 22px;
				line-height: 24px;
	}
	
	h4 {
		font-size: 18px;
				line-height: 22px;
	}
	
	h5 {
		font-size: 16px;
				line-height: 21px;
	}
	
	h6 {
		font-size: 17px;
				line-height: 24px;
	}

	@media only screen and (max-width: 767px) {
		h1 { 
						font-size: 27px;
						line-height: 27px;
		}
		
		h2 { 
						font-size: 19px;
			line-height: 19px;
		}
		
		h3 { 
						font-size: 17px;
			line-height: 17px;
		}
	}