body {
	font-family: 'Poppins', sans-serif;
}
.navbar {height:66px;}
.bg-a {
	background: #9a708c;
}
.color-a, .color-a-section a {
	color: #9a708c;
}
.in > a {position: relative;top:3px;}
.color-a-dark {color: #513848;}
.bg-b {
	background: #BFB800;
}
.color-b, .color-b-section a { 
	color: #BFB800;
}
.dropdown-menu.position-absolute {left: initial;right: 0px !important;}
.color-a-section a:hover, .color-b-section a:hover {color: white;}
.btn.bg-a:hover {background: rgba(124, 89, 112, 0.85)}
.btn.bg-b:hover {background: rgba(191, 184, 0, 0.85)}
.hbr {transform: scale(1.2);}
.img-on-hover, .in a, .transition {transition: all .3s ease;}
.img-on-hover:hover, .in a:hover {
	color: #aaa !important;
	opacity: 0.4;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: alpha(opacity=40);
}
.light-on-hover:hover {
	opacity: .7;
}
.uline {
	text-underline-offset: 5px;
    text-decoration-thickness: 3px;
}
.opening-times {
	font-size: 14px;
}
.fw-500 {font-weight: 500!important;}
.fw-600 {font-weight: 600!important;}
.ls-3 {
	letter-spacing: 3px;
}
.footer {box-shadow: 0 -.25rem .25rem rgba(0,0,0,.2)!important;}
.splash-circle {
		position: absolute;
		width: 150px;
		left: 0;
		right: 0px;
		margin: 0 auto;
		top: calc(30vh - 150px);
		z-index: 9;
	}
.splash-circle.mob {
	bottom: -75px;
	top: initial;
}
.text-xxl {
    font-size: calc(2rem + 1.5vw)!important;
}
@media (min-width: 321x){
	.text-xxl {
		font-size: calc(2.375rem + 1.5vw)!important;
	}
	.splash-circle {
		position: absolute;
		width: 300px;
		left: 0;
		right: 0px;
		margin: 0 auto;
		top: calc(30vh - 150px);
		z-index: 9;
	}
	.splash-circle {
		width: 200px;
		top: calc(50vh - 100px);
	}
}
.side {
	min-height: calc(50vh - 33px);
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.link-notice {text-shadow: none;}
@media (min-width: 768px){
	.side {
		min-height: calc(100vh - 132px);
	}
	.splash-circle {
		width: 200px;
		top: calc(50vh - 100px);
	}
}
@media (min-width: 1200px){
	.splash-circle {
		width: 300px;
		top: calc(30vh - 150px);
	}
}
@media (min-width: 321px and max-width: 500px){
	.side.gh {
		padding-top:30px;
	}
}
@media (max-width: 320px){
	.side.gh {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.splash-circle {z-index: 0; opacity: .1}
	.link-notice {text-shadow: 0px 0px 3px black;}
}

.overlay {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
}
.overlay.open {
  opacity: 1;
  pointer-events: inherit;
}
.overlay .modal2 {
  background: white;
  text-align: center;
  padding: 40px 10px;
  box-shadow: 0px 1px 10px rgba(255, 255, 255, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
}
.overlay .modal2.open {
  opacity: 1;
  pointer-events: inherit;
}
.overlay .modal2.open .content {
  transform: translate(0, 0px);
  opacity: 1;
}
.overlay .modal2 .content {
  transform: translate(0, -10px);
  opacity: 0;
  transition: 0.35s ease-in-out;
}
.overlay .modal2 .title {
  margin-top: 0;
}
.overlay .modal2 .content > p {
  max-width: 80%;
  margin: 0 auto;
}

