@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

@font-face {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
}

html {
	scroll-behavior: smooth;
	width: 100%;
	height: 100%;
}

.mobileOnly {
	display: none;
}

.desktopOnly {
	display: block;
}

body {
	margin: 0px;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	text-align: justify;
	background: linear-gradient(to bottom right, #dddddd, #aaaaaa, #dddddd);
	background-attachment: fixed;
	overflow-x: hidden;
}

#container {
	display: block;
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;

	background-attachment: fixed;
	background-size: contain;
	background-position: 0px 45px;
	background-repeat: no-repeat;
}

#buttMobNav {
	display: none;
}

#mobNavHolder {
	display: none;
}

#top {
	position: fixed;
	top: 0px;
	left: 50%;
	z-index: 50;
	display: block;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1920px;
	background-color: #25253e;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	color: #ffffff;
}

#topSpacer {
	display: block;
	height: 45px;
}

#backFpImage {
	position: fixed;
	z-index: -1;
	top: 40px;
	left: 0px;
	display: block;
	width: 100%;
}

.leftColumn {
	float: left;
	width: calc(50% - 20px);
}

.rightColumn {
	float: right;
	width: calc(50% - 20px);
}

.spacer {
	display: block;
	clear: both;
}

#fpSpacer {
	display: block;
	height: calc(38vw);
	position: relative;

	background-image: url(../siteimages/curve_up_white.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
}

#fpTitleHolder {
	position: absolute;
	top: calc(16vw + 47px);
	right: 100px;
	transform: translateY(-50%);
	display: block;
	text-align: right;
	width: 50%;
}

#fpTitleHolder hr {
	border-top: 1px solid #FFBE00;
	margin-top: 30px;
	margin-bottom: 30px;
}

#fpWelcome {
	display: block;
	font-size: 40px;
	font-weight: bold;
	color: #FFBE00;
	text-shadow: 3px 3px 10px rgba(0,0,0,0.5), -3px -3px 10px rgba(0,0,0,0.5);
}

#fpStore {
	display: block;
	font-size: 90px;
	font-weight: bold;
	color: #ffffff;
	line-height: 90px;
	text-shadow: 3px 3px 10px rgba(0,0,0,0.5), -3px -3px 10px rgba(0,0,0,0.5);
	margin-bottom: 10px;
}

#fpOpening {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 3px 3px 10px rgba(0,0,0,0.5), -3px -3px 10px rgba(0,0,0,0.5);
	margin-bottom: 20px;
}

.fpIcon {
	display: inline-block;
	width: 25px;
	margin-left: 10px;
	border-radius: 3px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	vertical-align: middle;

	opacity: 0.5;
	transition: opacity 0.3s ease-in-out;
}

.fpIcon:hover {
	opacity: 1;
}





.holderWhite {
	display: block;
	background-color: #ffffff;
}

.holderBlue {
	display: block;
	color: #ffffff;

	background-image: url(../siteimages/curve_down_white.png), linear-gradient(to bottom right, #35354e, #55556e, #35354e);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

.content {
	display: block;
	width: calc(100% - 100px);
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px;
}

.holderBlue .content {
	padding-top: 100px;
	padding-bottom: 100px;
}

#bigContentImage {
	display: block;
	width: 100%;
	max-width: 1200px;
	height: 400px;
	margin: auto;

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fpFeature {
	display: inline-block;
	width: calc(32% - 20px);
	margin: 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.3);
}

#bottom {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #35354e;
	border-top: 1px solid #25253e;
	text-align: center;
}

#bottomInner {
	display: flex;
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

#bottomInner div {
	display: block;
	width: 50%;
}

#floater {
	width: 100px;
	transform: rotate(-20deg) scale(0.8, 0.8);
	transition: transform 0.3s ease-in-out;
}

#floater:hover {
	transform: rotate(0deg) scale(1, 1);
}

#p58 {
	vertical-align: middle;
	margin-left: 20px;
	margin-right: 20px;
}




#ifr {
	display: none;
	width: 100%;
	height: 500px;
}

.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;
}

.pCentre p {
	text-align: center;
}

label {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.holderBlue label {
	color: #ffffff;
}

#messageForm {
	display: block;
	width: 100%;
}

