@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

#buttMobNav, #navMob {
	display: none;
}

html {
	scroll-behavior: smooth;
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	font-size: 15px;
	font-family: "Source Sans 3", sans-serif;
	
	color: #7e7e7e;
	background-color: #1b1b1b;
}

#fpVideo {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	display: block;
	min-width: 100%;
	min-height: 100%;
}

#top {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1000;
	display: block;
	width: 100%;

	background-color: #164c61cc;

	color: #ffffff;
}

.withoutVideo #top {
	background-color: #164c61;
}

#topInner {
	display: flex;
	width: calc(100% - 40px);
	max-width: 1200px;
	margin: auto;

	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;

	align-items: center;
}

#logoTop {
	display: block;
	height: 70px;

	transition: height 0.3s ease-in-out;
}

#topInner div {
	display: block;
	flex: 1;
	text-align: right;
}

#fpSpacer {
	position: relative;
	display: block;
	width: 100%;
	height: 100vh;
}

#titleHolder {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: calc(100% - 40px);
	max-width: 600px;

	padding: 5px;
	border: 5px solid #d6b161;
}

#titleHolder div {
	font-size: 30px;
	text-align: center;
	color: #333333;

	background-color: #ffffffcc;

	padding-left: 20px;
	padding-right: 20px;
	padding-top: 70px;
	padding-bottom: 70px;
}

#titleHolder div span {
	display: block;
	font-size: 20px;
	letter-spacing: 5px;
}

.holderWhite {
	background-color: #ffffff;
}

.holderLightGrey {
	background-color: #f5f5f5;
}

.holderDarkGrey {
	background-color: #366c81;
}

.content {
	display: block;
	width: calc(100% - 100px);
	max-width: 1200px;
	margin: auto;

	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 50px;
	padding-right: 50px;
}

.bigTop {
	padding-top: 200px;
}

.centre, .centre p {
	text-align: center;
}

.twoColumns {
	columns: 2;
	column-gap: 70px;
	column-fill: balance;
}

.twoColumns p:first-child {
	margin-top: 0px;
}

#bottom {
	background-color: #164c61;
	border-top: 1px solid #2c2c2c;
}

#bottomInner {
	display: flex;
	width: calc(100% - 100px);
	max-width: 1100px;
	margin: auto;

	align-items: center;
	gap: 100px;

	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#bottomInner p {
	flex: 1;
	color: #ffffff;
}

#riverMap {
	display: block;
	width: 100%;
	height: 500px;
}

#tideTable {
	width: 100%;
	background-color: #ffffff;
}

#tideHeader {
	background-color: #333333 !important;
}

#tideTable tr:nth-child(odd) {
	background-color: #eeeeee;
}

#tideHeader td {
	color: #ffffff !important;
}

#tideTable td {
	color: #333333;
	padding: 10px;
}

.tideDataTd {
	width: 100px;
	text-align: center;
}

.weatherHolder {
	display: flex;
	background-color: #ffffff;
	margin-bottom: 20px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	padding: 20px;
	align-content: space-between;
	align-items: center;
}

.weatherHolderInner {
	display: block;
	width: 100%;
}

.weatherTitle {
	display: block;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.weatherHolder p {
	color: #333333 !important;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
}

.weatherDay {
	width: 80px;
	color: #C32C2E;
	font-size: 14px;
	font-weight: bold;
	margin: auto;
	margin-right: 20px;
}

.flex2 {
	display: flex;
	gap: 50px;
}

.flex2 div {
	flex: 1;
}

.weatherDay {
	flex: none !important;
	width: 50px;
	text-align: center;
}

.weatherHolderInner p {
	line-height: 18px;
}

#messageForm {
	display: block;
	width: 100%;
}

#messageHolder {
	display: flex;
	gap: 50px;
}

#messageHolder div {
	display: block;
	flex: 1
}

.gold {
	color: #d5c583;
}

