@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

.google-disclaimer {
    margin-top: 0.7vh;
    font-size: 0.8rem;
    color: white;
    opacity: 30%;
    line-height: 1.1rem;
}

.google-disclaimer a {
    text-decoration: none !important;
    color: white !important;
    font-weight: bold;
}

html {
    scroll-padding-top: calc(4.5rem - 1px);
    scrollbar-width: none;
}
::-webkit-scrollbar {
    display: none;
}
body {
    background-color: #000;
    font-family: Calibri, sans-serif;
}

.lock-icon {
    padding-top: 1rem;
    font-size: 3rem;
}
.lock-icon a {
    color: white;
    opacity: 30%;
    text-decoration: none;
}

#loader {
    position: fixed; 
    height: 100%; 
    width: 100%; 
    top:0; 
    left: 0; 
    background: #222; 
    z-index:9998;
}

#main_nav {
    min-height: 3.5rem;
    background-color: #000;
    border-bottom: #B87333 solid 1px;
}
#main_nav .navbar {
    background-color: #000;
}
#main_nav .navbar-toggler {
    font-size: 150%;
    padding: 0.75rem;
    color: #B87333;
}
#main_nav .navbar-toggler:focus  {
    outline: none;
}
#main_nav .navbar-brand {
    font-family: "Bodoni Moda", serif;
    font-weight: bold;
    font-size: 2rem;
    color: #B87333;
    padding: 0 0;
}
#main_nav .navbar-nav .nav-item:hover {
    color: fade(#fff, 80%);
    outline: none;
    background-color: transparent;
}
#main_nav .navbar-nav .nav-item:active, #main_nav .navbar-nav .nav-item:focus {
    outline: none;
    background-color: transparent;
}
#main_nav .nav-link {
    color: #fff;
}
@media (min-width: 992px) {
    #main_nav {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
        background-color: transparent;
        transition: background-color 0.5s ease-in-out;
        background-color: rgba(0, 0, 0, 0.5);
        border-bottom: #B87333 solid 1px;
    }
    #main_nav .navbar-brand {
        font-family: "Bodoni Moda", serif;
        font-weight: bold;
        padding: 0 0;
        color: rgba(255, 255, 255, 0.5);
    }
    #main_nav .nav-link {
        transition: none;
        padding: 2rem 1.5rem;
        color: rgba(255, 255, 255, 0.5);
    }
    #main_nav .nav-link:hover {
        color: rgba(255, 255, 255, 0.75);
    }
    #main_nav .nav-link:active {
        color: #000;
    }
    #main_nav.navbar-shrink {
        background-color: #000;
    }
    #main_nav.navbar-shrink .navbar-brand {
        font-family: "Bodoni Moda", serif;
        color: #B87333;
    }
    #main_nav.navbar-shrink .nav-link {
        color: #B87333;
        padding: 1.5rem 1.5rem 1.25rem;
        border-bottom: 0.25rem solid transparent;
    }
    #main_nav.navbar-shrink .nav-link:hover {
        color: #fff;
    }
    #main_nav.navbar-shrink .nav-link:active {
        color: #9d6734;
    }
    #main_nav.navbar-shrink .nav-link.active {
        color: #B87333;
        outline: none;
        border-bottom: 0.25rem solid #B87333;
    }
}

.body-font {
    font-optical-sizing: auto;
    font-style: normal;
}
.body-font-index {
    font-size: 1.5rem;
}

