:root {
	--white: #fff;
	--black: #000;

	--text: #ecdfb9;
	--text-u: #ecdfb944;
	--text-img: #ecdfb977;

	--green-dark: #46533e;
	--green-mid : #6c7a65;
	--green-light: #98a492;

	--back-grad-start: #3a2920;
	--back-grad-end: #2d1e17;
	--cream-mid: #fcf2e7;

	--gold-dark: #c3a95c;
	--gold-light: #ecdfb9;

	--gold-vib-light: #eed091;
	--gold-vib-mid: #e0ab38;
	--gold-vib-dark: #aa7500;

	--blue-light: #c6dce0;
	--blue-mid: #567476;
	--blue-dark: #27393a;
	--roof: #2e3942;
}

*, body {
	font-family: "Garamond";
}
body,html {
	overflow-x: hidden;
	margin: 0;
	width: 100vw;
	height: 100%;
	background-color: var(--cream-mid);
	color: #000;
}
a {text-decoration: none !important;}

/* Scrollbars */
html::-webkit-scrollbar,
body::-webkit-scrollbar
{
  display: none !important;
}

/* Hide scrollbar for IE, Edge and Firefox */
html, body, div {
  -ms-overflow-style: none !important;  /* IE and Edge */
  scrollbar-width: none !important;  /* Firefox */
}

.blason {
	background-image: url("../Images/blason.png");
	background-repeat: no-repeat;
	background-position: center;
	background-blend-mode: normal;
	background-size: contain;
}
.blason_c {
	display: block;
	margin: auto;  
	width: 180px;
  height: 180px;
}

/* Heading Links */
.head_links {
	display: block;  
	box-sizing: border-box;
	position: absolute;
	width: 100vw;
	height: 60px;
	padding: 10px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 199;
}
.head_links a {
	float: right;
	display: inline-block;
	font-size: 18px;
	background-color: #0005;
	color: var(--text);
	border: solid thin var(--text);
	margin: 10px;
	padding: 2px 28px;
	transition: 0.33s;
}
.head_links a:hover {
	transition: 0.33s;
	color: var(--black);
	background-color: var(--text);
}
.navigation {
	width: 100vw;
  padding: 12px;
  line-height: 10px;
  box-sizing: border-box;
  font-size: 18px;
  color: var(--text);
  background-color: var(--roof);
  text-align: left;
}
.navitem, .navitem a {
	display: inline-block;
	text-align: center;
	margin: 10px;
	transition: 0.33s;
  color: var(--text);
}
.navitem a:hover {
	transition: 0.33s;
	color: #fff;
}

/* Heading */
.heading, .vw {
	position: relative;
	text-align: center;
	width: 100vw;
	margin: 0 auto;
	box-sizing: border-box;
	border-bottom: solid 1px var(--gold-vib-dark);
}
.heading {height: 50vh;}

.h_title {
	margin: 0 auto;
  padding: 50px 10vw 25px 10vw;  
  box-sizing: border-box;
}
.h_info span {
	display: block;
	color: var(--cream-mid);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
}
.h_cap {
	display: block;
	font-size: 26px;
}

