/* Client main colour #609589 */
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'),
	 url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2)
		format('woff2');
  font-display: swap;
}
html,
body {
	background-color: #609589;
	margin: 0;
	height: 100%;
	font-family: 'Merriweather', serif;
	font-size: 16px
}
.dda_conform {
	position: absolute;
	top: -2000px
}
h1, h2, h3 {
	color: #609589;
	text-transform: capitalize
}
h1 {
	font-size: 175%
}
h2 {
	font-size: 150%
}
h3 {
	font-size: 125%
}
.material-symbols-sharp {
	font-variation-settings:
	'FILL' 0,
	'wght' 300,
	'GRAD' 0,
	'opsz' 24;
	vertical-align: bottom;
	font-size: 18px !important;
}
div {
	box-sizing: border-box
}
.rope {
	height: 20px;
}
.padd_default {
	padding: 20px;
}
.shadow {
	box-shadow:0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}
.background {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.lazy_cover {
	background-position: center;
	background-size: cover
}
.lazy_contain {
	background-position: center;
	background-size: contain
}
header {
	position: relative;
	display: block;
	z-index: 5;
	box-sizing: border-box;
	background: linear-gradient(to right,  #609589 0%,#003a31 100%);
}
.banner {
	position: relative;
	display: block;
	background-color: #609589;
	z-index: 4;
	box-sizing: border-box;
	padding-bottom: 33%
}
.home_include {
	z-index: 3;
	display: table;
	width: 100%;
	position: relative
}
.home_include a,
.home_include a:visited {
	text-decoration: none;
	color: inherit;
	transition: .5s
}
.home_include a:hover {
}
.home_include .home_row {
	display: table-row
}
.home_include .home_left,
.home_include .home_right {
	background-color: white;
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	padding: 6%
}
.home_1 { background-color: rgba(125, 177, 165, 1) !important; color: black !important }
.home_2 { background-color: rgba(62, 112, 101, 1) !important; color: white !important }
.home_3 { background-color: rgba(79, 105, 99, 1) !important; color: white !important }
.home_4 { background-color: rgba(40, 90, 79, 1) !important; color: white !important }
.home_5 { background-color: rgba(37, 55, 51, 1) !important; color: white !important }
.home_1 h2, .home_1 h3 { color: black !important }
.home_2 h2, .home_2 h3 { color: white !important }
.home_3 h2, .home_3 h3 { color: white !important }
.home_4 h2, .home_4 h3 { color: white !important }
.home_5 h2, .home_5 h3 { color: white !important }
.home_include_mobile {
	display: none;
	position: relative;
	z-index: 3;
}
.home_include_mobile a,
.home_include_mobile a:visited {
	text-decoration: none;
	color: inherit;
	transition: .5s
}
.home_include_mobile a:hover {
}
.home_include_mobile .home_left_mobile,
.home_include_mobile .home_right_mobile {
	display: block;
	text-align: center
}
.home_include_mobile .home_left_mobile {
	padding: 25%
}
.home_include_mobile .home_right_mobile {
	padding: 5%
}
.button,
.button:visited {
	display: inline-block;
	padding: 10px 15px 10px 15px;
	background-color: #0e2a24;
	border-radius: 10px 0 10px 0;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	transition: .5s
}
.button:hover {
	position: relative;
	transform: scale(1.1)
}
.wrapper {
	position: relative;
	background-color: white;
	z-index: 3;
	max-width: 1300px;
	margin: auto;
	box-sizing: border-box
}
.wrapper h1:first-of-type,
.wrapper h2:first-of-type,
.wrapper h3:first-of-type {
	margin-top: 0
}
footer {
	position: relative;
	display: block;
	background-color: #609589;
	z-index: 2;
	box-sizing: border-box;
}
footer .padd_default {
	text-align: center;
	color: white;
	padding: 40px 20px 40px 20px
}
footer .padd_default p {
	margin: 0
}
footer .padd_default a,
footer .padd_default a:visited {
	text-decoration: none;
	color: inherit
}
footer .padd_default a:hover {
	text-decoration: underline;
}
.logo {
	text-align: center
}
.logo a,
.logo a:visited {
	display: inline-block;
	background-color: #121d1b;
	height: 200px;
	margin-top: -50px;
	margin-bottom: -10px;
	border-radius: 20px;
	transition: .5s;
	position: relative
}
.logo a:hover {
	transform: scale(1.1);
	z-index: 6
}
.logo a img {
	height: 100%;
	width: auto
}
.follow {
	display: table;
	width: 100%;
	color: white;
	font-size: 120%;
	font-weight: bold
}
.follow div {
	display: table-cell;
	vertical-align: middle;
	width: 50%
}
.follow div:last-child {
	text-align: right
}
.follow a,
.follow a:visited {
	text-decoration: none;
	color: inherit
}
.follow a:hover {
	text-decoration: underline;
}
.follow_icons a,
.follow_icons a:visited {
	display: inline-block;
	margin-left: 10px;
	height: 40px;
	width: 40px;
	border-radius: 8px;
	margin-bottom: -4px;
	transition: .5s
}
.follow_icons a:hover {
	transform: scale(1.1)
}
.banner_content {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center
}
.banner_content p {
	margin: 0 auto 0 auto;
	display: block;
	max-width: 1024px;
	color: white;
	font-size: 135%;
	padding: 40px 20px 40px 20px
}
.list {
	background-color: rgba(96, 149, 137, 0.25);
	border: 1px solid #609589;
	border-radius: 20px
}
.list_items {
	display: table;
	width: 100%;
	border: 1px solid #609589;
	padding: 30px;
	border-radius: 15px;
	margin-bottom: 20px;
	background-color: white
}
.list_image {
	display: table-cell;
	height: 150px;
	width: 150px;
	background-position: top center;
	background-repeat: no-repeat
}
.list_content {
	display: table-cell;
	padding-left: 20px
}
.list .list_items:last-child {
	margin-bottom: 0
}
.events {
	overflow: visible;
}
.events a,
.events a:visited {
	display: inline-block;
	vertical-align: top;
	margin: 0 2% 4% 2%;
	border-radius: 10px;
	background-color: #b5bfbd;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	transition: .5s
}
.events a:hover {
	transform: scale(1.05);
	position: relative;
	z-index: 200
}
.events .event_image {
	padding-bottom: 70%
}
.event_detail {
	padding: 20px 20px 0 20px;
}
.event_detail h3 {
	margin-bottom: -10px;
	color: black !important
}
.event_detail .event_date {
	font-size: 125%;
	font-weight: bold;
}
.list_desktop a {
	width: 30.65%;
}
.list_desktop  a:nth-child(3n+1) {
	margin-left: 0
}
.list_desktop  a:nth-child(3n+3) {
	margin-right: 0
}
.list_mobile a {
	width: 48%
}
.list_mobile  a:nth-child(2n+1) {
	margin-left: 0
}
.list_mobile  a:nth-child(2n+2) {
	margin-right: 0
}
.on_event_page_dates {
	display: block;
	margin: 0 0 20px 0;
	padding: 20px;
	background-color: #609589;
	border-radius: 10px;
	color: white;
	font-size: 125%
}
.pagination {
	margin-bottom: 20px
}
.pagination .button {
	margin-right: 10px
}
.paginationDisabled {
	opacity: .5
}
.news a,
.news a:visited {
	display: table;
	width: 100%;
	text-decoration: none;
	color: inherit;
	margin-bottom: 20px;
	transition: .5s;
	background-color: transparent
}
.news a:hover {
	transform: scale(1.05);
	position: relative;
	z-index: 200
}
.news a div {
	display: table-cell;
	vertical-align: middle;
	min-height: 200px
}
.news a div:nth-child(1) {
	padding: 20px;
	width: 200px;
	border-radius: 10px 0 0 10px
}
.news a div:nth-child(2) {
	padding: 20px;
	border-radius: 0 10px 10px 0
}
.news_image {
	background-position: top center;
	background-repeat: no-repeat;
	height: 200px;
	width: 200px;
	border: 4px solid white;
	border-radius: 10px
}
.news a div p:nth-child(1) {
	font-size: 150%;
	text-transform: capitalize;
	margin-bottom: 10px
}
.news a div p:nth-child(2) {
	font-style: italic;
	margin-bottom: 10px
}
.clear_both {
	clear: both
}
.map_container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}
.map_container iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.image_float_right,
.image_float_left,
.image_full_width {
	margin-bottom: 3%;
	border-radius: 10px
}
.image_float_right {
	float: right;
	margin-left: 3%
}
.image_float_left {
	float: left;
	margin-right: 3%
}
.image_full_width {
	width: 100%;
	height: auto
}
.block {
	display: block;
	padding: 40px;
	background: linear-gradient(to bottom,  rgba(96,149,137,1) 0%,rgba(11,17,17,1) 100%);
	border-radius: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 125%;
	text-align: center;
	color: white !important
}
.mobile_trigger {
	display: none;
	padding: 10px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 300%
}
.mobile_trigger div {
	width: 70px;
	height: 70px;
	filter: brightness(0) invert(1);
	cursor: pointer;
	transition: .5s;
	display: inline-block;
	margin-bottom: -10px
}
.do_rotate {
	transform: rotate(90deg);
}
.mobile_top {
	display: none
}
.sleeve p:first-of-type {
	font-size: 130%;
}
.booking_block {
	background-color: #1b302b;
	color: gold;
	padding: 30px;
	border-radius: 10px;
	border: 5px solid gold;
	text-align: center;
	clear: both
}
.booking_block p {
	margin: 0 0 5px 0
}
.booking_block p:first-child {
	font-weight: bold;
	text-transform: uppercase
}
.booking_block p:last-child {
	margin: 0
}
.booking_block a,
.booking_block a:visited {
	color: inherit;
	text-decoration: none
}
.booking_block a:hover {
	text-decoration: underline
}
.cloud {
	text-align: center;
	clear: both;
	background-color: #535252;
	padding: 20px;
}
.cloud a,
.cloud a:visited {
	text-decoration: none;
	color: white;
	margin: 10px;
	transition: .5s;
	opacity: .5;
	display: inline-block
}
.cloud a:hover {
	opacity: 1
}
.attention {
	background-color: maroon;
	color: gold;
	text-align: center
}
.menu_files {
	background-color: rgb(73, 49, 49);
	border-radius: 5px;
	padding: 20px;
	color: white;
	font-size: 125%;
	font-weight: bold
}
.menu_files ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.menu_files a,
.menu_files a:visited {
	color: inherit;
	text-decoration: none;
	line-height: 2em;
}
.menu_files a:hover {
	text-decoration: underline
}
#gallery {
	padding: 20px 0 20px 0
}
@media screen and (max-width: 1024px) {
	body,
	html {
		font-size: 18px
	}
	h1,
	h2,
	h3 {
		font-size: 20px
	}
	.mobile_trigger {
		display: block
	}
	.home_include {
		display: none
	}
	.home_include_mobile {
		display: block
	}
	.banner_content {
		display: none
	}
	nav ul li,
	nav ul ul li {
		display: block
	}
	nav a {
		padding: 0 !important;
		margin: 0 !important;
	}
	.logo a,
	.logo a:visited {
		height: 100px;
		margin-top: -40px;
		margin-bottom: -10px;
		border-radius: 10px;
	}
	.follow,
	.follow div {
		display: block;
		text-align: center;
		padding: 10px 0 15px 0;
		width: 100%;
	}
	.follow div:nth-child(2) {
		display: none
	}
	.wrapper img {
		margin: 0;
		width: 100%;
		height: auto;
		clear: both;
		margin-bottom: 20px
	}
	nav {
		display: none;
		padding: 10px
	}
	footer {
		background-color: black;
		padding-bottom: 90px
	}
	.block {
		font-size: inherit
	}
	.mobile_top,
	.mobile_top:visited {
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 200;
		background-color: rgba(0, 0, 0, 0.8);
		padding: 30px;
		text-align: center;
		color: white;
		text-decoration: none
	}
}