label {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.contactInputs {
	width: calc(100% - 42px);
	max-width: 280px;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #cccccc;
}

#messageForm select {
	width: calc(100% - 22px);
	max-width: 300px !important;
	border: 1px solid #cccccc;
}

#messageBody {
	resize: none;
	width: calc(90% - 42px);
	max-width: 600px;
	height: 265px;
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #cccccc;
}

#sentMessage {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #d5c583;
	color: #333333;
	font-weight: bold;
	margin-bottom: 50px;
	display: block;
	border-radius: 3px;
}

.pCentre p {
	text-align: center;
}

.nonLink {
	cursor: pointer;
	user-select: none;
}

.tBox {
	width: calc(100% - 20px);
	max-width: 400px;
	padding: 10px;
	text-align: center;
	border: 1px solid #333333;
}

.tArea {
	width: calc(100% - 22px);
	max-width: 800px;
	height: 300px;
	padding: 10px;
	resize: none;
	border: 1px solid #333333;
	color: #333333 !important;
}

.tArea p {
	color: #333333;
}

.galleryHolder {
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 10px);
}

.galleryThumb {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin-bottom: 5px;
	cursor: pointer;

	filter: brightness(100%);
	transition: filter 0.5s ease-in-out;
}

.galleryThumb:hover {
	filter: brightness(150%);
}

#imageView {
	position: fixed;
	z-index: -1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	opacity: 0;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
	border: 10px solid #ffffff;
	border-radius: 5px;

	transition: all 0.5s ease-in-out;
}

#imageViewClose {
	position: absolute;
	top: 20px;
	right: 20px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	user-select: none;
	cursor: pointer;
	color: #333333;
	background-color: #f6d181;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);

	transition: all 0.5s ease-in-out;
}

#imageViewClose:hover {
	background-color: #ffffff;
	color: #000000;
}

#bigGalleryImage {
	display: block;
	max-width: calc(100vw - 100px);
	max-height: calc(100vh - 150px);
}

#imageCaption {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 80px);
	font-size: 14px;
	text-align: center;
	background-color: rgba(0,0,0,0.8);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	border-radius: 3px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;
}

.listItem {
	display: flex;
	gap: 20px;
	margin-bottom: 10px;
	align-items: center;
	padding: 10px;
	border-radius: 3px;

	background-color: #333333;
	transition: background-color 0.3s ease-in-out !important;
}

.listItem:hover {
	background-color: #555555;
}

.listItem img {
	display: block;
	height: 80px;
}

.headline {
	font-weight: bold;
	color: #ffffff;
}

.newsSub {
	display: block;
	font-size: 12px;
	color: #d5c583;
}

.bigNewsImage {
	display: block;
	width: 100%;
	max-width: 296px;
	margin: auto;
	border-radius: 50%;
	border: 2px solid #ffffff;
	margin-bottom: 20px;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.3);

	transform: scale(1, 1);
	transition: transform 0.3s ease-in-out;
}

#completeNewsImage {
	display: block;
	max-width: calc(100% - 2px);
	margin: auto;
	border: 1px solid #888888;

}

.wideImage {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 3px;
}

.committeeHolder {
	display: inline-flex;
	width: calc(100% - 70px);
	max-width: 300px;
	background-color: rgba(0,0,0,0.5);
	padding: 10px;
	border-radius: 5px;
	margin: 20px;
}

.committeeHolder div {
	flex: 1;
}

.itemTitle {
	display: block;
	color: #f6d181;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
}

.itemSubText {
	display: block;
	font-size: 14px;
	text-align: left;
}

.committeeHolder img {
	display: block;
	height: 30px;
}

#graphContainer {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	
	padding-bottom: 100px;
}

#graphContainer canvas {
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.graphHolder {
	display: block;
	width: 100%;
	height: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.catchGraph {
	display: block;
	width: 100%;
	height: 200px;
}

details {
	border: 1px solid #888888;
	background-color: #eeeeee;
	padding: 20px;
}

summary {
	cursor: pointer;
	text-align: center;
}

.report {
	display: block;

	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;

	border: 1px solid #dddddd;
	background-color: #ffffff;
}

#newsFlex {
	display: flex;
	width: 100%;
	gap: 30px;
	flex-wrap: wrap;

	justify-content: space-around;
}

