html {
	scroll-behavior: smooth;
}

body {
	color: #2f332f;
	font-size: 14px;
	line-height: 1.65;
}

a {
	color: #176b55;
}

header {
	border-bottom: 1px solid rgba(47, 51, 47, 0.12);
}

#logo a {
	color: #1f352d;
	font-size: 24px;
	letter-spacing: 0;
}

#main-nav a {
	min-height: 38px;
}

.lead {
	color: #4b554f;
	font-size: 18px;
	line-height: 1.55;
	max-width: 760px;
}

.content-page {
	padding-top: 34px;
	padding-bottom: 56px;
}

.content-page h1 {
	color: #1f352d;
	font-size: 34px;
	line-height: 1.2;
	margin-bottom: 14px;
}

.content-page h2 {
	color: #2c483d;
	font-size: 22px;
	line-height: 1.3;
	margin-top: 18px;
}

.contact-list {
	list-style: none;
	margin-left: 0;
}

.contact-list li {
	border-bottom: 1px solid rgba(47, 51, 47, 0.12);
	padding: 9px 0;
}

.button,
.button_yellow,
button {
	border-radius: 4px;
	font-size: 13px;
	letter-spacing: 0;
	min-height: 40px;
	padding: 10px 16px;
}

.button_yellow {
	background: #dba93a;
	color: #1f241f;
}

.mobile-cta {
	background: #1f352d;
	bottom: 0;
	box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.18);
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 9999;
}

.mobile-cta a {
	color: #fff;
	flex: 1;
	font-size: 13px;
	font-weight: 700;
	padding: 12px 8px;
	text-align: center;
	text-decoration: none;
}

.hp-field {
	height: 0;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	width: 0;
}

input,
select,
textarea {
	box-sizing: border-box;
	max-width: 100%;
}

img {
	height: auto;
}

.flexslider img,
.picture img,
.amenities img {
	background: #e8ece8;
}

.trust-band {
	background: #eef3ee;
	border-top: 1px solid rgba(47, 51, 47, 0.12);
	border-bottom: 1px solid rgba(47, 51, 47, 0.12);
	margin-bottom: 28px;
	padding: 18px 0;
}

.trust-band p {
	margin-bottom: 0;
}

.review-link {
	background: #fff;
	border: 1px solid rgba(47, 51, 47, 0.14);
	border-radius: 4px;
	font-weight: 700;
	padding: 10px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	body {
		padding-bottom: 54px;
	}

	.mobile-cta {
		display: flex;
	}

	header .container,
	header .columns {
		width: auto !important;
	}

	#logo {
		text-align: left;
	}

	#main-nav {
		display: flex;
		flex-wrap: wrap;
		gap: 4px;
	}

	#main-nav li {
		width: auto;
	}

	#main-nav a {
		font-size: 12px;
		padding: 8px 9px;
	}

	.content-page h1 {
		font-size: 28px;
	}

	.lead {
		font-size: 16px;
	}

	#banner_home,
	.amenities {
		height: auto !important;
		top: auto !important;
	}
}