.masthead h1, .masthead .h1 {
    font-family: "Bodoni Moda", serif;
    font-weight: bold;
    /*font-family: "Merienda", cursive;*/
    font-size: 3rem;
    line-height: auto;
}
.index-text {
    margin-top: 15rem;
}
.index-text h2 {
    color: white;
    opacity: 70%;
    text-transform: uppercase;
}
@media (min-width: 992px) {
    .index-text {
        margin-top: 5rem;
    }
}
.masthead h2, .masthead .h2 {
    max-width: 20rem;
    font-size: 0.9rem;
}
@media (min-width: 768px) {
    .masthead h1, .masthead .h1 {
        font-size: 2.5rem;
        line-height: auto;
    }
}
@media (min-width: 992px) {
    .masthead {
        height: 100vh;
        padding: 0;
    }
    .masthead h1, .masthead .h1 {
        font-size: 5rem;
        line-height: auto;
    }
    .masthead h2, .masthead .h2 {
        max-width: 30rem;
        font-size: 2.25rem;
    }
}
.masthead-index-text {
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 6rem;
}
.masthead {
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding-bottom: 15rem;
    padding-top: 0;
    position: relative;
    overflow: clip;
}
.masthead-page {
    position: relative;
    width: 100vw;
    height: auto;
    min-height: 20rem;
    padding: 0;
    padding-top: 15rem;
    margin-top: 3rem;
    overflow: clip;
}
.masthead-image {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    filter: grayscale(1) brightness(1.25);
}
.masthead-image-index {
    filter: grayscale(1) brightness(1.25);
    top: 3rem;
}
.masthead-background {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.masthead-gradient {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(184, 115, 51, 0.5) 0%, rgba(0, 0, 0, 0.4) 70%, #000 95%);
    width: 100%;
    height: 110%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100%;
}
.masthead-gradient-index {
    top: 3rem;
}
@media (min-width: 500px) {
    .masthead-image-index {
        filter: grayscale(1) brightness(1.25) blur(2px);
        top: 0;
    }
    .masthead-gradient-index {
        top: 0;
    }
}
@media (min-width: 992px) {
    .masthead {
        min-height: 100vh;
        padding: 15rem 0;
        margin: 0;
    }
    .masthead-index-text {
        margin-top: 15rem;
    }
    .masthead-image-index {
        filter: grayscale(1) brightness(1.25) blur(3px);
    }
}
.masthead-location {
    padding-top: 5rem;
}
.masthead-events {
    padding-top: 10rem;
}
@media (min-width: 1500px) {
    .masthead-gradient {
        height: 110vh;
    }
}
@media (min-width: 992px) {
    .masthead-page {   
        background-size: 100%;
        padding-top: 5rem;
        min-height: 50rem;
        margin-top: 5vh;
    }
    .masthead-gradient {
        background: linear-gradient(to bottom, rgba(184, 115, 51, 0.5) 0%, rgba(0, 0, 0, 0.6) 50%, #000 95%);
    }
    .masthead-page {
        height: 100vh;
    }
    .masthead-events {
        height: 100vh;
        padding-top: 0;
    }
}
.location-logo {
    width: 70vw;
    margin-bottom: 5vh;
    margin-top: 10vh;
}
@media (min-width: 576px) { 
    .location-logo {
        width: 50vw;
        margin-top: 5vh;
        opacity: 65%;
        margin-bottom: 10vh;
    }
}
@media (min-width: 992px) {
    .location-logo {
        width: 40vw;
        margin-top: 5vh;
        margin-bottom: 10vh;
    }
}
.hours-text {
    width: 100%;
    border-radius: 2rem;
    border: 1px solid #B87333;
    background: rgb(57, 57, 57);
    padding: 3rem;
    text-align: center;
    color: lightgray;
    margin-top: 2vh;
    margin-bottom: 7vh;
}

.masthead-text {
    width: 100%;
    border-radius: 2rem;
    border: 1px solid #B87333;
    background: rgb(57, 57, 57);
    padding: 3rem;
    text-align: center;
    color: lightgray;
    margin-top: 2vh;
    margin-bottom: 7vh;
}
@media (min-width: 992px) {
    .masthead-text {
        background: rgba(0, 0, 0, 0.6);
        width: 60%;
    }
}
.guide-arrow {
    display: none;
    position: absolute;
    bottom: 22vh;
    margin: 0 auto;
    font-size: 10vh;
    color: rgba(184, 115, 51, 0.80);
    transition: color 2s;
}
@media (max-width: 992px) {
    .guide-arrow {
        visibility: collapse;
    }
    .guide-arrow-page {
        bottom: 3vh;
        font-size: 5vh;
    }
}
.guide-arrow-small {
    visibility: visible;
}

.page-divider {
    border-top: 1px solid #b87333b4;
    background: linear-gradient(to bottom, #515151 0%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0.8) 100%);
    min-height: 5vh;
}

.about-section {
    padding-top: 1rem;
    background-color: #000;
}
.history-text {
    color: white;
    text-align: justify;
    font-size: 1.25rem;
    margin-left: 10vw;
    margin-right: 10vw;
}
@media (max-width: 992px) {
    .history-text-top {
         font-size: 1.25rem;
   }
   .history-text {
        margin-left: 2vw;
        margin-right: 2vw;
    }
}

.hours-table {
    width: 100%;
}
.hours-table td {
    width: 50%;
    text-align: center;
}

.history-section {
    padding-top: 7rem;
    padding-bottom: 3rem;
    background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.9) 75%, rgba(0, 0, 0, 0.8) 100%);
}
.history-section img {
    filter: grayscale(1);
}
.history-image-container {
    position: relative;
    border-radius: 25px;
    border: #B87333;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
}

.index-image-container {
    position: relative;
}

.gallery-gradient {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(184, 115, 51, 0.3) 0%, transparent 70%, rgba(0, 0, 0, 1) 100%);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100%;
}
.gallery-section img {
    min-height: 100%;
    min-width: 100%;
}
.gallery-container img {
    filter: grayscale(100%);
}
.gallery-no-gray img {
    filter: none;
}
.gallery-half-gray img {
    filter: grayscale(50%);
}
.gallery-container {
    position: relative;
    border-style: solid;
    border-color: #B87333;
    border-radius: 25px;
    border-width: 1px;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
@media (min-width: 750px) {
    .gallery-container {
        margin: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
        height:350px;
    }
}

.menu-section {
    margin-top: 0;
}
.menu-body {
    background-color: #b0b0b0;
    background-image: url("../images/menu-background.png");
    border: #000 1px solid;
}
.menu-section .items hr {
    opacity: 1;
    border-color: #B87333;
    border-width: 0.25rem;
    width: 3rem;
}
.menu-table {
    width: 100%;
    margin: 0;
    padding: 0;
}
.menu-table td {
    width: 100%;
}
.menu-bar-section {
    color: rgb(184, 115, 51);
    opacity: 1;
    width: 80%;
    margin-bottom: 5vh;
    margin-top: 3vh;
}
.menu-bar {
    color: rgb(184, 115, 51);
    opacity: 1;
    width: 25%;
}
.menu-title {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    font-style: italic;
}
.menu-sub-header {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 1.3rem;
    padding-top: 1.3rem;
    border-bottom: rgb(184, 115, 51) 1px solid;
}
.menu-item-text {
    border-top: #a2a2a2 1px solid;
    padding: 2vh;
    text-align: right;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
    line-height: 1.6rem;
}
.menu-item-top {
    border: none;
}
.menu-item-note {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 0.7rem;
}
.menu-item-text strong {
    text-transform: uppercase;
}
.tx-left {
    text-align: left;
}
.tx-right {
    text-align: right;
}
.tx-justify {
    text-align: justify;
}

.features-section {
    padding-top: 1rem;
}
.features-section .card {
    border: 5;
    border-radius: 25px;
}
.feature-section .card h4, .feature-section .card .h4 {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
}
.feature-section .card hr {
    opacity: 1;
    border-color: #B87333;
    border-width: 0.25rem;
    width: 3rem;
}
.feature-tile {
    background-color: #a2a2a2;
    border-radius: 10px;
    border: transparent;
    overflow: hidden;
    padding-top: 1rem;
    cursor: pointer;
    border: 1px solid #B87333;
}
.feature-tile img {
    border-top: 1px solid #000;
    width: 100%;
    filter: grayscale(100%);
}

.contact-section {
    padding-top: 3rem;
}
.contact-section .social a {
    text-align: center;
    height: 3rem;
    width: 3rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    line-height: 3rem;
    color: rgba(255, 255, 255, 0.3);
}
.contact-section .social a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.contact-section .social a:active {
    color: #fff;
}

.floating-footer {
    position: fixed;
    text-align: center;
    padding: 0.6rem;
    padding-right: 1.5rem;
    background-color: #000;
    color: #fff;
    bottom: 0;
    width: 100%;
    z-index: 999;

}
.footer-title {
    font-family: "Bodoni Moda", serif;
    font-weight: bold;
    font-size: 2rem;
}
.footer-copyright {
    margin-top: 3rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.25);
}
.footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 1rem 0;
    margin-bottom: 5vh;
}
.footer-line {
    border-top: 1px solid white;
    width: 300px;
}

