@media screen and (min-width: 1800px) {
	section#splash {
		min-height: 130em;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1799.99px) {
	section#splash {
		min-height: 100em;
	}
}

@media screen and (max-width: 1199px) {
	section#splash {
		min-height: 90em;
	}
}

@media screen and (max-width: 600px) {
	section#splash {
	    max-height: 60em !important;
	}

	#faq {
	    padding: 30em 5%;
	}
}

p.faqheading {
    font-size: 1.6rem;
    margin-bottom: 2em;
}