html {
	text-rendering: optimizeLegibility;
}

body {
	margin: 0;
	font-family: 'Charter', serif;
	font-size: 18px;
	color: #333;
	background: #FBFBFB;
}

main {
	width: 75%;
	max-width: 760px;
	min-width: 320px;
	margin: 0 auto;
}

#grid-container {
	margin-top: 4rem;
}

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

a {
	color: rgb(85, 68, 179);
	text-decoration: none;
}

ul li {
	line-height: 1.5;
}

hr {
	border: 2px dotted rgb(187, 187, 187);
}

h1 {
	font-family: 'Monoton', 'Montserrat', sans-serif;
	font-weight: normal;
	font-size: 4.5rem;
	color: rgb(204, 59, 54);
	margin: 0;
	line-height: 1.0;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 2.25rem;
	color: rgb(204, 59, 54);
	margin: 2rem 0 0.5rem 0; 
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1.75rem;
	color: rgb(63, 51, 50);
	margin: 1.5rem 0 0.5rem 0; 
}

h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	color: rgb(204, 59, 54);
	margin: 1.25rem 0 0.5rem 0; 
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	body {
		font-size: 16px;
	}

	h1 {
		font-size: 4rem;
	}
} 




