
.section .areaTitle {
	margin-bottom: 1.3vh;
}
.section .subTitle {
	font-size: 28px;
	font-weight: 300;
	letter-spacing: 2.8px;
    margin-bottom: 5vh;
}
.section .homeSub {
	font-size: 19px;
	font-weight: 300;
	line-height: 1.7;
	letter-spacing: 0.75px;
	margin-bottom: 8vh;
}
.section .sectionContent .homeWrap .homeBox {
	margin-bottom: 0;
}
.header .mainHD .reservation a {
	font-weight: 300;
	letter-spacing: 2.4px;
}
.header .mainHD .reservation a span {
	padding: 8px 21px 4px 24px;
}
@media(min-width: 1001px) {
	.quote .sectionContent .quoteTxt {
		font-size: 22px;
		letter-spacing: 0.6px;
		line-height: 1.7;
	}
	#pageContainer .pageContent .section.homeBlissful .homeSub,
	#pageContainer .pageContent .section.experiences .homeSub{
		margin-bottom: 5.2vh;
	}
	#pageContainer .pageContent .section.terroir .homeSub,
	#pageContainer .pageContent .section.homeHeritage .homeSub{
		margin-bottom: 5vh;
	}
	.section.homeHeritage .sectionContent .homeWrap .homeBox {
	    margin-bottom: 2.8vh;
	}
}
@media (max-width: 1000px) {
	.header .mainHD .reservation a {
		letter-spacing: 1px;
	}
	.header .mainHD .reservation a span {
    	padding: 4px 10px 1px;
	}
	.section .areaTitle {
		margin-bottom: 6px;
	}
    .section .subTitle {
    	font-size: 19px;
    	letter-spacing: 1.9px;
    	margin-bottom: 40px;
    	line-height: 1.6;
    }
    .section .homeSub {
    	font-size: 15px;
    	line-height: 1.7;
    	letter-spacing: 0.6px;
    	margin-bottom: 41px;
    }
    .section .sectionContent .homeWrap .homeBox {
    	margin-bottom: 63px;
	}
}