/*stylesheet and website coded by Rob Taylor, Jan 2020 - if something doesn't work it's all my own fault for trying to code my own website when there are many easier ways of doing this!!!*/

body { 
	background-image: url('images/image3.jpg');
	font-size: 87.5%;
	font-family: Arial, 'Lucida Sans Unicode';
	line-height: 1.5;
	text-align: left;	 
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #800000;
}

a:hover, a:active {
	background-color: #800000;
	color: #fff;
	padding: 10px 20px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}

.body {
	margin: 0 auto;
	width: 70%;
	clear: both;	
}

.mainHeader nav {
	background-color: #000;
	height: 40px;
	width: 650px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	margin-top: 20px;
}

.mainHeader nav ul {
	list-style: none;
	margin: 0 auto;
}

.mainHeader nav ul li {
	float: left;
	display: inline;
}

.mainHeader nav a:link, .mainHeader nav a:visited {
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	height: 20px;
}

.mainHeader nav a:hover, mainHeader nav a:active,
.mainHeader nav .active a:link, .mainHeader nav .active a:visited {
	text-decoration: none;
	background-color: #800000;
	text-shadow: none; 
}

.mainHeader nav ul li a { 
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}	

.mainContent {
	line-height: 25px;
	border-radius: 25px;
	width: 650px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}

.content {
	width: 100%;
	float: left;
}

.article {
	background-color: #fff;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	padding: 3% 5%;
	margin-top: 20px;
}

.iframe {
	border-style: none;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}

.sub-title {
	font-style: italic;
	color: #999;
	font-size: 100%;
}

.map {
		max-width: 90%;
		height: auto;
}

.mainFooter {
	width: 650px;
	height: 40px;
	float: left;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	background-color: #000;
	margin: 2% 0;	
}

.mainFooter p {
	width: 92%;
	margin: 10px auto;
	color: #FFF;
}





@media only screen and (min-width: 150px) and (max-width: 800px) {
	.body {
		width: 100%;
		font-size: 95%;	
}

	.mainHeader nav {
		width: 100%;
		height: 200px;
}

	.mainHeader nav ul {
		padding-left: 0;
		margin-top: 5px;
}

	.mainHeader nav ul li {
		width: 100%;
		text-align: center;
}

	.mainHeader nav a:link, .mainHeader nav a:visited {
		padding: 10px 25px;
		height: 20px;
		display: block;
}

	.mainContent {
		width: 100%;
}

	.content {
		width: 100%;
		float: left;
		margin-top: 2%;
}

	.topcontent {
		margin-top: 2%;
		margin-bottom: 4%;
}

    .article {
	    margin-top: 5px;
}

	.pic {
		width: 33%;
		height: auto;
}

	.iframe {
		max-width: 100%;
}

	.mainFooter {
		width: 100%;
}

