<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,500,700|Roboto:400,700&amp;display=swap');

* {
	color: #fff;
}

body, html {
	height: 100%;
	width: 100%;
}

body {
	background-image: url('images/bg.png');
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
}

.container-md {
	min-height: 100%;
	margin-bottom: 80px;
}

h1 {
	text-transform: uppercase;
	margin: 50px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 60px;
	text-align: center;
}

h2 {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0;
}

h2.locations {
	margin: 30px 0;
	text-align: center;
}

h6 {
	font-family: 'Roboto Slab', serif;
	font-weight: 500;
	font-size: 18px;
	margin-top: 20px;
}

.row.about {
	font-family: 'Roboto Slab', serif;
	font-size: 22px;
	text-align: center;
	margin-bottom: 40px;
}

.col-12.col-md-4 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}

.col-12.col-md-8 {
	margin-bottom: 30px;
}

span.info {
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
}

.hello-link {
	width: 175px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	padding: 15px 0;
	border: 2px solid #FDD041;
	border-radius: 30px;
	display: block;
}

a:link, a:active, a:visited, a:hover {
	color: #fff;
	text-decoration: none;
}

hr {
	width: 100%;
	margin-left: -20px;
	margin-right: -20px;
	background: #fff;
	margin: 0;
}

.col-12.col-md-5 {
	text-align: center;
	margin-bottom: 50px;
}

.col-12.col-md-5 img {
	height: 81px;
}

.col-12.col-md-5 img.gr {
	width: 112px;
}

.col-12.col-md-5 img.scottsdale {
	width: 72px;
}

.copyright {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 14px;
	font-weight: 100;
	height: 80px;
	margin-top: -80px;
	padding-top: 40px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

@media all and (min-width: 768px) {
	.container-md {
		width: 700px !important;
		max-width: 700px !important;
		margin-bottom: 0;
	}

	h1 {
		margin-top: 85px;
		text-align: left;
	}

	h2.locations {
		text-align: left;
	}

	.col-12.col-md-8 {
		text-align: left;
	}

	.col-12.col-md-5:first-child {
		border-right: 1px solid #fff;
	}

	.copyright {
		width: 700px;
		height: 40px;
		margin-top: -40px;
		padding-top: 0;
		text-align: left;
	}
}</pre></body></html>