@charset "UTF-8";

.address {
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	color: #696969;
	margin-bottom: 25px;
}

.heading {
	font-size: 24px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	padding-bottom: 5px;
	padding-top: 5px;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

a.links:link {
	color: #696969;
	text-decoration: none;
}

a.links:visited {
	color: #696969;
}
a.links:hover {
	color: #000;
	text-decoration: none;
}

@media only screen and (min-width: 768px) {
  /* CSS rules to apply when the screen width is 768px or wider */
	
.address {
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	color: #696969;
}

.heading {
	font-size: 24px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	padding-bottom: 15px;
	padding-top: 5px;
}


@media only screen and (max-width: 600px) {
  /* CSS rules to apply when the screen width is 600px or less */

.address {
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	color: #696969;
}

.heading {
	font-size: 24px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	padding-bottom: 15px;
	padding-top: 5px;
}

