@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&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, .mob849, #mobNavHolder {
	display: none;
}

.desktopOnly {
	display: block;
}

body {
	margin: 0px;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	text-align: justify;

	background-color: #ffffff;
}

#container {
	display: block;
	width: 100%;
	max-width: 1920px;
	height: calc(100vh - 50px);
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	overflow: auto;
}

#buttMobNav {
	display: none;
}

#topNav {
	position: fixed;
	z-index: 1000;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	background-color: #ffffff;
	text-align: center;
}

#logoBand {
	position: relative;
	display: block;
	height: 10vw;
	margin-top: 40px;
	background-color: #ffffff;
}

#logoTop {
	position: absolute;
	left: 50%;
	bottom: -9vw;
	z-index: 100;
	transform: translateX(-50%);
	width: 23vw;
}

#slideHolder {
	position: relative;
	display: block;
}

.slide {
	display: block;
	width: 100%;
}

#overlaySlide {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 100%;
}

.holderWhite {
	display: block;
	background-color: #ffffff;
}

.content {
	display: block;
	width: calc(100% - 100px);
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px;
}

.fpFeatureFlex {
	display: flex;
	margin-top: 40px;
}

.fpFeature {
	display: block;
	flex: 1;
}

.fpFeature img {
	display: block;
	width: 100%;
	border-radius: 10px;

	filter: brightness(100%);
	transition: filter 0.3s ease-in-out;
}

.fpFeature img:hover {
	filter: brightness(130%);
}

.feature1 {
	margin-right: 25px;
}

.feature2 {
	margin-left: 25px;
}

.fpFeature span {
	display: block;
	font-family: 'Noto Serif', serif;
	font-weight: bold;
	color: #009900;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.fpFeature p {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.review {
	color: #be8a3f;
	font-family: Times, "Times New Roman";
	display: block;
	text-align: center;
	font-size: 30px;
	font-style: italic;
}

#buttFb {
	display: block;
	margin-top: 50px;
}

.review::before, .review::after {
	content: '"';
}

.banner {
	display: block;
	width: 100%;
}

#mapDirections {
	display: block;
	height: 500px;
	border: 1px solid #aaaaaa;
	border-radius: 10px;
}

#start {
	display: block;
	margin: auto;
	margin-bottom: 20px;
	padding: 10px;
}

.start2 {
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
}

#distanceText {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}

.distanceContact {
	text-align: left !important;
	margin-top: 10px;
}

#bottom {
	display: block;
	padding: 20px;
	background: linear-gradient(to top, #333333, #555555);
	border-top: 30px solid #be8a3f;

	color: #888888;
	font-size: 14px;
	text-align: center;
}

#bottomFlex {
	display: flex;
}

.bottomColumn {
	display: block;
	flex: 1;
	padding-bottom: 10px;
}

#bottom p {
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}

#bottom a:link, #bottom a:active, #bottom a:visited {
	text-decoration: none;
	color: #ffffff;

	transition: color 0.3s ease-in-out;
}

#bottom a:hover {
	color: #52bf50;
}

#bottom hr {
	margin-top: 0px;
	margin-bottom: 20px;
	border-color: #666666;
}

#p58 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

label {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.red {
	color: #FFBE00;
}

#contactFlex {
	display: flex;
	margin-bottom: 30px;
}

.contactColumn {
	flex: 1;
}

#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: #be8a3f;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
	border-radius: 3px;
}

#mapContact {
	display: block;
	float: right;
	margin-left: 50px;
	margin-bottom: 15px;
	width: 50%;
	max-width: 700px;
	height: 400px;
	border: 1px solid #333333;
}

.spacer {
	display: block;
	clear: both ;
}

#contactLeftFlex {
	display: flex;
	flex-direction: column;
}

#ifr {
	display: none;
}

