/* CONTENT PAGES */
h1,
h2 {
	display: block;
	
	margin-top: 2rem;
	margin-bottom: 1rem;
	
	font-weight: normal;
	text-align: left;
	
	color: #ffffff;
}
h1 {
	font-size: 4rem;
	line-height: 5rem;
}
h2 {
	font-size: 3.5rem;
	line-height: 4.5rem;
}

p {
	font-size: 3rem;
	line-height: 4rem;
	/* text-align: left; */
}

a {
	font-size: 3rem;
	line-height: 4rem;
	font-weight: 300;
	text-align: left;

	/* color: #ffffff; */
	color: #80a0ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.small h1 {
	font-size: 2rem;
	line-height: 3rem;
}
.small h2 {
	font-size: 1.5rem;
	line-height: 2.5rem;
}
.small p {
	font-size: 1.5rem;
	line-height: 2rem;
}
.small a {
	font-size: 1.5rem;
	line-height: 2rem;
}

@media (max-width: 1007px) and (min-width: 600px) { 
	h1 {
		font-size: 3.5rem;
		line-height: 4.5rem;
	}

	h2 {
		font-size: 3rem;
		line-height: 4rem;
	}

	p {
		font-size: 2.5rem;
		line-height: 3.5rem;
	}

	a {
		font-size: 2.5rem;
		line-height: 3.5rem;
	}

	.small h1 {
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
	.small h2 {
		font-size: 1rem;
		line-height: 2rem;
	}
	.small p {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.small a {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

@media (max-width: 599px) and (min-width: 481px) { 
	h1 {
		font-size: 3rem;
		line-height: 4rem;
	}

	h2 {
		font-size: 2.5rem;
		line-height: 3.5rem;
	}

	p {
		font-size: 2rem;
		line-height: 3rem;
	}

	a {
		font-size: 2rem;
		line-height: 3rem;
	}

	.small h1 {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.small h2 {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.small p {
		font-size: 1rem;
		line-height: 1.25rem;
	}
	.small a {
		font-size: 1rem;
		line-height: 1.25rem;
	}
}

@media (max-width: 480px) {
	h1 {
		font-size: 2rem;
		line-height: 3rem;
	}

	h2 {
		font-size: 1.75em;
		line-height: 2.75em;
	}

	p {
		font-size: 1.5rem;
		line-height: 2.5rem;
	}

	a {
		font-size: 1.5rem;
		line-height: 2.5rem;
	}

	.small h1 {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.small h2 {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.small p {
		font-size: 1rem;
		line-height: 1.25rem;
	}
	.small a {
		font-size: 1rem;
		line-height: 1.25rem;
	}
}