.contactInputs {
	width: calc(100% - 40px);
	max-width: 280px;
	border: 1px solid #000000;
	padding: 10px;
	text-align: center;
}

select.contactInputs {
	width: calc(100% - 18px);
	max-width: 300px;
}

#messageBody {
	resize: none;
	width: 90%;
	max-width: 600px;
	height: 200px;
	border: 1px solid #000000;
	padding: 5px;
}

#sentMessage {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #7e82a8;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
	border-radius: 3px;
}

.iconPhone2 {
	height: 20px;
	margin-right: 19px;
	vertical-align: middle;
}

.iconEmail2 {
	height: 18px;
	margin-right: 15px;
	vertical-align: middle;
}

.spacer {
	display: block;
	clear: both ;
}

.red {
	color: #C32C2E;
}

.eventHolder {
	display: inline-block;
	width: 300px;
	margin: 20px;
	vertical-align: top;
}

.eventHolder img {
	width: 100%;
	border: 1px solid #ffffff;
}

.small {
	width: 150px;
}

.eventDates {
	display: block;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.timeSpace {
	display: inline-block;
	width: 5px;
}

.eventTitle {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #FFBE00;
	text-align: left;
}

.eventDate2 {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #35354e;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}

.bigEventImage {
	display: block;
	width: calc(100%);
	max-width: 400px;
	border-radius: 3px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.eventButton {
	display: block;
	width: 200px;
	margin-bottom: 20px;
}

.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: 50%;
	font-weight: bold;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	user-select: none;
	cursor: pointer;
	color: #ffffff;
	background-color: #ff0000;
	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);
}

.menuDescription {
	display: block;
	text-align: left;
	font-size: 16px;
}









#menuButtHolder {
	position: fixed;
	right: -100px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0px;
	padding-left: 10px;
	padding-right: 20px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0,0,0,1);
	background-color: #000000;

	transition: right 1s ease-in-out;
}

.menuButts {
	display: block;
	width: 20px;
	background-color: #ffffff;
	padding: 10px;
	border-radius: 3px;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
	transform: scale(1, 1);

	transition: transform 0.3s ease-in-out;
}

.menuButts:hover {
	transform: scale(1.2, 1.2);
}

#menuPointer {
	display: block;
	position: fixed;
	right: 80px;
	top: 50%;
	background-color: #C32C2E;
	color: #ffffff;
	padding: 10px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	vertical-align: middle;
	transform: translateY(-145px);
	opacity: 0;

	animation-name: pointer;
	animation-duration: 7s;
	animation-delay: 2s;
	animation-iteration-count: 1;
}

#menuPointer img {
	transform: rotate(90deg);
	vertical-align: middle;
}

@keyframes pointer {
	0%	{ opacity: 0; }
	10%	{ opacity: 1; }
	25%	{ transform: translateY(-145px); }
	50%	{ }
	60%	{ opacity: 1;  transform: translateY(108px); }
	99%	{ opacity: 0;  transform: translateY(108px);}
	100% { display: none; }
}

.menuHolder {
	display: none;
}

.cateringH2 {
	text-align: left;
}

.cateringImage {
	display: block;
	float: right;
	width: 200px;
	border-radius: 3px;
	margin-left: 50px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

#thumbDragger {
	width: 100%;
	cursor: grab;
	overflow: hidden;
}

#thumbDraggerInner {
	display: block;
	overflow-x: visible;
}

#mapHolder {
	display: block;
	float: right;
	width: calc(50% - 25px);
	margin-left: 50px;
	margin-bottom: 30px;
}

#riverMap {
	display: block;
	height: 500px;
	border: 1px solid #ffffff;
	vertical-align: top;
}

.buttKey {
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	user-select: none;
	cursor: pointer;
	margin-top: 30px;
}

.buttKey img {
	height: 30px;
	vertical-align: middle;
	margin-right: 10px;
	border: 1px solid #ffffff;
}

#keyTable {
	display: none;
	position: fixed;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #333333;
	color: #ffffff;
	vertical-align: top;
	border: 1px solid #ffffff;
	margin-right: 50px;
	box-shadow: 0px 0px 20px rgba(0,0,0,1);
}

#keyHeader td {
	background-color: #506772;
	border-bottom: 1px solid #ffffff;
	text-align: left !important;
	font-size: 20px !important;
}

