html {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	height: 100%;
	background-color: #fff;
	color: #000;
	box-sizing: content-box;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	font-family: 'Lato', sans-serif;
}

#page-container {
	position: relative;
	padding: 0;
	min-height: 100%;
	padding-top: 90px;
	overflow-x: hidden;
}

/********************************/
/*************Header*************/
/********************************/

header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 5px 0 10px;
	background-color: #000;
	color: #a1957c;
	z-index: 14;
}

#logo {
	height: 80px;
}

#banner {
	position: relative;
	width: 100%;
	height: 600px;
}

#banner.alt {
	height: 550px;
}

#banner > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	opacity: 0;
	pointer-events: none;
	transition-duration: 1s;
}

#banner > div.active {
	opacity: 1;
	pointer-events: all;
}

/********************************/
/**************Divs**************/
/********************************/

.outer-container {
	margin: 0 auto;
	width: 100%;
	max-width: 1140px;
}

.separator {
	display: inline-block;
	width: 40px;
	height: 80px;
	background-color: #a1957c;
	vertical-align: top;

	opacity: 0;
}

.separator.separator-black {
	background-color: #000;
}

.quote {
	padding: 30px 15px;
	background-color: #a1957c;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 300;
}

.quote div {
	margin: 0 auto;
	max-width: 600px;
	text-align: center;
}

.side-match-image {
	width: 100%;
	height: 100%;
	min-height: 750px;
	background-position: center;
	background-size: cover;
}

footer {
	margin-top: 1.5rem;
	background-color: #000;
	color: #fff;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.opening-weekday {
	display: inline-block;
	width: 115px;
}

#footer-legal {
	padding: 15px 15px;
	background-color: #a1957c;
	color: #000;
	text-align: center;
	font-size: 0.9rem;
	font-weight: 300;
}

#footer-legal a {
	text-decoration: none;
}

/********************************/
/**********Other Pages***********/
/********************************/

input[type='text'],
input[type='tel'],
input[type='email'],
textarea {
	display: block;
	margin: 0 0 15px;
	width: 100%;
	padding: 8px 16px;
	background-color: #ececec;
	color: #1e1e1e;
	border: none;
}

textarea {
	height: 120px;
	resize: none;
}

.gallery-img {
	display: block;
	width: 100%;
	padding-bottom: 75%;
	background-position: center;
	background-size: cover;
}

/********************************/
/**************Menu**************/
/********************************/

#nav {
	position: relative;
	padding-bottom: 10px;
	text-align: right;
}

#nav > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav > ul > li {
	display: inline-block;
	position: relative;
	margin: 0 0 0 12px;
}

#nav > ul > li > a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1rem;
	transition-duration: 0.15s;
}

#nav > ul > li > a:hover {
	color: #fff;
}

#but-menu {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: transparent;
	background-image: url(../images/menu-button.svg);
	background-position: center;
	background-size: cover;
	border: none;
	transition-duration: 0.25s;
}

#but-menu:hover {
	transform: scale(1.1);
}

/********************************/
/**************Heads*************/
/********************************/

h1,
h2 {
	font-size: 1.8rem;
}

/********************************/
/************Paragraphs**********/
/********************************/

/********************************/
/**************Buttons***********/
/********************************/

a,
a:hover {
	color: inherit;
	cursor: pointer;
}

.link-image {
	position: relative;
	width: 100%;
	padding-bottom: 60%;
	background-position: center;
	background-size: cover;
}

.link-image::after {
	content: '';
	position: absolute;
	left: 10px;
	top: 10px;
	width: calc(100% - 2 * 10px);
	height: calc(100% - 2 * 10px);
	border: solid 3px #fff;
	transition-duration: 0.15s;
}

.link-image:hover::after {
	transform: scale(0.95);
}

.link-image > div{
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition-duration: 0.15s;
}

.link-image:hover > div {
	opacity: 1;
}

.link-image > div > div {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 2rem;
	font-weight: 900;
}

.link-button {
	display: block;
	width: 100%;
	padding: 8px 16px;
	background-color: #a1957c;
	color: #fff;
	border: none;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 500;
	transition-duration: 0.15s;
}

.link-button:hover {
	background-color: #000;
}

.link-social {
	margin-right: 5px;
	text-decoration: none;
	font-size: 1.5rem;
	transition-duration: 0.15s;
}

.link-social:hover {
	color: #fff;
}

/********************************/
/**************Sliders***********/
/********************************/

/********************************/
/**************Colors************/
/********************************/

.bg-black {
	background-color: #000;
}

/********************************/
/********************************/
/********************************/

.underlined {
	text-decoration: underline !important;
}

@media only screen and (max-width: 1399px) {
	#banner {
		height: auto;
		padding-bottom: 40%;
	}

	#banner.alt {
		height: auto;
		padding-bottom: 25%;
	}
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
	#page-container {
		padding-top: 70px;
	}

	#logo {
		height: 60px;
	}

	#nav {
		position: relative;
		padding-bottom: 0;
		text-align: center;
	}

	#nav > ul {
		height: 0;
		overflow: hidden;
		transition-duration: 0.5s;
	}

	#nav > ul > li {
		display: list-item;
		margin: 0;
		padding: 5px 0;
	}

	#nav > ul > li > a {
	}

	#nav > ul > li > a:hover {
	}
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 575px) {
}

@media only screen and (max-width: 400px) {
}

.contact-div { max-width: 685px; }
img.contact-image { float: right; max-width: 200px; }
.contact-text { float: left; max-width: 400px; }