@font-face {
	font-family: "Hilton Sans";
	src:url(../fonts/HiltonSans_Rg.ttf);
}

@font-face {
	font-family: "Hilton Serif";
	src:url(../fonts/Hilton-SerifRegular.ttf);
} 

body {
color: white;
}

/*footer {
position: static;
}*/
.background-image-wrapper {
	min-height: calc(100vh + 1rem);
	width: 100%;
	min-width: 800px;
	padding: 0;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-background-position: center;
	background-position: center;
	background-attachment: fixed;
	background-image: url(../img/exterior_hotel.jpg);
}

.background-gradient-wrapper {
	width: inherit;
	min-height: inherit;
	padding: 2rem 2rem 6rem;
	background: linear-gradient(to top, transparent 80%, #32469dbb), linear-gradient( to bottom, transparent 65%, #6e312c77 85%, #d8a16eaa 92%, var(--brand-bar-background-color) 99%
	), linear-gradient(60deg, transparent 60%, #4a355786 75%, #00000044);
}

.access-page-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.access-page-header img {
	-webkit-filter: drop-shadow(5px -2px 5px #32469ddd) drop-shadow(0px -8px 10px #32469dbb);
	filter: drop-shadow(5px -2px 5px #32469ddd) drop-shadow(0px -8px 10px #32469dbb);
}

.access-page-header > nav {
	white-space: nowrap;
	padding-top: 3.35rem;
	padding-right: 2rem;
}

.access-page-header > nav > a {
	color: white;
	text-transform: uppercase;
	/*letter-spacing: -0.075em;*/
	font-size: 1.2rem;
	-webkit-text-decoration: none;
	text-decoration: none;
	display: inline-block;
}

.logo-wrapper {
	width: 700px;
}

.content-position-wrapper {
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	margin-right: 0;
	margin-top: -3rem;
}

.content-wrapper {
	text-align: left;
	filter: drop-shadow(rgba(39, 25, 58, 0.733) 2px -3px 4px);
	width: 40%;
}

h1, h2, h3 {
	font-weight: normal;
	color: white;
	margin-top: 0px;
	margin-bottom: 26px;
	text-align: center;
	line-height: 1.2em;
	font-family: "Hilton Sans";
	filter: drop-shadow(rgba(39, 25, 58, 0.733) 2px -3px 4px);
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 2.0rem;
}
h3 {
	font-size: 1.0rem;
}

.button-wrapper {
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 20px;
}

.btn-access {
	border: 1px solid white;
	border-radius: 3px;
	background-color: rgba(41, 31, 50, 0.6);
	font-size: 1.5rem;
	letter-spacing: -0.03em;
	padding: 1rem;
	font-family: "Hilton Sans";
	color: rgb(255, 255, 255);
	font-weight: normal;
	text-decoration: none;
}
.btn-access-vendor {
	background-color: var(--hilton-blue);
	font-size: 1.2rem;
	padding: 0.75rem 1rem;
}
.fixed-logo{
	position:absolute;
	bottom:40px;
	left:50%;
	margin-left: -100px; 
}