<style type="text/css">
 tr {font-family:Verdana; color: #000000; font-size:small}
 td {font-family:Verdana; color: #000000; font-size:small}
 th {font-family:Verdana; color: maroon; font-size:medium}
 h1 {font-family:Verdana; color: #000000; font-size:large}
 h2 {font-family:Verdana; color: #000000; font-size:medium}
 h3 {font-family:Verdana; color: #000000; font-size:small}
 h4 {font-family:Verdana; color: maroon; font-size:small}
 p {font-family:Verdana; color: #000000; font-size:small}
 dd {font-family:Verdana; color: maroon; font-size:small}
 blockquote {font-family:Verdana; color: #000000; font-size:small; font-style:italic}
 li {font-family:Verdana; color: #000000; font-size:small}
 span {font-family:Verdana; color: yellow; font-size:small}
 marquee {font-family:Verdana; color: blue; font-size:x-small}
 A.bodymenulink:link {font-family:Verdana; font-size:small; color:green; text-decoration:none;}
 A.bodymenulink:active {font-family:Verdana; font-size:small; color:blue; text-decoration:none;}
 A.bodymenulink:visited {font-family:Verdana; font-size:small; color:maroon; text-decoration:none;}
 A.bodymenulink:hover {font-family:Verdana; font-size:small; color:red; text-decoration:none;}

@media only screen and (max-width: 400px) {
.navbar {
	width: 100%;
	height: 70px;
	overflow: hidden;
	background-color: royalblue;
	font-family: verdana;
	position: static;
	top: 70px;
	}
}

@media only screen and (min-width: 401px) {
.navbar {
	width: 100%;
	height: 70px;
	overflow: hidden;
	background-color: royalblue;
	font-family: verdana;
	position: static;
	top: 60px;
	}
}

@media only screen and (max-width: 400px) {
.navbar a {
	float: left;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: yellow;
	text-align: center;
	padding: 16px 4px;
	text-decoration: none;
	}
}

@media only screen and (min-width: 401px) {
.navbar a {
	float: left;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: yellow;
	text-align: center;
	padding: 14px 8px;
	text-decoration: none;
	}
}

@media only screen and (min-width: 961px) {
.navbar a {
	float: left;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: yellow;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	}
}

.dropdown {
	float: left;
	overflow: hidden;
}

/*
.dropdown {
	position: relative;
	display: inline-block;
}
*/
.dropdown .dropbtn {
	background-color: inherit;
	color: yellow;
	padding: 14px 16px;
	font-size: 16px;
	font-family: Verdana;
	border: 2px;
	outline: none;
	cursor: pointer;
	font-family: inherit;
	margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: maroon;
}

.dropdown-content {	
	display: none;
	position: absolute;
	background-color: white;
	min-width: 60px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,2);
	z-index: 1;	
}

.dropdown-content a {
	float: none;
	color: green;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;	
}

.dropdown-content a:hover {
	background-color: lightgrey;
}

.dropdown:hover .dropdown-content {
	display: block;
}

@media only screen and (max-width: 400px) {
.title {
	width: 100%;
	height: 70px;
	margin-left: -1px;
	overflow: hidden;
	background-color: #ffffff;
	text-align: center;
	position: static;
	top: 0px;
	}
}

@media only screen and (min-width: 401px) {
.title {
	width: 100%;
	height: 60px;
	margin-left: -1px;
	overflow: hidden;
	background-color: #ffffff;
	text-align: center;
	position: static;
	top: 0px;
	}
}

.side {
	width: 100px;
	height: 100%;
	float: left;
	margin-left: -1px;
	padding: 5px;
	background: pink;

	overflow-x: hidden;
}

.left {
	width: 50px;
	float: left;
	margin-left: -1px;
	padding: 5px;
	background: #ffff00;
	margin-top: 140px;
}

.right {
	margin-left: 50px;
	padding: 5px;
	background-color: #ffffff;
	margin-top: 140px;
}

@media only screen and (max-width: 400px) {
.top {
	width: 100%;
	float: left;
	margin-left: -1px;
	padding: 5px;
	text-align: left;
	background-color: #ffffff;
	position: relative;	
	}
}

@media only screen and (min-width: 401px) {
.top {
	width: 100%;
	float: left;
	margin-left: -1px;
	padding: 5px;
	text-align: left;
	background-color: #ffffff;
	position: relative;	
	}
}

.body {
	width: 100%;
	float: left;
	margin-left: -1px;
	padding: 5px;
	text-align: center;
	background-color: #ffffff;
	position: relative;
}

.footer {
	width: 100%;	
	margin-left: -1px;
	overflow: hidden;
	background-color: #ffffff;
	text-align: left;
	position: relative;
	bottom: 0;
	border: 1px solid #777;
	padding: 6px;
}


menu {
	width: 20px;
	height: 5px;
	background-color: black;
	margin: 6px 0;
}

tr:nth-child(even) {
	background-color: #f2f2f2;
}

.button {
	width: 300px;
	background-color: white;
	color: green;
	padding: 10px 12px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-family: Verdana;
	font-size: 12px;	
	cursor: pointer;
	border: 1px solid lightgrey;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
	
}


.button:hover, a:active {
	background-color: lightyellow;	
}

/* Image Gallery */

div.gallery {
	border: 1px solid #ccc;
}

div.gallery:hover {
	border: 1px solid #777;
	background-color: white;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
}

div.gallery img {
	width: 100%;
	height: auto;
}


div.desc {
	padding: 10px;
	text-align: center;
	
}

* {
	box-sizing: border-box;
}

.thumbport {
	padding: 0 6px;
	float: left;
	width: 80px;
        height: 120px;        
}

.thumbland {
	padding: 0 6px;
	float: left;
	width: 120px;
        height: 80px;        
}

!--.responsive {
	padding: 0 6px;
	float: left;
	width: 49.99999%;        
}--!


@media only screen and (min-width:701px) {
	.responsive {
		width: 49.999999%;
		margin: 6px 0;
	}
}

@media only screen and (max-width:700px) {
	.responsive {
		width: 74.999999%;
		margin: 6px 0;
	}
}

@media only screen and (max-width:500px) {
	.responsive {
		width: 99.99999%;
		margin: 6px 0;
	}
}

/* Image Gallery Index*/

div.galleryind {
	border: 0px solid #ccc;
}

div.galleryind:hover {
	border: 1px solid #777;
	background-color: white;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
}

div.galleryind img {
	width: 100%;
	height: auto;
}


@media only screen and (min-width:751px) {
	.galleryind {
		width: 49.99999%;
	}
}

@media only screen and (max-width:750px) {
	.galleryind {
		width: 74.99999%;
	}
}

@media only screen and (max-width:500px) {
	.galleryind {
		width: 99.99999%;
	}
}


.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
}

.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.mail {
	action: mailto;	
	content: paul@fearnan.co.uk;
}

</style>
