:root 
{
	--gold: #d7b46a;
	--lightgold: #f5cd7a;
	--dark: #000000;
}

* 
{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body 
{
	font-size: 1.1em;
	color: var(--dark);
	font-family: 'Fira', sans-serif;
	font-weight: 300;
	line-height: 1.9;
	overflow-x: hidden;
}

::selection 
{
	background-color: var(--gold);
 	color: var(--dark);
}

::-moz-selection 
{
  	background-color: var(--gold);
 	color: var(--dark);
}

h1
{
	font-family: 'Domine', serif;
	font-weight: 400;
	font-size: 3em;
	line-height: 1.5;
}

h2, h3
{
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.4;
	font-size: 1.6em;
	text-transform: uppercase;
} 

h2
{
	color: var(--gold);
}

ul + p, p + p
{
	margin-top: 1em;
}

h2 + p, h2 + ul, h3 + p, h3 + ul
{
	margin-top: 0.5em;
}

#header
{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transition: all 0.2s;
}

#header.scrolled
{
	background-color: var(--dark);
}

.wrap
{
	max-width: 1050px;
	display: block;
	margin: auto;
	padding: 0px 40px;
	position: relative;
}

#opener
{
	width: 100%;
	height: 85vh;
	position: relative;
	background-size: cover;
	background-position: center;
}

#opener:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	background-color: rgba(0,0,0,0.4);
}