#keyCloser {
	float: right;
	background-color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin-right: 5px;
	padding-left: 7px;
	padding-right: 6px;
	padding-bottom: 2px;
	cursor: pointer;

	transition: background 0.3s ease-in-out;
}

#keyCloser:hover {
	background-color: #00D3FF;
}

#keyTable td {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 50%;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#keyTable hr {
	border-top: 1px solid #ffffff;
	margin-top: 18px;
	margin-bottom: 18px;
	width: calc(100% - 30px);
}

.keyImage {
	display: block;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

.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;
}

.dateDate {
	display: block;
	width: 100px;
	color: #C32C2E;
	font-size: 14px;
	font-weight: bold;
	margin: auto;
	margin-right: 20px;
}

.spacer {
	display: block;
	clear: both;
}

.fpIcons {
	display: inline-block;
	width: calc(32% - 80px);
	margin: 40px;
	transform: scale(1, 1);

	transition: transform 0.3s ease-in-out;
}

.fpIcons:hover {
	transform: scale(1.2, 1.2);
}

#memberMap {
	display: block;
	width: 40%;
	height: 400px;
	float: right;
	margin-left: 50px;
	margin-bottom: 30px;
	border: 1px solid #333333;
}

.flexBox {
	display: flex;
}

.flexHalf {
	display: block;
	width: calc(50% - 40px);
	margin: 20px;
}

#feeTable {
	width: 100%;
}

#membershipForm {
	display: block;
	padding-bottom: 40px;
}

#feeTable {
	background-color: #000000;
	border: 1px solid #ffffff;
}

#feeTable td {
	padding: 20px;
}


.fright {
	float: right;
	margin-left: 50px;
	margin-bottom:30px;
	width: 300px;
	display: block;
	border: 1px solid #333333;
}

.centreImage {
	display: block;
	width: 100%;
	border: 1px solid #aaaaaa;
	margin-bottom: 50px;
}

#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;
}

.ruleHolder {
	display: flex;
	margin-bottom: 30px;
	background-color: rgba(0,0,0,0.4);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.rulePosition {
	display: block;
	width: 50px;
	padding: 20px;
	background-color: #C32C2E;
	color: #ffffff;
	font-weight: bold;
}

.ruleRule {
	display: block;
	width: 100%;
	padding: 20px;
	text-align: left;
}

#loggedIn {
	display: block;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	margin-top: 10px;
}

.beatHolder {
	display: inline-block;
	width: calc(33% - 64px);
	min-width: 140px;
	padding: 10px;
	font-weight: bold;
	margin: 20px;
	user-select: none;
	color: #333333;
	background-color: #ffffff;

	border: 2px solid #ffffff;
	transition: border 0.3s ease-in-out;
}

.beatHolder:hover {
	border: 2px solid #FFBE00;
}

.beatHolder img {
	width: 100%;
}

#riverFlex {
	display: flex;
	gap: 50px;
}

.riverFlexInner {
	display: block;
	width: 50%;
}

#riverHr {
	display: none;
}

#catchForm {
	display: block;
}

#catchFormInner {
	display: flex;
}

.catchLeftRight {
	display: block;
	width: 50%;
}

.catchTable {
	display: table;
}

.catchTable td {
	width: 120px;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}

.catchTable .tBox {
	width: 100px !important;
	padding: 11px;
}

.catchTable button {
	width: 100px !important;
}

.catchTable button {
	padding-left: 0px;
	padding-right: 0px;
}

.catchResultHolder {
	display: none;
	margin: auto;
	margin-top: 20px;
	background-color: #ffffff;
	color: #333333;
	font-size: 14px;
}

.catchResultHolder td {
	text-align: center;
	font-weight: bold;
}

.hiddenCatchResultHolder {
	display: none;
	width: 100%;
	max-width: 400px;
	min-height: 30px;
	margin: auto;
	margin-top: 20px;
	background-color: #ffffff;
	color: #333333;
	font-size: 14px;
}

#mapHolder2 {
	display: block;
	float: right;
	width: calc(50% - 25px);
	margin-left: 50px;
	margin-bottom: 30px;
}

#parkingMap {
	display: block;
	height: 500px;
	border: 1px solid #ffffff;
	vertical-align: top;
}

