
/******************* Background ********************/

		
	html { 
		background: #ffffff;
	}
	
	

/********************** 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: Exo, Arial, Tahoma, sans-serif;
		font-weight: normal;
	}
	
	#menu > ul > li > a {
		font-family: Raleway, Arial, Tahoma, sans-serif;
		font-weight: normal;
	}
	
	h1 {
		font-family: Exo, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h2 {
		font-family: Exo, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h3 {
		font-family: Exo, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h4 {
		font-family: Exo, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h5 {
		font-family: Exo, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h6 {
		font-family: Exo, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}


/********************** Font sizes **********************/

/* Body */

	body {
		font-size: 12px;
				line-height: 19px;		
	}
	
	#menu > ul > li > a {	
		font-size: 16px;
	}
	
/* Headings */

	h1 { 
		font-size: 22px;
				line-height: 22px;
	}
	
	h2 { 
		font-size: 22px;
				line-height: 22px;
	}
	
	h3 {
		font-size: 22px;
				line-height: 24px;
	}
	
	h4 {
		font-size: 22px;
				line-height: 26px;
	}
	
	h5 {
		font-size: 22px;
				line-height: 27px;
	}
	
	h6 {
		font-size: 16px;
				line-height: 18px;
	}
	
	
/******************* Fixed heights ********************/

	/* 1240px */
		.column-fixed > div { height: 380px; }
	.column-fixed div.inner-padding { height: 340px;}
	.column-fixed .call_to_action .inner-padding { height: 340px; line-height: 340px;}
	
		
	/* 960px */
	@media only screen and (min-width: 960px) and (max-width: 1239px) {
				.column-fixed > div { height: 380px; }
		.column-fixed div.inner-padding { height: 340px;}
		.column-fixed .call_to_action .inner-padding { height: 340px; line-height: 340px;}	
	}
	
	/* 768px */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
				.column-fixed > div { height: 380px; }
		.column-fixed div.inner-padding { height: 340px;}
		.column-fixed .call_to_action .inner-padding { height: 340px; line-height: 340px;}	
	}
	
	