﻿/* ============================================================================ */
/*  RESET CODE - Clears any styles associated with Html Eelements
/* ============================================================================ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* =========================================================================== */
/*  DEFAULT STYLES for Html elements
/* =========================================================================== */
body {
	background: #000;
	color: #222; 						/* Black - well almost */
	font-weight:normal; 	
	font-family: Georgia, serif;
	line-height:1.25;
	text-align:left;
	margin: 0px;
	padding:0px;
	height:100%;
}
h1 {
	color:beige;
	font-size:30px;
	text-shadow: #4b5703 0px 2px 3px;
	font-weight:normal;
	margin:0px 0px 20px 0px;
	text-align:center;
	text-transform:uppercase;
}
h2 {
	color:beige;
	font-size:20px;
	text-shadow: #4b5703 0px 2px 3px;
	font-weight:normal;
	margin:0px 0px 5px 0px;
	text-align:center;
}
h3{
	color:beige;
	font-size:20px;
	text-shadow: #4b5703 0px 2px 3px;
	font-weight:normal;
	margin:0px 0px 15px 0px;
	text-align:left;
	text-decoration:underline;
}

a:link	{
	color: #eaf1dd; 					/* Very pale greenish white - Withymead default text colour  */
	text-decoration: underline;
}
a:visited {
	color: #eaf1dd; 	
	text-decoration: underline;
}
a:hover	{
	color: #eaf1dd; 	
	text-decoration: none;
}
li	{
}
img	{
	border:2px #AAA solid;
}
p {
	color:beige;
	text-align:left;
	font-size:1em;
	line-height:1.25;
	margin:20px 0 5px 0;
}
small {
	font-size:0.8em;
}
table {
	width:100%;
	border:none;
	margin:0px 0px 20px 0px;
}
td {
	padding:5px;
	vertical-align:top;
}
ul	{
	color: beige;
}
/* =========================================================================== */
/*  FONTS
/* =========================================================================== */
.SketchFlow-XL {
	font-family:	"SketchFlow Print";
	font-size: 		x-large;
	text-align: 	center;
}
.Calibri-XL {
	font-family:	"Calibri";
	font-size: 		x-large;
	text-align: 	center;
}
/* =========================================================================== */
/*  HEADERS - Applied to Html <h> elements
/* =========================================================================== */
.head1 {
	color:beige;
	font-size:30px;
	text-shadow: #4b5703 0px 2px 3px;
	font-weight:normal;
	margin:0px 0px 20px 0px;
	text-align:center;
	text-transform:uppercase;
}
.head2 {
	color:beige;
	font-size:20px;
	text-shadow: #4b5703 0px 2px 3px;
	font-weight:normal;
	margin:0px 0px 5px 0px;
	text-align:center;
}
.head3, .head3 a {
	color:beige;
	font-size:20px;
	text-shadow: #4b5703 0px 2px 3px;
	font-weight:normal;
	margin:0px 0px 15px 0px;
	text-align:left;
	text-decoration:none;
}
.head4 {
	color:#4b5703;
	font-size:20px;
	text-shadow: beige 0px 2px 3px;
	font-weight:normal;
	margin:0px 0px 5px 0px;
	text-align:left;
	text-transform:none;
	text-decoration:none;
}
.head5 {
	color:#4b5703;
	font-size:30px;
	text-shadow: beige 0px 2px 3px;
	font-weight:normal;
	/* margin:0px 0px 25px 0px; */
	margin:20px 0px 5px 0px;
	text-align:left;
	text-transform:uppercase;
	letter-spacing:-1px;
}
/* =========================================================================== */
/*  CONTAINERS - To be applied to Html <div> elements
/* =========================================================================== */
.home-body {
	background:#eaf1dd;							/* Pale green-white */
}
div.Full_Width {
	/*	Spans 100% of the Viewport with a background image*/
	height: 100vh;
	padding: 0;
	/*background: url('/images/AdobeStock_304849604.jpeg') no-repeat scroll center bottom;8*/
	background: url('/images/AdobeStock_628656655 (Jungle Bridge).jpeg') no-repeat scroll center bottom;
	background-size:cover;
	margin: auto;
}
div.Middle_Inner {
	/*  Spans Middle 50% of the Viewport */
	position:relative;
	width:50%;
	margin:auto;
	padding:40px 10px 150px 10px;
	z-index:1;
}
	
div.Middle_Innermost {
	/* Approx Middle Third of the Viewport; dusky green background */	
	border-radius: 25px;
	margin: auto;
	width:67%;
	padding:30px;
	float:center;
	background-color: rgb(75, 87, 3, 0.5);				/* Semi Transparent dusky green */
}

.Menu-outer {
	/* Contains the Menu and the Bridge Gem Logo; spans 60% of the Viewport width*/
	position:relative;
	width:60%;
	margin: auto;
	padding: 30px 10px 10px 0;
	border-bottom:1px #FFF solid;
	/*background:#4b5703;*/
}

.Menu-inner {
	/* Contains the Menu only */
	margin: auto;
	width: 75%
}