.floating-signup {
    display: none;
    position: fixed;
    padding: 25px;
    padding-bottom: 5px;
    padding-top: 10px;
    bottom: 0;
    border: 0;
    width: 100%;
    position: fixed;
    background-color: #000;
    border-top: 1px #B87333 solid;
    z-index: 999;
}
.floating-signup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.floating-signup .text {
    color: #000;
    margin: auto;
    text-align: center;
    border: transparent;
    border-radius: 10px 0 0 10px;
    background-color: rgba(255, 255, 255, 0.7);
    height: 50px;
    width: 70%;
}
.signup-close {
    color: white;
    cursor: pointer;
}
.floating-signup-footer {
    margin: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    color: white;
    text-align: center;
}
@media (min-width: 996px) {
    .floating-signup-footer {
        display: none;
    }
    .floating-signup {
        border-top: none;
    }
}
.floating-signup .btn {
    border-radius: 0 10px 10px 0;
    background-color: #B87333;
    box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
    font-size: 80%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    border: 0;
    margin: auto;
    height: 50px;
    width: 30%;
}
.floating-signup .btn:hover {
    background-color: #646464;
}
.floating-signup .btn:focus {
    background-color: #646464;
}
@media (min-width: 992px) {    
    .floating-signup {
        bottom: 0px;
        width: 25rem;
        border-radius: 0 25px 0 0;
        padding: 15px;
    }
    .floating-footer {
        text-align: right;
    }
}   

