#map {
    height: 500px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
}

.gallery {
    height: 35rem;
    background: gray;
    position: relative;
    margin-top: 1rem;
}

.gallery label {
    padding: .5rem 2.5rem;
    border-radius: 20px;
    position: absolute;
    top: .8rem;
    right: .8rem;
}

#virtual embed,
#location iframe {
    width: 100%;
    height: 600px;
}

ul.menu-single {
    list-style: none;
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 2rem;
}

ul.menu-single li {
    display: table-cell;
    width: auto;
    text-align: center;
    padding: .5rem 1rem;
}

ul.menu-single li.active {
    background: transparent;
    border-bottom: 2px solid #FF8300;
}

ul.menu-single li.active:has(.btn-primary) {
    border-bottom: none;
}

ul.menu-single li.active a {
    color: #FF8300;
}

ul.menu-single li.active a.btn-primary {
    color: #FFF;
}

#menu-single {
    position: sticky;
    z-index: 9;
    top: 130px;
    /*max-width: 1366px;*/
}

/* external css: flickity.css */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
}

.gallery {
    background: gray;
}

.gallery-cell {
    width: 100%;
    height: 35rem;
    /*height: 200px;*/
    margin-right: 10px;
    background: #8C8;
    counter-increment: gallery-cell;
}

.gallery-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#contact-form input {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 1rem;
    height: 55px;
    border: 1px solid #C0BDBE;
    padding: .5rem;
}

#contact-form textarea {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #C0BDBE;
    padding: .5rem;
}

#contact-form input[type="button"] {
    border-radius: 0;
    width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #C0BDBE;
    background: #FF8300;
    padding: .5rem;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
}

#contact-form input:focus,
#contact-form textarea:focus {
    border: 1px solid #FF8300 !important;
    background: rgba(255, 131, 0, 0.05);
}

#map embed {
    width: 100%;
    height: 100%;
}

footer {
    width: 100% !important;
}

#sespe {
    margin-bottom: .3rem;
    margin-top: 1rem;
    display: inline-block;
    width: 200px;
}

#hrs {
    margin-top: .3rem;
    margin-bottom: .3rem;
    border: 0;
    border-top: 1px solid #959595;
}

#contact .form-container {
    padding: 2rem;
    background: rgba(255, 131, 0, 0.05);
}

ul.specs {
    list-style: none;
    padding: 0;
    margin: 0;

    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: -1rem;
}

ul.specs li {
    margin: 0 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #959595;
}

.specs li {
    display: flex;
}

.specs li b {
    width: 40%;
}

.specs li span {
    width: 60%;
    padding-left: 1rem;
}

ul.park li {
    width: 33.333333333%;
}

@media (max-width: 768px) {
    iframe {
        height: 300vh !important;
    }
}