div.footer-wrap {
	/*  The webpage footer  */
	width:100%;
	padding:175px 0 20px 0;
	background:#FFF url('/images/backgrounds/footer-1.png') no-repeat scroll center top;
}
div.StopPress{
	width: 900px;
	height: auto;
	line-height: 10px;
	position: fixed;
	top: 12%;									/* Defines position from top */
	left: 26%;
	color:beige;
	font-size:14px;
	background-color:  rgba(64,64,64,0.95);		/* Semi-Transparent grey  */
	border:1px #AAA solid;
	border-radius: 5px;
	text-align: center;
	opacity: 0.9;
	z-index: 11; }
	
div.flex-container {
	display: flex;
	flex-direction: row;
	justify-content:space-between
}

div.float_left {
	float: left;
	margin:5vw 0 0 5vw;
	width:19vw;
}

div.float_right {
	float: right;
	/*margin:5vw 0 0 5vw; */
	width:19vw;
}
	
#MapInfoBox {
	position:absolute;
	float:left;
	top:150px;
	left:20px;
	width:250px;
	padding-left:15px;
	font-family:Swis721 Lt BT;
	font-size:13px;
	background:#FFF;
	border:1px #CCC solid;
	-webkit-box-shadow: 0px 1px 3px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 3px 0px #4a4a4a;
	box-shadow: 0px 1px 3px 0px #4a4a4a;
	z-index:10;
	display:none;
}
/* =========================================================================== */
/*  TEXT
/* =========================================================================== */
a.footer-link:link, a.footer-link:visited {
	color:beige;
	text-decoration:none;
	font-weight:500;
	margin:0px 0px 0px 0px;
}
a.footer-link:hover {
	text-decoration:underline;
	color:beige;
	}
p.intro-text {
	color:beige;
	text-align:left;
	font-size:1em;
	line-height:1.25;
	margin:20px 0 5px 0;						/* Was 'margin:0 0 15px 0;' until altered by CAH on 18/08/19 */
}
a.light-link {
	color:beige;
}
a.menu-text {
	color:#ff0000;
	font-size: 1.1vw
}
p.footer-text {
	text-align:center;
	color:beige;
	margin:0;
}
p.overlaid-text {
	/*  Used to overlay text onto an image  */	display:block;
	position:absolute;
	z-index:2;
}
/* =========================================================================== */
/*  Paragraphs
/* =========================================================================== */
p.indented_first {
	margin-left: 10px;
	margin-top: 0;
}
	
p.indented {
	margin-left: 10px;
	margin-top: 10px;
}
/* =========================================================================== */
/*  Bulleted Lists
/* =========================================================================== */
ul.Level_1 {
	list-style-type: square;
	list-style-position: inside;
	margin-left:5px;
}

ul.Level_2 {
	list-style-type: circle;
	list-style-position: inside;
	margin-left:15px;
}

/* =========================================================================== */
/*  MENU
/* =========================================================================== */
a.menu-item:link, a.menu-item:visited {
	color:#000;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:500;
	text-shadow: #FFF 0px 2px 3px;
	margin:0px 20px 0px 0px;
}
a.menu-item:hover {
	text-decoration:none;
	color:#000;
		text-shadow: #FFF 0px 2px 3px;
}
/* =========================================================================== */
/*  TWITTER
/* =========================================================================== */
#twitter-feed {
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
		box-sizing: border-box;
	clear:both;
}
.twitter-article, #loading-container {
	width:100%;   
	padding: 0px 0px 12px 0px;
	float:none;
	clear:both;
}
#loading-container {
	text-align:center;
		border:none;
}
.twitter-pic {
	float:left;
	width:20%;
	margin:0 5% 0 0;
	border:1px #FFF solid;
	background:#FFF;
	display:none;
}
.twitter-text {
	float:none;
	width:100%;
	margin:-20px 0 0 0;
}
.twitter-pic img {
	width:100%;
}
.twitter-text p {
	margin:0;
	line-height:20px;
		text-align:left;
	margin:0 0 10px 0;
	color:beige;
}
.twitter-text a  {
	color: #fff;
	text-decoration: none;
}
.twitter-text a:hover {
	text-decoration: underline;
	color: #fff;
}
.tweet-time {
	font-size:10px;
	color:#878787;
	float:right;
	display:none;
}
.tweet-time a, .tweet-time a:hover {
	color:#878787;
}
.tweetprofilelink {
	margin:0 0 0 0;
	font-size:90%;
	line-height:160%;
	color:#999;
	display:none;
}
.tweetprofilelink a {
	color:#999;
}
.tweetprofilelink a:hover {
	color:#666;
}
/* =========================================================================== */
/*  FLICKR
/* =========================================================================== */
.thumbs {
 margin: 0;
 padding: 0;
 overflow: hidden; }
.thumbs li {
 list-style: none;
 float: left;
 margin: 5px;
 padding: 3px;
 background: beige;
}
.thumbs li a {
 }
.thumbs li img {
 display: block;
 width:123px;
}
.thumbs li a img {
 border: none;
}
/* =========================================================================== */
/*  CLEARS & PADS
/* =========================================================================== */
.clear {
	width:100%;
	height:0px;
	clear:both;
}
.clear10 {
	width:100%;
	height:10px;
	clear:both;
}
.clear20 {
	width:100%;
	height:20px;
	clear:both;
}
.clear50 {
	width:100%;
	height:50px;
	clear:both;
}
.clear100 {
	width:100%;
	height:100px;
	clear:both;
}
.clear300 {
	width:100%;
	height:300px;
	clear:both;
}
/* =========================================================================== */