.hours-button {
    margin-top: 5vh;
    background-color: #fff;
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 20px;
    list-style: none;
    outline: none;
    padding: 10px 35px;
    position: relative;
    transition: color 100ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
.hours-button:hover,
.hours-button:focus {
  background-color: #646464;
}

.map-section {
    margin-top: 1rem;
    width: 100%;
    height: auto;
    overflow-x: auto;
    direction: rtl;
}
.map-section img {
    width: 700px;
    border-top: 1px solid #B87333;
    border-bottom: 1px solid #B87333;
}
@media (min-width: 992px) {      
    .map-section img {
        width: 100%;
    }
}
.directions-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.map-button {
    margin-top: 5vh;
    background-color: #B87333;
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 20px;
    list-style: none;
    outline: none;
    padding: 10px 35px;
    position: relative;
    transition: color 100ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
.map-button:hover,
.map-button:focus {
  background-color: #725a43;
}

.events-section {
    background-color: #000;
    padding: 15rem;
}
.events-header {
    position: relative;
}

.calendar-section {
    overflow-x: scroll;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
}
.calendar-arrow {
    position: absolute;
    top: 10px;
    font-size: 2rem;
    color: white;
    cursor: pointer;
}
.calendar-left-arrow {
    left: 0px;
    visibility: hidden;
}
.calendar-right-arrow {
    right: 0px;
}
.calendar-right-arrow:hover, .calendar-right-arrow:focus  {
    color: grey;
}
.calendar-div {
    position: relative;
}
.event-calendar-container {
    position: relative;
}
.month-title {
    width: 700px;
    position: relative;
    margin: 0 auto;
}
#events {
    width: 700px;
    position: relative;
    margin: 0 auto;
}
.calendar-day-header {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    text-align: center;
    height: 30px;
    border: solid 1px white;
}
.calendar-day {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 80px;
    text-align: left;
    vertical-align: top;
    border: solid 1px white;
}
.calendar-table {
    margin: 0 auto;
    width: 700px;
    color: white;
}
.calendar-today {
    background-color: rgb(55, 55, 55);
}
.event {
    border: 1px solid #B87333;
    background-image: linear-gradient(to bottom, #eca765 0px, #B87333 100%);
    background-repeat: repeat-x;
    color: #000;
    border-width: 1px;
    font-size: .75em;
    padding: .3em;
    line-height: 1.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1px;
}
.event-double-line {
    white-space: normal;
    overflow-wrap: break-word;
}

.contact-form-section {
    padding-top: 15vh;
    background-color: rgb(40, 40, 40);
}
.email-form-control {
    color: white;
    outline: 0;
    border-width: 0 0 2px;
    border-color: white;
    background-color: transparent;
    width: 100%;
    margin-top: 2vh;
    padding-bottom: 1rem;
}
.button-container {
    display: flex;
    justify-content: center;
}
.email-form-button {
    margin-top: 5vh;
    background-color: #B87333;
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    height: 40px;
    line-height: 20px;
    list-style: none;
    outline: none;
    padding: 10px 35px;
    position: relative;
    transition: color 100ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
.email-form-button:hover,
.email-form-button:focus {
  background-color: #725a43;
}

.attraction-header {
    padding: 0;
    margin: 0;
    padding-top: 5rem;
    padding-bottom:0.2rem;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.12);
    color: white;
    font-size: 1.5rem;
}
.attraction-header p {
    color: rgb(186, 186, 186);
    font-size: 0.8rem;
    font-style: italic;
}
@media (min-width: 992px) {      
    .attraction-header {
        padding-top: 8rem;
        font-size: 3rem;
        padding-bottom: 1rem;
    }
    .attraction-header p {
        font-size: 1.2rem;
    }
}
.as-row div {
    border-top: rgb(184, 115, 51) 2px solid;
    display: flex;
    vertical-align: middle;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.attraction-section {
    margin: 0;
    padding: 0;
    background-color: #272727;
}
.attraction-section p {
    color: white;
    font-size: 2.5vw;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
@media (min-width: 992px) {      
    .attraction-section p {
        font-size: 2rem;
    }
}
.as-text-right {
    background-image: linear-gradient(90deg, transparent 0,  #b87333be 100%);
    border-right: #000 1px solid;
}
.as-text-left {
    background-image: linear-gradient(270deg, transparent 0%, #b87333be 100%);
    border-left: #000 1px solid;
}
.attraction {
    width: 100%;
}

.login-form-control {
    color: black;
    outline: 0;
    border-width: 1px;
    border-radius: 6px;
    border-color: #b87333be;
    background-color: rgb(223, 223, 223);
    width: 100%;
    margin-top: 2vh;
    padding: 1rem;
}
.login-button {
    padding-left: 4rem;
    padding-right: 4rem;
}
.login-error {
    padding-top: 1rem;
    color:#f08080;
    font-weight: bold;
    font-size: 1.1rem;
}
.login-success {
    padding-top: 1rem;
    color:#B87333;
    font-weight: bold;
    font-size: 1.1rem;
}

.admin-form-top {
    padding-top: 10rem;
}
.adim-select {
    padding: 1rem;
    margin-top: 1rem;
    width: 100%;
}
.admin-form-control {
    width: 100%;
    margin-top: 1rem;
    padding: 1rem;
}
.admin-text {
    margin-top: 1rem;
    color: white;
}