body {
	font-family: Arial, "Open Sans", sans-serif;
	color: #4d4d4d;
	background: #f2f2f2; /* was #fafaff; */
}
.container {
	max-width: 1350px;
	margin: 1em auto;
/*	border: 1px solid #000; */
}
#header {
	margin-top: 0.5em;
	font-size: 3.25em;
	font-style: italic;
	text-align: center;
	letter-spacing: 3px;
	text-decoration: none;
	color: #4d4d4d; /* CornflowerBlue; */
	text-shadow: 1px 1px 3px #666;
}
#header a {
	text-decoration: none;
} 
hr.heading {
	margin: 0.5em auto;
	width: 98%;
	border: 1px solid #4d4d4d; /* CornflowerBlue; */
	box-shadow: 1px 1px 3px #666;
}
#subheader {
	font-size: 2.5em;
	text-align: center;
	letter-spacing: 10px;
	margin-bottom: 0.5em;
	color: #4d4d4d; /* CornflowerBlue; */
	text-shadow: 1px 1px 2px #666;
}
#subheader :hover {
	text-decoration: ;
}
a {
	color: #4d4d4d; /* CornflowerBlue; */
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* Top responsive nav ____________*/
ul.topnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 1.5em;
	margin-left: 1%;
}
ul.topnav li {
	float: left;
}
ul.topnav li a {
	display: block;
	color: white;
	text-align: center;
	padding: 10px 10px;
	text-decoration: none;
	color: #4d4d4d; /* CornflowerBlue; */
}
ul.topnav li a:hover:not(.active) {
	background-color: #4d4d4d; /* CornflowerBlue; */
	color: white;
	transition: 1s;
	transition-timing-function: ease-out;
}
ul.topnav li a.active {
	background-color: #4d4d4d; /* CornflowerBlue; */
	color: white;
}
hr {
	margin: 0.5em auto;
	width: 98%;
	border: 1px solid #4d4d4d; /* CornflowerBlue; */
}
/* Content ____________*/
h1 {
	font-size: 1.75em;
	margin: 0.75em 0em 0.5em 1%;
}
.singlecol {
	max-width: 750px;
	margin: 1em auto 0 auto;
	font-size: 1.2em;
	text-align: justify;
	text-justify: inter-word;
	padding: 0 0.75em 0 0.75em;
}
.quotecol {
	max-width: 750px;
	margin: 1em auto 0 auto;
	font-size: 1.2em;
	padding: 0 0.75em 0 0.75em;
}
/* Responsive slides ____________*/
.slideshow {
	padding:0em 0em 1em 1%;
	margin: 3em auto 0 auto;
}
.rslides {
	position: relative;
	list-style: none;
	padding: 0;
}
.rslides img {
	width: 100%; 
	border-radius: 0.25em;
	box-shadow: 0em 0em 0.75em #999;
	margin-bottom: 2em;
}
.rslides li {
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
}
.quote {
	text-align: right;
}
/* Gallery layout ____________*/
div.responsive img {
	width: 100%;
	height: auto;
}
.responsive img {
	border-radius: 0.25em;
	box-shadow: 0em 0em 0.75em #999;
}
.responsive img:hover {
	box-shadow: 0em 0em 1em #000;
	transition: 0.5s;
}
 div.title {
	padding: 10px 0px 5px 5px;
	text-align: left;
	font-size: 1.1em;	
}
h2 {
	font-size: 1.4em;
	margin-left: 0.5em;
}
* {
	box-sizing: border-box;
}
.responsive {
	padding: 15px;
	float: left;
	width: 24.99999%;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.contact {
	text-align: center;
	font-size: 1.25em;
}
/* Small image rollovers ____________*/
.row img:hover {
	box-shadow: 0em 0em 0.75em #333;
}
h3 {
	font-size: 1.1em;
	letter-spacing: -1px;
	margin-bottom: 0.3em;
}
/* Left lower nav ____________ */
ul.lowernav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 1.25em;
	margin-left: 1%;
}
ul.lowernav li {
	float: left;
	padding: 0 0 10px 0;
}
ul.lowernav li a {
	display: block;
	color: white;
	text-align: center;
	padding: 10px 15px;
	text-decoration: none;
	color: #4d4d4d; /* CornflowerBlue; */
}
ul.lowernav li a:hover:not(.active) {
	background-color: #4d4d4d; /* CornflowerBlue; */
	color: white;
	transition: 1s;
	transition-timing-function: ease-out;
}
ul.lowernav li a.active {
	background-color: #4d4d4d; /* CornflowerBlue; */
	color: white;
}
.inlineimage {
/*	width: 50%; */
	height: auto;
	float: left;
	margin-right: 15px;
	border-radius: 0.25em;
	box-shadow: 0em 0em 0.75em #999;
}
.fullwidthimage {
	display: block;
	margin: 1.5em auto 2em auto;
	width: 85%; 
	border-radius: 0.25em;
	box-shadow: 0em 0em 0.75em #999;
}
.centredimage {
	display: block;
	margin: 1.5em auto 2em auto;
	width: 100%; 
	border-radius: 0.25em;
	box-shadow: 0em 0em 0.75em #999;
}
.centredimage:hover {
	box-shadow: 0em 0em 0.75em #333;
}
.imagetext {
	font-size: 0.9em;
	margin-top: -2em;
	font-style: italic;
}
.quoter {
	clear: left;
	margin-top: 0.5em;
	font-size: 0.85em;
}
.quoter img {
	border-radius: 0.25em;
	box-shadow: 0em 0em 0.75em #999;
	float: left;
	margin: 0.25em 1em 0.5em 0em;
}
.quoter p {
	margin-top: -0.05em;
}
/* Footer ____________*/
#quotes {
	text-align: right;
	font-size: 1em;
	padding: 0.5em 1% 0.5em 1%;
}
.footertext {
	float: left;
	font-size: 0.9em;
	padding: 0em 1% 2em 1%;
}
.top {
	text-align: right;
	font-size: 1.25em;
	padding: 1em 1% 2em 1%;
}
/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}
/* Media queries ____________*/
@media screen and (max-width: 600px) {
	ul.topnav li {float: none;}
}
@media only screen and (max-width: 700px) {
	.responsive {
	width: 49.99999%;
    margin: 6px 0; }
}
@media only screen and (max-width: 500px) {
	.responsive {
    width: 100%; }
}