html { scroll-behavior: smooth; }
/* General Element Prefs */
body { font-family: 'Quattrocento', serif; }
h1, h2, h3, h4, h5 { font-family: 'Oswald', sans-serif; }
h2 { font-size: 4vw; }
blockquote { font-size: 2.5vh; font-family: 'Satisfy', sans-serif; quotes: "\201C""\201D""\2018""\2019"; line-height: 60px; }
blockquote:before { content: open-quote; font-size: 6vh; }
blockquote:after { content: close-quote; font-size: 6vh; }
.hidden { display: none; }

/* Splash Area */
.intro { display: flex; flex-direction: column; justify-content: center; height: 100vh; background-position: center; background-size: cover; }
.intro h1 { font-size: 8vw; color: #fff; }
.intro h3 { font-size: 4vw; color: #fff; }
.intro p { font-size: 3.0vh; }

/* General support classes */

/* Media Queries */
@media (max-width: 767.98px) {
	#logo { max-height: 100px; }
	h2 { font-size: 8vw; }
	h3 { font-size: 6vw; }
	.intro h1 { font-size: 10vw; }
	.intro h3 { font-size: 8vw; }
	.btn-orange { width: 100%; margin: 10px 0; }
}