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

		
	html { 
		background-color:#000000; background-image:url(https://scottwoods.ca/wp-content/uploads/2015/12/homepage_common1400x250pxl.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="email"], textarea, select {
		font-family: Open Sans, Arial, Tahoma, sans-serif;
		font-weight: normal;
	}
	
	#menu > ul > li > a {
		font-family: Open Sans, Arial, Tahoma, sans-serif;
		font-weight: normal;
	}
	
	h1 {
		font-family: Open Sans, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h2 {
		font-family: Open Sans, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h3 {
		font-family: Open Sans, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h4 {
		font-family: Open Sans, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h5 {
		font-family: Open Sans, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h6 {
		font-family: Open Sans, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}


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

/* Body */

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

	h1 { 
		font-size: 36px;
				line-height: 36px;
	}
	
	h2 { 
		font-size: 32px;
				line-height: 32px;
	}
	
	h3 {
		font-size: 26px;
				line-height: 28px;
	}
	
	h4 {
		font-size: 24px;
				line-height: 28px;
	}
	
	h5 {
		font-size: 19px;
				line-height: 24px;
	}
	
	h6 {
		font-size: 17px;
				line-height: 20px;
	}
