@font-face {
    font-family: 'Bebas-Neue-Light';
    src:  url('/fonts/Bebas-Neue-Light.ttf.woff') format('woff'),
        url('/fonts/Bebas-Neue-Light.ttf.svg#Bebas-Neue-Light') format('svg'),
        url('/fonts/Bebas-Neue-Light.ttf.eot'),
        url('/fonts/Bebas-Neue-Light.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas-Neue-Book';
    src:  url('/fonts/Bebas-Neue-Book.ttf.woff') format('woff'),
        url('/fonts/Bebas-Neue-Book.ttf.svg#Bebas-Neue-Book') format('svg'),
        url('/fonts/Bebas-Neue-Book.ttf.eot'),
        url('/fonts/Bebas-Neue-Book.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas-Neue-Regular';
    src:  url('/fonts/Bebas-Neue-Regular.ttf.woff') format('woff'),
        url('/fonts/Bebas-Neue-Regular.ttf.svg#Bebas-Neue-Regular') format('svg'),
        url('/fonts/Bebas-Neue-Regular.ttf.eot'),
        url('/fonts/Bebas-Neue-Regular.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

html, body {
	margin:0;
	padding:0;
}
body{
    display: block;
    position: relative;
    font-family: 'Bebas-Neue-Regular', sans-serif;
	font-size: 26px;
    line-height: 32px;
    letter-spacing: 1px;
	color: #c4c4c4;
	overflow-x: hidden;
}
a {
    background-image: linear-gradient(
        to right,
            #cec084,
            #cec084 50%,
            #797979 50%
        );
    background-size: 200% 100%;
    background-position: 0;
    display: inline-block;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}
p.small a {
    font-family: 'Bebas-Neue-Regular', sans-serif;
}
a:before{
    content: '';
    background: #cec084;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5px;
    transition: all 0.3s ease-in-out;
}
a:hover {
    background-position: -100%;
}
a:hover::before{
    width: 0;
}
img {
    display: block;
    position: relative;
}
#pageWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: auto;
    padding: 110px 12vw;
}
#pageWrap p {
    margin-bottom: 25px;
    text-align: center;
}
h2 {
    font-family: 'Bebas-Neue-Light', sans-serif;
    font-size: 28px;
    line-height: 31px;
    letter-spacing: 2px;
    text-align: center;
    color: #cec084;
}
.section {
    display: block;
    position: relative;
}
p span.gold {
    font-family: 'Bebas-Neue-Regular', sans-serif;
    color: #cec084;
}
p.small,
p.smaller,
.updates input,
.error,
span.bubble {
    font-family: 'Bebas-Neue-Book', sans-serif;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.5px;
    color: #828282;
}
p.smaller {
    font-size: 16px;
    line-height: 19px;
}
p.skylar img {
    left: -5vw;
    width: calc(100% + 10vw);
}
p.event img {
    left: -5vw;
    width: calc(100% + 10vw);
}
h1 {
	display: none;
	text-indent: -10000px;
}
.corner {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vw;
    background-color: #f5e3d7;
    z-index: -1;
}
.corner::after {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    bottom: 50px;
    width: calc(100vw + 2px);
    height: 10px;
    background-color: #ddcf93;
    -webkit-box-shadow: 0 0 10px #fff;
            box-shadow: 0 0 10px #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.corner1 {
    top: -68vw;
    left: -68vw;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.corner2 {
    top: -68vw;
    right: -68vw;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.corner3 {
    bottom: -68vw;
    left: -68vw;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.corner4 {
    bottom: -68vw;
    right: -68vw;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.corner2,
.corner3 {
    background-color: #c7ddda;
}
.margin-bottom-0 {
    margin-bottom: 0 !important;
}
.updates {
    width: 100%;
}
.updates input {
    font-family: 'Bebas-Neue-Regular', sans-serif;
    width: 100%;
    text-align: center;
    color: #cec084;
    border: 1.5px solid #c0c0c0;
    margin-top: 10px;
    padding: 3px 0;
    background-color: transparent;
}
.updates input::placeholder {
    font-family: 'Bebas-Neue-Book', sans-serif;
    color: #c0c0c0 !important;
    opacity: 1 !important;
}
.updates input::-ms-input-placeholder {
    font-family: 'Bebas-Neue-Book', sans-serif;
    color: #c0c0c0 !important;
    opacity: 1 !important;
}
.updates input::-webkit-input-placeholder {
    font-family: 'Bebas-Neue-Book', sans-serif;
    color: #c0c0c0 !important;
    opacity: 1 !important;
}
.updates input::-moz-placeholder {
    font-family: 'Bebas-Neue-Book', sans-serif;
    color: #c0c0c0 !important;
    opacity: 1 !important;
}
.updates input:-ms-input-placeholder {
    font-family: 'Bebas-Neue-Book', sans-serif;
    color: #c0c0c0 !important;
    opacity: 1 !important;
}
.updates input:-moz-placeholder {
    font-family: 'Bebas-Neue-Book', sans-serif;
    color: #c0c0c0 !important;
    opacity: 1 !important;
}
.updates form {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 270px;
    margin: 0 auto;
}
.updates input.submit {
    background-image: linear-gradient(
        to right,
            #cec084,
            #cec084 50%,
            #bcbcbc 50%
        );
    background-size: 200% 100%;
    background-position: 0;
    display: inline-block;
    position: relative;
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.updates input.submit:hover {
    background-position: -100%;
}
.updates input[type="text"]:focus {
    border-color: #797979;
    outline: 0 none;
}
.parking p.small {
    max-width: 280px;
}
.error {
    color: #cf2424;
    margin-top: 5px;
    margin-bottom: 0px !important;
}
.error.success {
    color: #3eaf3d;
}
.image-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 25px;
}
.image-list p.small {
    margin-bottom: 0 !important;
}
.image-list img {
    display: block;
    position: relative;
    max-width: 110px;
    margin: 0 auto;
}
.image-list a.yes img {
    margin: 10px auto 0 auto;
}
.image-list a.yes span {
    display: block;
    position: relative;
}
.image-list a.yes span:has(img)::before {
    display: block;
    content: "";
    position: absolute;
    top: calc(193px / -16);
    left: calc(193px / -9);
    width: calc(193px / 4);
    height: calc(193px / 4);
    background-image: url(/parking/yes-no.png);
    background-position: 0 0;
    background-size: calc(393px / 4) calc(193px / 4);
    background-repeat: no-repeat;
    background-color: transparent;
    z-index: 1;
}
.image-list a.yes.no span:has(img)::before {
    background-position: calc(193px / -4) 0;
}
.image-list a.yes.maxstay span.bubble {
    position: absolute;
    top: 57.5%;
    left: 100%;
    width: 54px;
    z-index: 1;
    -webkit-text-fill-color: #828282;
}
.image-list a.yes.maxstay span.bubble::before {
    display: block;
    content: "\2190";
    position: absolute;

}
@media (min-width: 786px) {
    .corner {
        width: 768px;
        height: 768px;
    }
    .corner1 {
        top: -522px;
        left: -522px;
    }
    .corner2 {
        top: -522px;
        right: -522px;
    }
    .corner3 {
        bottom: -522px;
        left: -522px;
    }
    .corner4 {
        bottom: -522px;
        right: -522px;
    }
}
.grecaptcha-badge {
    display: none;
    visibility: hidden;
}