.h_info {
	width: 100%;
	height: 100%;
}
.h_img {
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-blend-mode: normal;
}
.hgrad {
	background-image: linear-gradient(to top, #462e00c9, #40300005);
}
.chateau {
	background: url('../Images/main.jpeg');
  background-size: cover;
}

/* Venue Links */
.vgroup {
	text-align: center;
	margin: 30px auto;
	width: 100%;
	text-align: center;
}
.h_title i {
	display: block;
	font-size: 30px;
  margin: 0;
}

.venue_href {
	display: inline-block;
	width: 88%;
	max-width: 600px;    
	height: 435px;
  padding: 5px;
  margin: 10px;
	box-sizing: content-box;
	border: solid 2px #0000;
	transition: 0.33s;
}
.venue_href:hover {
	transition: 0.33s;
}

.venue_href span {
	transition: 0.33s;
	border-bottom: solid thin #0000;
	display: block;
	width: auto;
}
.venue_href img {
	transition: 0.33s;
	border: solid thin #0000;
}
.venue_href:hover span {
	transition: 0.33s;
}
.venue_href:hover img {
	transition: 0.33s;
	border: solid 2px var(--gold-vib-mid);
	opacity: 0.9;
}
.venue_img  {
	display: block;
	position: relative;
	width: 100%;
	height: 300px;
	filter: drop-shadow(5px 5px 25px #0003);
}
.venue_img img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.venue_info {
	display: block;
	width: 100%;
}
.v_capacity {
	display: block;
	color: var(--gold-vib-mid);
	font-size: 18px;  
	margin-bottom: 5px;
}
.v_title {
	display: block;
	color: var(--black);
	font-size: 33px;
}

/* About */
.xw {
	margin: auto;
	max-width: 540px;
}
.bdr {
	box-sizing: border-box;
	padding: 5px;
	font-size: 18px;
	border: solid 1px var(--gold-vib-dark);
}

.info {}

.i_about {
	text-align: center;
}
.i_about p {
	display: block;
	text-align: justify;
	font-size: 18px;
	margin: auto;
  padding: 35px;
  box-sizing: content-box;
  line-height: 22px;
}

/* Capacity */
.i_cap {
	text-align: center;
	margin: 30px auto;
	padding: 20px;  
	width: 88%;
}
.i_cap p {
	color: var(--gold-vib-dark);
}
.i_cap span, .i_cap p {
	display: block;
	text-align: left;
	margin: 10px;
}

/* Contact Btn */
.i_contact {
	text-align: center;
}
.i_contact a {
	display: block;
	text-align: center;
	margin: 30px auto;
	width: 88%;
	max-width: 440px;
	background-color: var(--gold-vib-dark);
	color: #fff;

	transition: 0.33s;
}
.i_contact a:hover {
	transition: 0.33s;
	color: #fff;
	background: #000;
	cursor: pointer;
}
.social, .social a {
	display: inline-block;
	height: 40px;
  width: 40px;
  margin: 10px;
  text-align: center;
  transition: 0.33s;

  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.social:hover, .social a:hover {
  transition: 0.33s;
  filter: saturate(0);
}
.social_fb {background-image: url("../Images/Icons/facebook.svg");}
.social_ig {background-image: url("../Images/Icons/instagram.svg");}

/* Images */
.imgs {
	display: block;
	width: 100vw;
	margin: 10px auto 110px auto;
	max-width: 1376px;
	text-align: center;
}
.img_thumb {
	position: relative;
	display: inline-block;
	box-sizing: border-box;

	margin: 10px;
	width: 92%;
	max-width: 640px;
	height: 400px;

	filter: drop-shadow(5px 5px 50px #0003);
}
.img_thumb img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.expand_img {
	cursor: pointer;
	transition: 0.33s;
	border: solid thin #0000;
}
.expand_img:hover {
	transition: 0.33s;
	transform: scale(1.01);
	border: solid thin var(--gold-vib-dark);
}

/* Image View */
.img_viewer, .img_viewer_defocus {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.img_viewer_defocus {
	width: 100vw;
	height: 100vh;
	background-color: #000a;
	z-index: 51;
}
.img_view {
	position: relative;
	margin: 10px auto;
	width: 95%;
	height: 90%;
	z-index: 52;
}
.img_view img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	filter: drop-shadow(5px 5px 15px #0009);
}
.img_btn {
	z-index: 54;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	font-size: 35px;
	color: var(--cream-mid);
	transition: 0.33s;
	cursor: pointer;
}
.img_btn:hover {
	transition: 0.33s;
	color: #fff;
}

#img_viewer {display: none;}

/* Contact */
#video_bk, 
#video_bk video
{
	display: block;
	position: absolute;
	z-index: -120;
	left: 0; right: 0; top: 0; bottom: 0;
	object-position: center;
	object-fit: cover;
	height: 100%;
}

#video_bk video 
{
	filter: saturate(0.1) brightness(0.31) contrast(1);
	transition: 0.97s;
}

.gmaps {  
  display: block;
  width: 100vw;
  padding: 50px 0;
  background-color: var(--roof);
  box-sizing: content-box;
}
.gmaps iframe {
  display: block;
  width: 92%;
  height: 444px;
  max-width: 1000px;
  margin: 10px auto;
  border: solid 5px var(--gold-vib-dark);
}

/* Contact Div */
.contact_info {
	display: block;
	padding: 30px 0;
	text-align: center;
}

.csub {
	margin: 20px;
}
.csub span {
  display: block;
  font-size: 33px;
  font-style: italic;
  color: var(--gold-vib-mid);
  border-bottom: solid thin var(--gold-vib-dark);
  margin: 15px auto;
}
.csub p {
	font-size: 20px;
	display: block;  
	margin: 8px auto;
	color: var(--text);
}
/* FSVideo */
.logo_splash {
	display: block;
	max-width: 240px;
	margin: -30px auto 30px auto;
	height: 230px;
}

.logo_s {}
.logo_s span {
	margin: auto;
	font-size: 35px;    
	font-style: italic;
	text-align: center;
  display: block;
	color: var(--text);
}
.logo_sllp {
	color: var(--text-img);
  margin: auto;
  text-align: center;
  display: block;
  font-size: 16px;
  letter-spacing: 5px;
}

.i_parent 
{
	display: block;
	position: relative;
	text-align: center;

	background-color: var(--gold-vib-dark);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-blend-mode: multiply;

	width: 100vw;
	height: 100vh;
}

.fwd_v {font-style: italic;}

.i_child 
{
	width: 100%;
	height: 100%;
	max-height: 395px;

	box-sizing: border-box;
	padding: 5% 5%;

	position: absolute;
	bottom: 0;
	z-index: 180;
}

.i_background 
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -810;

	width: 100%;
	height: 100%;

	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: luminosity;
	background-color: #000000;

	filter: saturate(0.12) brightness(0.6);
}

.i_sub_child 
{
	box-sizing: border-box;
	display: block;
	position: absolute;
	bottom: 0;
}

.i_sub_child span 
{
	display: block;
	text-align: center;
	pointer-events: none;
}

.ic_cond 
{  
	font-size: 33px;
  	font-weight: 111;
	display: block;
	color: var(--gold-dark);
}

.ic_huge 
{
	display: block;
  margin: 10px auto;
  color: var(--text);
  font-size: 52px;
  font-weight: 333;
  line-height: 35px;
  padding-bottom: 5px;
  border-bottom: solid thin var(--gold-dark);
}
.ic_gm {  
	text-align: center;
	font-size: 45px;
	padding-bottom: 15px;
  	font-weight: 111;
  	display: block;
  	color: var(--text);
  	border-bottom: solid thin var(--gold-vib-light);
}

.ic_huge b {color: var(--gold-light);}

.ic_chevron, .ic_chevron b {font-weight: 100;}
.ic_em, .ic_em b {font-weight: 700;}
.ic_p, .ic_p p {color: var(--white);}

.ic_price 
{
	color: var(--theme);
	font-size: 18px;
	font-style: italic;
	margin-top: 40px;
}

.ic_fwd_href, 
.ic_fwd_href a 
{
	position: relative;
	z-index: 198;  

	color: var(--gold-light);
	background-color: var(--roof);
	border: solid thin var(--gold-light);

	text-decoration: none !important;
	text-align: center;
	font-size: 18px;

	margin: 25px auto;
	padding: 2px 5px;

	transition: 0.33s;		
}

.ic_fwd_href:hover, 
.ic_fwd_href a:hover 
{
	transition: 0.33s;
	color: var(--green-dark);
	background-color: var(--gold-light);
	border: solid thin var(--gold-light);
}

/* Instagram Div */
.insta_gallery_sctn, 
.insta_gallery_sctn a 
{
	display: block;
	text-decoration: none !important;
}

.ig_parent 
{
	text-align: center;
	text-decoration: none !important;

	position: relative;
	margin: 65px auto 65px auto;
	padding: 25px 0 75px 0;

	width: 100vw;
	transition: 0.66s;
}

.ig_parent a 
{
	display: block;
	text-decoration: none !important;
}

.ig_parent span 
{
	text-align: center;
	display: block;
	margin: 6px auto;
	width: 100%;
}

.ig_parent:hover {transition: 0.55s;}

.ig_padding 
{
	margin: 35px auto 15px auto;
	max-width: 1024px;
	height: 100%;
}

.ig_child 
{
	display: inline-block;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;


	filter: drop-shadow(5px 5px 15px #0000008a);
	transition: 0.66s;
	transform: scale(1);
}

.ig_child:hover 
{
	transition: 0.55s;
	transform: scale(1.015);
}

.ig_handle , .ig_handle i
{  
	font-family: Garamond !important;
  	font-weight: 101;
  	font-size: 30px;
  	color: var(--gold-light);
  	text-align: center;

  	margin-bottom: 15px;
  	border-bottom: solid thin #ff6b0021;
}
.ig_handle {display: block;}
.ig_handle i {  
	display: inline;
  	font-size: 40px;
  	font-weight: 501;
}

.idiv_ico 
{
	display: block;
	margin: auto;

	width: 55px;
	height: 55px;

	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.ig_parent_fill {}

.credits {
	margin: 50px auto 0 auto;
  display: block;
  text-align: center;
  color: var(--text);
}
.credits a {
  color: var(--text);
}


/* Desktop */
@media only screen and (min-width: 800px)
{
	.h_title {
		font-size: 56px;
	}
	.ig_child 
	{
		width: 22vw;
    	height: 22vw;
    	margin: 12px;
    	max-width: 300px;
    	max-height: 300px;
	}

	.i_sub_child {padding: 2%;}

	.ic_chevron, .ic_chevron b {display: inline-block; margin-right: 20px;}
	.ic_em, .ic_em b {display: inline-block;}
	.ic_cond {max-width: none;}
	.ic_fwd_href, .ic_fwd_href a {
		display: inline-block; 
		min-width: 345px;
		margin: 20px;
	}

	.csub {
		display: inline-block;
		min-width: 300px;
	}
}
/* Mobile */
@media only screen and (max-width: 800px)
{	
	.h_title {
		font-size: 33px;
	}
	.ig_child 
	{
		width: 160px;
		height: 160px;
		margin: 8px;
	}

	.i_sub_child 
	{
		padding: 7%;
		left: 0;
		right: 0;
	}

	.gmaps iframe {
		height: 375px;
  	max-width: 300px;
	}
	.ic_chevron, .ic_chevron b {display: block;}
	.ic_em, .ic_em b {display: block;}
	
	.csub {
		display: block;
	}

	.ic_fwd_href, .ic_fwd_href a 
	{
		display: block;
		text-align: center;
		width: 88%;    
		max-width: 200px;
		font-size: 22px;
		color: var(--roof);
		background-color: var(--cream-mid);
	}
}
