body {
	padding: 0;
	margin: 0;
  	font-family: "Almarai", serif;
  	font-weight: 300;
  	font-style: normal;
  	font-optical-sizing: auto;
}

em {
	font-style: italic;
}

strong {
	font-weight: 500;
}

h1, h2, h3 {
	margin-block-start: .375rem;
	margin-block-end: .25rem;
	font-family: "larken", sans-serif;
	font-style: normal;
  	font-optical-sizing: auto;
	line-height: 1.25;
}

h4, h5, h6, p, blockquote {
	margin-block-start: .375rem;
	margin-block-end: .25rem;
}

h1 {
	font-size: 5rem;
}

h2 {
	font-size: 3.75rem;
}

h3 {
	font-size: 2.75rem;
}

h4 {
	font-size: 2rem;
}

h5 {
	font-size: 1.25rem;
	margin-block-start: .75rem;
	margin-block-end: .25rem;
}

h6 {
	font-size: 1.125rem;
}

p {
	line-height: 1.5;
	margin-block-start: 1rem;
}

ul {
	line-height: 1.5;
}

.h1 {
	font-size: 5rem;
}

.h2 {
	font-size: 3.75rem;
}

.h3 {
	font-size: 2.75rem;
}

.h4 {
	font-size: 2rem;
}

.h5 {
	font-size: 1.25rem;
	margin-block-start: .75rem;
	margin-block-end: .25rem;
}

.h6 {
	font-size: 1.125rem;
}

.p {
	font-size: 1.125rem;
	line-height: 1.5;
	margin-block-start: 1rem;
}

/* GLOBAL ELEMENTS */

a.button {
	font-weight: 600;
}

/* SECTIONS */

/* INTRO */

.intro p {
	font-size: 2rem;
}

/* TEXT FORM */

.text-form .grid-50 #donation-form-container h3 {
	font-family: "Almarai", serif!important;
	font-weight: 300!important;
	font-size: 1.25rem!important;
	margin-block-start: .75rem!important;
	margin-block-end: .25rem!important;
}

/******/
/* MEDIA QUERIES */
/******/

@media screen and (min-width: 64.0625rem) and (max-width: 93.75rem) {
	
	h1 {
		font-size: 4rem;
	}

	h2 {
		font-size: 3.25rem;
	}

	h3 {
		font-size: 2.5rem;
	}
	
	.h1 {
		font-size: 4rem;
	}

	.h2 {
		font-size: 3.25rem;
	}

	.h3 {
		font-size: 2.5rem;
	}
	
	/* SECTIONS */

	.intro p {
		font-size: 1.5rem;
	}
	
}

@media screen and (min-width: 48rem) and (max-width: 64rem) {
	
	h1 {
		font-size: 3.75rem;
	}

	h2 {
		font-size: 3rem;
	}

	h3 {
		font-size: 2.25rem;
	}
	
	.h1 {
		font-size: 3.75rem;
	}

	.h2 {
		font-size: 3rem;
	}

	.h3 {
		font-size: 2.25rem;
	}
	
	/* SECTIONS */

	.intro p {
		font-size: 1.25rem;
	}
	
}

@media screen and (max-width: 47.9375rem) {
	
	h1 {
		font-size: 2.5rem;
	}

	h2 {
		font-size: 2rem;
	}

	h3 {
		font-size: 1.5rem;
	}
	
	.h1 {
		font-size: 2.5rem;
	}

	.h2 {
		font-size: 2rem;
	}

	.h3 {
		font-size: 1.5rem;
	}
	
	/* SECTIONS */

	.intro p {
		font-size: 1.125rem;
	}

}