
/******************* Background ********************/
	
		
	html { 
		background-color:#FAFAFA; background-image:url(https://www.missmenopause.co.uk/wp-content/uploads/2017/12/Miss-Menopause-website-header-star-photo.png); background-repeat:no-repeat; background-position:center top; background-attachment:; -webkit-background-size:; background-size:;
	}

/********************** 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: Ubuntu, Arial, Tahoma, sans-serif;
		font-weight: normal;
	}
	
	#menu > ul > li > a, #header_action_button, #header_cart {
		font-family: Ubuntu, Arial, Tahoma, sans-serif;
		font-weight: normal;
	}
	
	h1 {
		font-family: Ubuntu, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h2 {
		font-family: Ubuntu, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h3 {
		font-family: Ubuntu, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h4 {
		font-family: Ubuntu, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h5 {
		font-family: Ubuntu, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h6 {
		font-family: Ubuntu, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}


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

/* Body */

	body {
		font-size: 16px;
				line-height: 24px;		
	}
	
	#menu > ul > li > a, #header_action_button, #header_cart {	
		font-size: 20px;
	}
	
/* Headings */

	h1 { 
		font-size: 43px;
				line-height: 43px;
	}
	
	h2 { 
		font-size: 39px;
				line-height: 39px;
	}
	
	h3 {
		font-size: 28px;
				line-height: 30px;
	}
	
	h4 {
		font-size: 26px;
				line-height: 30px;
	}
	
	h5 {
		font-size: 23px;
				line-height: 28px;
	}
	
	h6 {
		font-size: 18px;
				line-height: 25px;
	}