.latestNewsHolder img {
	display: block;
	width: calc(100% - 2px);
	margin-bottom: 15px;
	border: 1px solid #aaaaaa;
	background-color: #00000033;
}

.latestNewsHeadline {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #f6d181;
	margin-bottom: 0px;
}

.newsListDate {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 15px;
}

.documentHolder {
	display: flex;
	width: 100%;
	align-items: center;

	margin-bottom: 30px;
}

.documentHolder img {
	display: block;
	height: 30px;
	margin-right: 15px;

	background-color: #ffffff;
	border-radius: 50%;
	padding: 10px;
}

.documentHolder span {
	display: block;
	font-weight: bold;
	color: #ffffff;
}

.catchTableContainer {
	display: block;
	width: 100%;
	overflow-x: auto;
}

.salesTable {
	width: 100%;
	min-width: 900px;
	border: 1px solid #ffffff;
	color: #333333;
}

.tableHeader td {
	background-color: #333333 !important;
	color: #ffffff;
	font-weight: bold;
}

.salesTable tr {
	background-color: #ffffff;
}

.salesTable tr:nth-child(even) {
	background-color: #eeeeee;
}

.salesTable td {
	text-align: center;
	padding: 10px;
}

.reportTitle {
	display: block;
	text-align: center;
	color: #ffffff;
	background-color: #002c41;
	padding: 10px;
}

.spacer {
	display: block;
	clear: both;
}

.fright {
	display: block;
	float: right;
	width: 300px;
	margin-left: 50px;
	margin-bottom: 45px;

	border: 1px solid #aaaaaa;
}

.titleRight {
	text-align: right;
}

.fleft {
	display: block;
	float: left;
	width: 300px;
	margin-right: 50px;
	margin-bottom: 45px;

	border: 1px solid #aaaaaa;
}

.titleLeft {
	text-align: left;
}

.centre {
	display: block;
	max-width: calc(100% - 2px);
	max-height: 350px;

	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	border: 1px solid #aaaaaa;
}


















p {
	line-height: 30px;
}

.holderDarkGrey {
	color: #dddddd;
}

h1 {
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 24px;
	text-transform: capitalize;
	color: #333333;
}

h2 {
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
}

.holderDarkGrey h1 {
	color: #f6d181;
}

hr {
	border: none;
	border-top: 1px dotted #cccccc;
	margin-top: 50px;
	margin-bottom: 50px;
}

button {
	border: none;
	border-radius: 3px;
	cursor: pointer;

	font-weight: bold;
	color: #333333;

	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;

	background-color: #f6d181;
	transition: background-color 0.3s ease-in-out;
}

button:hover {
	background-color: #d6b161;
}












a:link, a:active, a:visited, a:hover {
	text-decoration: none;
	color: #f6d181;
}

a:hover {
}



a:link.linksTop, a:active.linksTop, a:visited.linksTop, a:hover.linksTop {
	display: inline-block;
	text-decoration: none;

	text-transform: capitalize;
	font-size: 16px;
	line-height: 30px;
	margin-left: 10px;
	margin-right: 10px;

	color: #ffffff;
	transition: color 0.3s ease-in-out;
}

a:hover.linksTop {
	color: #d6b161;
}


a:link.imageLink, a:active.imageLink, a:visited.imageLink, a:hover.imageLink {
	display: block;
	width: calc(32% - 40px);
	min-width: 210px;
	margin: 10px;
	font-size: 14px;
	text-align: left;
}

a:link.imageLink img, a:active.imageLink img, a:visited.imageLink img, a:hover.imageLink img {
	filter: brightness(100%);
	transition: filter 0.3s ease-in-out;
}

a:hover.imageLink img {
	filter: brightness(120%);
}