.contentImage {
	display: block;
	float: right;
	width: 40%;
	max-width: 300px;
	margin-left: 50px;
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.bigContentImage {
	display: block;
	width: 100%;
	margin-bottom: 50px;
	border-radius: 3px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.tBox {
	width: calc(100% - 20px);
	max-width: 400px;
	padding: 10px;
	text-align: center;
	border: 1px solid #333333;
}

.tArea {
	width: calc(100% - 80px);
	max-width: 800px;
	height: 300px;
	padding: 10px;
	resize: none;
	border: 1px solid #aaaaaa;
	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: 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: #be8a3f;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);

	transition: background 0.3s ease-in-out;
}

#imageViewClose:hover {
	background-color: #8e4a00;
}

#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;
	font-weight: bold;
	text-align: center;
	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;
	background-color: rgba(0,0,0,0.7);
	color: #ffffff;
}

.areaHolder {
	display: flex;
	background-color: #eeeeee;
	border-radius: 10px;
	margin-top: 50px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);

	border: 2px solid #eeeeee;
	transition: border 2s ease-in-out;
}

.areaDescriptionHolder {
	flex: 1;
	padding: 30px;
	font-size: 14px;
	line-height: 24px;
}

.areaImageHolder {
	width: 300px;
	background-color: #dddddd;
	padding: 30px;
	border-radius: 10px;
}

.areaImageHolder img {
	display: block;
	width: 100%;
	border-radius: 10px;
}

.placeTitle {
	font-family: 'Noto Serif', serif;
	font-size: 22px;
	font-weight: bold;
	color: #0a4700;
}

.placeDistance {
	display: block;
	color: #be8a3f;
	font-weight: bold;
}

.placeLinkHolder {
	display: flex;
}

.placeLinkHolder p {
	flex: 1;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 10px;
	margin: 10px;
	text-align: center;
	cursor: pointer;
	color: #009900;

	box-shadow: 0px 0px 3px rgba(0,0,0,0.0);
	transition: box-shadow 0.3s ease-in-out;
}

.placeLinkHolder p:hover {
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

#mainMapDistance {
	display: none;
	text-align: center;
	font-weight: bold;
	color: #009900;
}

.bookNow {
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	font-weight: bold;
	margin-top: 20px;

	background-image: url(../siteimages/back_book_now.jpg);
	background-position: center left;
	background-size: cover;
	background-repeat: no-repeat;

	filter: brightness(100%);
	transition: filter 0.3s ease-in-out;
}

.bookNow:hover {
	filter: brightness(110%);
}

.bookNow span {
	display: block;
	font-size: 50px;
	color: #ffffff;
}




















h1 {
	font-family: 'Noto Serif', serif;
	font-size: 45px;
	text-align: center;
	color: #0a4700;
	margin-top: 0px;
}

#slideHolder h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

	display: block;
	width: 100%;
	font-size: 5vw;
	font-family: 'Montserrat', sans-serif;
	color: #FFB62D;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.7), -0px -0px 5px rgba(0,0,0,0.7);
}

h2 {
	font-family: 'Noto Serif', serif;
	font-size: 34px;
	text-align: left;
	color: #be8a3f;
	margin-top: 0px;
}

hr {
	display: block;
	border: none;
	border-top: 1px dotted #aaaaaa;
	width: calc(100% - 200px);
	margin-top: 50px;
	margin-bottom: 50px;
}

button {
	display: block;
	background-color: #0a4700;
	cursor: pointer;
	border: none;

	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;

	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}









a:link, a:active, a:visited, a:hover {
	text-decoration: none;
	color: #127f00;

	transition: color 0.3s ease-in-out;
}
a:hover {
	color: #be8a3f;
}




a:link.linksTop, a:active.linksTop, a:visited.linksTop, a:hover.linksTop {
	text-decoration: none;
	display: inline-block;
	color: #5b3600;
	font-size: 15px;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;

	transition: color 0.3s;
}

a:hover.linksTop {
	color: #dba680;
}