.parkingInfo {
	display: block;
	padding: 20px;

	border: 1px solid #ffffff;
	transition: border 2s ease-in-out;
}

.committeeHolder {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	background-color: rgba(0,0,0,0.5);
	padding: 10px;
	border-radius: 5px;
	margin: 20px;
}

.itemTitle {
	display: block;
	color: #FFBE00;
	font-weight: bold;
	margin-bottom: 5px;
}

.itemSubText {
	display: block;
	font-size: 14px;
}

.paypal-buttons {
	background-color: #ffffff !important;
	border-radius: 5px;
}

#priceTable {
	background-color: rgba(0,0,0,0.5);
	border: 1px solid #666666;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	font-size: 14px;
	color: #ffffff;
}

#priceTable td {
	padding: 20px;
	text-align: center;
}

#returnsTable {
	width: 100%;
	border: 1px solid #ffffff;
	background-color: rgba(0,0,0,0.3);
	font-size: 14px;
}

#returnsTable td {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

#returnButtonColumn {
	width: 150px;
}






#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;
}














/* ------- GRAPH STUFF ------- */
.graphTable {
	display: inline-table;
	height: 248px;
}

.barTd {
	display: table-cell;
	height: 150px !important;
	vertical-align: bottom;
	text-align: left;
	font-size: 0px;
}

.graphBar {
	display: inline-block;
	width: 40px;
	text-align: left;
	vertical-align: bottom;
}

.dateTd {
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333333;
}

.dateLabel {
	display: block;
	font-size: 12px;
}

.statTable {
	display: table;
	float: right;
	height: 250px;
	padding: 0px;
	background-color: #ffffff;
	border: 1px solid #000000;
	vertical-align: bottom;
}

.statTable td {
	text-align: center;
	font-size: 14px;
	padding: 5px;
	color: #333333;
}

.statTitleTd {
	background-color: #333333;
	color: #ffffff !important;
	font-weight: bold;
	font-size: 14px;
}

.statSubtitle {
	display: block;
	font-size: 12px;
	font-weight: normal;
}

.rData {
	width: calc(100% - 182px) !important;
	border: 1px solid #333333;
	vertical-align: bottom;
	background-color: #ffffff;
	float: left;
}

.rdH1 {
	display: none;
}
/* -------------------------- */















p {
	color: #333333;
	text-align: justify;
}

.holderBlue p {
	color: #ffffff;
}

h1 {
	text-align: center;
	font-size: 36px;
	color: #C32C2E;
}

.holderBlue h1 {
	color: #FFBE00;
}

h2 {
	font-size: 26px;
	text-align: center;
	color: #7e82a8;
}

.holderBlue h2 {
	color: #ffffff;
}

hr {
	display: block;
	border: none;
	border-top: 1px dotted #aaaaaa;
	width: 75%;
	margin-top: 50px;
	margin-bottom: 50px;
}

button {
	color: #ffffff;
	background-color: #7e82a8;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border: 5px solid #7e82a8;
	cursor: pointer;
}









a:link, a:active, a:visited, a:hover {
	text-decoration: none;
	color: #7e82a8;

	transition: color 0.3s ease-in-out;
}

a:hover {
	color: #C32C2E;
}


.holderBlue a:link, .holderBlue a:active, .holderBlue a:visited, .holderBlue a:hover {
	text-decoration: none;
	color: #ffecb3;

	transition: color 0.3s ease-in-out;
}

.holderBlue a:hover {
	color: #FFBE00;
}



a:link.linksTop, a:active.linksTop, a:visited.linksTop, a:hover.linksTop {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	margin-left: 8px;
	margin-right: 8px;

	transition: color 0.3s ease-in-out;
}

a:hover.linksTop {
	color: #ffecb3;
}




a:link.linksBott, a:active.linksBott, a:visited.linksBott, a:hover.linksBott {
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;

	transition: color 0.3s ease-in-out;
}

a:hover.linksBott {
	color: #ffecb3;
}








a:link.imageButton {
	text-decoration: none;
	filter: brightness(100%);

	transition: all 0.5s;
}

a:active.imageButton {
	text-decoration: none;
	filter: brightness(100%);
}

a:visited.imageButton {
	text-decoration: none;
	filter: brightness(100%);
}

a:hover.imageButton {
	text-decoration: none;
	filter: brightness(150%);
}























