$headerCollapseWidth: 						1300px;
$headerHeight: 									180px;
$headerHeightMobile: 						100px;
$headerBackground: 							#daecee;
$headerLinkColor: 								#492024;
$headerMenuToggleBackground:  	#DAECEE;
$headerMenuToggleIconBackground_Open: #B5293A;
$headerMenuToggleIconBackground_Collapse: #000;

$contain-standard:						1200px;

$font-family-header:					"Nunito", sans-serif;
$font-family:									"Merriweather", serif;

$font-size-p-small:						1rem;
$font-size-p:									1.1rem;		
$font-size-p-large: 						1.1rem;
$font-size-h4:								1.4rem;		
$font-size-h3:								1.7rem;
$font-size-h3-mobile:					1.7rem;
$font-size-h2:								2.5rem;	
$font-size-h2-mobile:					2.5rem;
$font-size-h1:								3rem;	
$font-size-h1-mobile:					2.5rem;

$font-line-height-p:						2;
$font-line-height-h4:					1.4;
$font-line-height-h3:					1.2;
$font-line-height-h3-mobile:		1.2;
$font-line-height-h2:					1.2;
$font-line-height-h2-mobile:		1.2;
$font-line-height-h1:					1.1;
$font-line-height-h1-mobile:		1.1;

$font-color-p:								#a48e89;		
$font-color-h4:								#000;		
$font-color-h3:								#000;
$font-color-h2:								#b5293a;
$font-color-h1:								#b5293a;
$font-color-link:							#7eb1b6;

$font-weight-p:								400;
$font-weight-h4: 							300;
$font-weight-h3:							300;
$font-weight-h3-mobile:				300;
$font-weight-h2:							300;
$font-weight-h2-mobile:				300;
$font-weight-h1:							300;
$font-weight-h1-mobile:				300;

$form-input-bg:							rgba(0,0,0,.02);	
$form-input-border-color: 			rgba(0,0,0,.12); 



$btn-background-color: #b5293a;
$btn-background-color-hover: darken(#b5293a,5%);
$btn-font-color: #fff;
$btn-border-radius: 0;
$btn-padding: 8px 22px 6px 22px;
$btn-font-weight: 500;

$btn-secondary-padding: 8px 18px !default;