#logo
{
	width: 210px;
	padding: 25px 0px;
	transition: all 0.2s;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#header.scrolled #logo
{
	width: 120px;
	padding: 15px 0px;
}

#navigation
{
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}

#navigation ul li
{
	display: inline-block;
	letter-spacing: 0.02em;
	font-size: 1.15em;
	padding: 58px 0px;
	transition: all 0.2s;
}

#header.scrolled #navigation ul li
{
	font-size: 1em;
	padding: 50px 0px 45px 0px;
}

#navigation ul li.active a
{
	font-weight: 600;
	color: var(--gold);
}

#navigation ul li a
{
	color: #fff;
	text-decoration: none;
	transition: all 0.2s;
}

#leftNav
{
	text-align: right;
	padding-right: 105px;
}

#rightNav
{
	padding-left: 105px;
}

#header.scrolled #leftNav
{
	padding-right: 60px;
}

#header.scrolled #rightNav
{
	padding-left: 60px;
}

#leftNav, #rightNav
{
	width: 50%;
	transition: all 0.2s;
}

#leftNav ul li
{
	margin-right: 60px;
}

#rightNav ul li
{
	margin-left: 60px;
}

.text-center
{
	text-align: center;
}

.text
{
	margin: 60px 0px;
}

.inline
{
	width: 100%;
	margin-bottom: -10px!important;
}

.divider
{
	width: 60px;
	height: 60px;
	background-image: url(icon.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	margin: auto;
}

.imgFlex
{
	display: flex;
	margin-left: -40px;
}

.imgFlex.right
{
	flex-direction: row-reverse;
}

.imgFlexItem
{
	width: 50%;
	margin-left: 40px;
}

.textbox
{
	margin-top: 40px;
	color: #fff;
}

.withImgFlex
{
	background-color: var(--dark);
	padding: 60px 0px;
	border-top: 5px solid var(--gold);
	border-bottom: 5px solid var(--gold);
}

.buttonArea
{
	margin-top: 30px;
}

.text.withButton p a, .text .buttonArea p a
{
	display: inline-block;
	color: #fff;
	background-color: var(--gold);
	text-decoration: none;
	line-height: 1.35;
	text-align: center;
	padding: 0.85em 1.6em 0.6em;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.02em;
	transition: all 0.2s;
	border: none!important;
}

.text.withButton p a:hover, .text .buttonArea p a:hover
{
	background-color: var(--lightgold);
	color: #fff;
}

.withButton
{
	margin-top: -30px;
}

.text-center p
{
	max-width: 700px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.gallery
{
	column-count: 3;
  	column-gap: 20px;
  	-moz-column-count: 3;
  	-moz-column-gap: 20px;
  	-webkit-column-count: 3;
  	-webkit-column-gap: 20px;
}

.galleryItem
{
	margin-bottom: 19px;
}

strong
{
	font-weight: 600;
}

.dividerBoxFlex
{
	display: flex;
	justify-content: flex-end;
}

.dividerBox
{
	position: relative;
	z-index: 10;
	padding: 35px 40px;
	background-color: var(--dark);
	max-width: 600px;
	margin-top: -120px;
	color: #fff;
	border-top: 5px solid var(--gold);
}

.dividerBox .buttonArea
{
	padding-bottom: 5px;
}

.dividerBox h2, .dividerBox h3
{
	color: #fff;
}

#mapWrap
{
	width: 100%;
	height: 480px;
	position: relative;
}

#mapWrap a
{
	color: var(--dark);
	border-bottom: 1px dashed var(--dark);
	transition: all 0.2s;
	text-decoration: none;
}

#mapWrap a:hover
{
	border-bottom: 1px solid var(--dark);
}

#mapWrapContent
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
	left: 0;
	top: 0;
	background-color: var(--lightgold);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	text-align: center;
	font-size: 0.9em;
}

#acceptMap
{
	font-weight: 700;
	display: block;
	margin-top: 1em;
	cursor: pointer;
	transition: all 0.2s;
}

#acceptMap:hover
{
	opacity: 0.7;
}

#map
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

#footer
{
	background-color: var(--dark);
	color: #fff;
	padding: 40px 0px 36px;
	text-align: center;
	font-size: 0.9em;
	border-top: 5px solid var(--gold);
}

#copy
{
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: var(--gold);
}

#footerList
{
	margin-top: 9px;
}

#footerList li
{
	display: block;
	margin-top: 3px;
}

#footerList li a
{
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #fff;
	text-decoration: none;
	transition: all 0.2s;
	border-bottom: 1px dashed transparent;
}

#footerList li a:hover
{
	border-bottom: 1px solid #fff;
}

#footerLogo
{
	max-width: 120px;
	display: block;
	margin: auto;
	margin-bottom: 20px;
}

.text p a, .text ul a, form a, #cookieNotice a
{
	color: var(--gold);
	text-decoration: none;
	border-bottom: 1px dashed var(--gold);
	transition: all 0.2s;
}

.text p a:hover, .text ul a:hover, form a:hover, #cookieNotice a:hover
{
	color: var(--lightgold);
	border-bottom: 1px solid var(--lightgold);
}

#cookieNotice
{
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1000;
	font-size: 0.9em;
	background-color: var(--dark);
	border-top: 5px solid var(--gold);
	color: #fff;
	padding: 20px 0px;
}

#cookieSpace
{
	height: 40px;
	position: absolute;
	z-index: -10;
}

#accepted
{
	cursor: pointer;
	float: right;
	letter-spacing: 0.02em;
	font-weight: 600;
	transition: all 0.2s;
	color: var(--gold);
	text-transform: uppercase;
}

#accepted:hover
{
	color: var(--lightgold);
}

#cookieCheckboxes
{
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

#cookieCheckboxes label
{
	position: relative;
	margin-right: 1.8em;
	padding-left: 1.35em;
	cursor: pointer;
}

#cookieCheckboxes input
{
	position: absolute;
	left: 0;
	top: 45.7%;
	transform: translateY(-50%);
}

table
{
	border-collapse: collapse;
  	width: 100%;
  	border-top: 1px dashed var(--dark);
}

td
{
	padding-top: 1em;
	padding-bottom: 0.89em; 
	vertical-align: top;
}

tr td:nth-child(1)
{
	padding-right: 40px;
}

tr td:nth-child(2)
{
	text-align: right;
	min-width: 90px;
	font-weight: 600;
	color: var(--gold);
}

tr
{
	border-bottom: 1px dashed var(--dark);
}

h2 + table, h3 + table
{
	margin-top: 1em;
}

@media all and (max-width: 450px){
	tr td:nth-child(1)
	{
		padding-right: 0px;
		display: block;
	}

	tr td:nth-child(2)
	{
		display: block;
		text-align: left;
		min-width: 90px;
		padding-top: 0;
		margin-top: -0.8em;
	}
}

@media all and (max-width: 550px){
	#opener
	{
		height: 48vh!important;
		min-height: 260px!important;
	}

	h1
	{
		font-size: 1.6em!important;
	}

	h2, h3
	{
		font-size: 1.2em!important;
	} 

	.divider
	{
		width: 50px!important;
		height: 50px!important;
	}

	.dividerBox
	{
		margin-top: -2px!important;
	}

	.dividerWrap
	{
		padding: 0;
	}

	.gallery
	{
		column-count: 1;
	  	-moz-column-count: 1;
	  	-webkit-column-count: 1;
	}

	#mapWrap
	{
		height: 270px!important;
	}

	#mapWrapContent, #cookieNotice, #footer
	{
		font-size: 0.85em;
	}

	.imgFlex
	{
		display: block;
		margin-left: 0;
	}

	.imgFlexItem
	{
		width: 100%;
		margin-left: 0;
	}

	.textbox
	{
		margin-top: 30px;
	}
}

@media all and (max-width: 890px){
	#navigation
	{
		display: none;
		position: fixed;
		width: 100%;
		left: 0;
		top: 90px;
		background-color: var(--dark);
		text-align: center!important;
	}

	#header.active
	{
		background-color: var(--dark);
	}

	#navigation ul li
	{
		display: block;
		padding: 0!important;
		margin-left: 0!important;
		margin-right: 0!important;
		font-size: 1em!important;
		margin-top: 5px;
	}

	#leftNav
	{
		padding-top: 13px;
	}

	#rightNav
	{
		padding-bottom: 15px;
	}

	#navOpener
	{
		position: absolute;
		width: 24px;
		height: 18px;
		right: 40px;
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer;
	}

	#leftNav, #rightNav
	{
		width: 100%!important;
		text-align: center!important;
	}

	#leftNav
	{
		padding-right: 0!important;
	}

	#rightNav
	{
		padding-left: 0!important;
	}

	.line
	{
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #fff;
		left: 50%;
		transform: translateX(-50%);
		transition: all 0.2s;
	}

	#navOpener .line:nth-child(1)
	{
		top: 0;
	}

	#navOpener .line:nth-child(2)
	{
		top: 50%;
		transform: translate(-50%, -50%);
	}

	#navOpener .line:nth-child(3)
	{
		bottom: 0;
	}

	#navOpener.active .line:nth-child(1)
	{
		top: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}

	#navOpener.active .line:nth-child(2)
	{
		width: 0;
	}

	#navOpener.active .line:nth-child(3)
	{
		bottom: auto;
		top: 50%;
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	#logo
	{
		width: auto;
		height: 145%;
		padding: 10px 0px;
	}

	#header.scrolled #logo
	{
		padding: 10px 0px;
		height: 100%;
	}

	#header .wrap
	{
		height: 90px;
	}

	#opener
	{
		height: 60vh;
		min-height: 280px;
	}

	h1
	{
		font-size: 2.1em;
	}

	h2, h3
	{
		font-size: 1.45em;
	} 

	.divider
	{
		width: 55px;
		height: 55px;
	}

	.text
	{
		margin: 40px 0px;
	}

	.withButton
	{
		margin-top: -20px;
	}

	.buttonArea
	{
		margin-top: 20px;
	}

	.withImgFlex
	{
		padding: 40px 0px;
	}

	.dividerBox
	{
		margin-top: -80px;
	}

	#footer
	{
		padding: 30px 0px 28px;
	}

	#footerLogo
	{
		max-width: 100px;
	}

	#mapWrap
	{
		height: 380px;
	}
}

@media all and (min-width: 891px){
	#navigation
	{
		display: flex!important;
	}
}