.Master {
	max-width: 1175px;
}

header {
	background: #ffffff !important;
	border-bottom: 1px solid #e8d0d4;
}

header h1 {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #7B1828;
}

.site-wordmark {
	display: flex;
	flex-direction: column;
	line-height: 1;
}

.site-name-main {
	font-family: 'Trebuchet MS', 'Segoe UI', Arial, sans-serif;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 5px;
	line-height: 1;
}

.site-name-sub {
	font-family: 'Trebuchet MS', 'Segoe UI', Arial, sans-serif;
	font-size: 9px;
	font-weight: 400;
	letter-spacing: 4px;
	margin-top: 3px;
}

.site-version {
	font-family: monospace;
	font-size: 11px;
	font-weight: normal;
	color: rgba(123, 24, 40, 0.5);
	border-left: 1.5px solid rgba(123, 24, 40, 0.2);
	padding-left: 12px;
}

.eulaPrompt {
	cursor: pointer;
}

.eulaPrompt:hover {
	outline: 2px blue solid;
	border-radius: 3px;
}

section {
	text-align: justify;
}

.contactSection {
	text-align: center;
}

.phoneNumber {
	color: green;
	font-weight: bold;
	white-space: nowrap;
}

footer {
	text-align: center;
}