html,body { 
    background-color:black;  
    color: white; 
    font-family: Arial, Helvetica, sans-serif;
}


splash-screen { 
    display: block; 
    text-align: center;
    margin-bottom: 40px;
 }
img.download-app { 
    width: 432px; 
    height: 137px; 
}
button.DesktopVersion { 
    border: 3px solid #F8C935; 
    background-color: black; 
    color: #F8C935; font-size: 75px; 
    border-radius: 15px; 
    padding: 20px 40px; 
    margin-bottom: 70px; 
    cursor: pointer; 
}


desktop-site { 
    display: none; 
    padding-top: 180px; 
}
site-header { 
    position: fixed;
    top: 0;
    background-color: black;
    width: 100%;
    text-align: center;
    z-index: 100;
}
site-menu {
    text-align: center;
    width: 100%;
}
a.site-button,
button.site-button {
    border: 3px solid white; 
    background-color: black; 
    color: white; 
    font-size: 46px;
    border-radius: 15px; 
    padding: 30px 30px; 
    margin-bottom: 20px; 
    cursor: pointer; 
    width: 450px;
    display: block;
    text-decoration: none;
}
a.chownow-order-online { 
    border: 3px solid #F8C935; 
    color: #F8C935;
    padding: 30px 0px; 
}
a.top-button {
    width: 150px;
    position: fixed;
    right: 30px;
    top: 35px;
    font-size: 25px;
    display: none;
    padding: 10px;
}



photo-gallery {
    display: none;
    padding-left: 10%;
}
food-menu,
catering-menu {
    display: none;
}
.mobile-download {
    width: 470px;
    font-size: 36px;
}
.mobile-download a {
    color: skyblue;
}


img.menu-image {
    xwidth: 90%;
    max-width: 2000px;
}

/*
.photo-item {
    width: 20%;
    max-width: 800px;
    xdisplay: block;
    margin-bottom: 30px;
    border: 3px solid #F8C935;
    border-radius: 20px;
    margin: 10px;
}
*/
div.photo-item {
    position: relative;
    width: 20%;
    height: 20%;
    overflow: hidden;
    border-radius: 15px;
    border: 3px solid #F8C935;
    float: left;
    margin: 10px;
    cursor: pointer;
}
div.photo-item img {
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    width: 100%;
    /* height: auto; */
}

div.full-screen {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: skyblue;
    display: none;
    z-index: 200;
    opacity: 50%;
}
div.photo-item-large {
    position: fixed;
    width: 60%;
    /* height: 70%; */
    /* max-height: 50%; */
    overflow: hidden;
    border-radius: 15px;
    border: 3px solid #F8C935;
    /* float: left; */
    margin-left: 9%;
    z-index: 300;
    display: none;
}
div.photo-item-large img {
    left: 50%;
    top: 50%;
    /* height: 100%; */
    /* width: auto; */
    width: 100%;
    height: auto;
}
.photo-item-large-back,
.photo-item-large-forward {
    position: absolute;
    width: 20%;
    padding-top: 50%;
    top: 0;
    height: 100%;
    cursor: pointer;
}
.photo-item-large-back {
    padding-left: 5%;
    text-align: left;
}
.photo-item-large-forward {
    padding-right: 5%;
    text-align: right;
    right: 0;
}
.photo-item-large-back:hover,
.photo-item-large-forward:hover {
    background-color: white;
    opacity: 50%;
}
arrow {
    color: #F8C935;
    font-weight: bold;
    border: 2px solid #F8C935;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: #F6E5AF;
    padding: 15px;
}