
@font-face {
	font-family: business_name;
	src: url("fonts/businessname.ttf"); }
body {
	color: var(--fore-text);
	background-color: var(--back-text);
	font-size: 1.618em; }
h1,
address#phone,
header p:last-child {
	color: var(--fore-h1); }
h2 {
	color: var(--fore-h2); }
header h2 + p {
	color: var(--fore-h3); }
a {
	color: var(--fore-link);
	text-decoration: underline;
	border-bottom: 1px solid var(--under-link); }
a:visited {
	color: var(--fore-link-visited);
	border-bottom: 1px solid var(--under-link-visited); }
a:hover {
	outline: 1px solid var(--outline-link); }
a:visited:hover {
	outline: 1px solid var(--outline-link-visited); }


header,
section,
footer {
	text-align: center; }
.business_name {
	font-family: business_name; }
h1 business {
	display: block; }
h1 business name {
	white-space: nowrap; }
h2 {
/*
  position: relative;
	left: -3.82em;
*/
	margin: auto;
	font-size: 1.382em;
	max-width: 27em; }
p {
	max-width: 27em;
	margin: 0 auto .618em;
	text-align: justify;
	text-indent: 1.382em; }
em {
	font-style: oblique;
	font-weight: bold; }
strong {
	text-transform: uppercase;
	font-weight: normal; }
/*
@media (max-width: 907px) {
	header h1 {
		color: SkyBlue; } }
@media (min-width: 907px) {
	header h1 {
		color: transparent;
		background-image: url("images/BIRW_title.png");
		height: 79px;
		width: 907px;
		margin: auto;
		border-radius: .382em / .27em; } }
*/
header a,
header a:visited,
header a:hover,
header a:visited:hover {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	border: none;
	outline: none;
	color: inherit;
	font-size: inherit; }
header h2 {
	margin-bottom: 0; }
@media screen and (max-width: 702px) {
	header h2 {
		padding-top: 34px;
		min-width: 142px;
		background: url("images/RW_logo.mini.png") center top no-repeat; } }
@media screen and (min-width: 703px) {
	header h2 {
		padding-top: 168px;
		min-width: 703px;
		background: url("images/RW_logo.png") center top no-repeat; } }
header h2 + p {
	max-width: 13.1em;
	margin: 0 auto .618em;
	text-align: center;}
header p {
	text-indent: 0; }
address#phone {
	font-size: 2.618em;
	text-align: center;  }
header p:last-child {
	width: 17em;
	max-width: 100%;
	font-style: oblique;
	font-weight: bold; }
@media screen and (min-width: 24em) {
	header p:last-child span {
		display: block;
		margin-left: 1.382em; }
	header p:last-child span:last-child {
		margin-left: 2.618em; } }
footer {
	margin-top: 1em; }
footer p {
	font-size: .618em;
	max-width: 100%;
	text-indent: 0;
	text-align: center; }
footer .business_name {
	white-space: nowrap; }
err {
	display: block;
	font-size: 2em;
	color: red;
	background-color: black;
}