.main-content{
    background: white;
    width: 100%;
/*    background-image: url("../images/lefttop.png"), url("../images/topright.png"); 
    background-repeat: no-repeat, no-repeat;
    background-position: left 0px top 0px, right 0px top 0px;*/
}
.logo-image{
    margin-top: 60px;
    margin-bottom: 60px;
    /*height: 36px;*/
}
.mono-text-link{
    text-decoration: none;
    color:black;
}
.mono-text-link:link { 
    text-decoration: none; 
    color:black;
}
.mono-text-link:visited { 
    text-decoration: none;
    color:black;
}
.mono-text-link:hover { 
    text-decoration: none;
    color:gray;
}
.mono-text-link:active { 
    text-decoration: none;
    color:black;
}

body{
    background-color: black;
}

.image-show{
    max-width: 1000px;
    margin: auto;
    margin-top: 30px;
}

.content-block{
    padding-bottom: 30px;
    margin-top: 90px;

}

.block-title{
    margin-top: 30px;
    margin-bottom: 60px;
}

.google-map-video-block{
    width: 500px;
    height: 300px;
    max-width: 100%;
}

.footer{
    background: black;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 90px;
    color: white;
}
.news-card{
    width: 500px;
    height: 160px;
}
.news-card-body-content-p{
    margin-top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.news-card-body-content-read-more-a{

}
.news-card-timestamp-p{
    text-align: left;
}

.img-icon{
    max-width: 36px;
    margin-left: 9px;
    margin-top: 9px;
}

.content-cover-image {
    border-radius: 25px;
    border: 2px solid burlywood;
    max-width: 260px;
    margin: 30px;
}

.image-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    /*max-width: 1200px;*/
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    /*background: #f0f0f0;*/

    justify-content: flex-start; 
}

@media (max-width: 768px) {
    .image-container {
        justify-content: center; 
        padding: 10px;
    }
}

.image-item {
    width: 300px;
    /*height: 200px;*/
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 8px;
    /*box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
    border: 1px solid burlywood;
}

.image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.read-more-link{
    margin-top: 16px;
    text-decoration: underline;
}
.in-text-link{
    color:#000000;
}
.in-text-link:link { text-decoration: none; }
.in-text-link:visited { text-decoration: none; }
.in-text-link:hover { text-decoration: none; }
.in-text-link:active { text-decoration: none; }

.post-subject-img{
    max-width: 300px;
}

.post-timestamp{
}

.staff-image {
    border-radius: 25px;
    border: 2px solid burlywood;
    max-width: 330px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.staf-introduction{
    padding: 30px;
}

.menu-card-col{
    margin-bottom: 16px;
}

.menu-card-badge-col{
    position: relative;
}


.menu-badge{
    background-color: #a79d9c;
}
.menu-badge span{
    font-size: larger;
    font-weight: lighter;

}

.special-menu-badge{
    background-color: #a79d9c;
    font-size: larger;
    font-weight: lighter;
}

.special-menu-badge-plus{
    width: 100%;
    background-color: #a79d9c;
    font-size: larger;
    font-weight: lighter;
}

.special-desc-text{
    font-size: xx-large;
    font-weight: bolder;
    color: #fff;
}

.menu-price-text{
    text-align: right;
    font-size: xx-large;
    font-weight: lighter;
    color: #593c1d;
}

.menu-section-sub-text{
    text-align: center;
    color: #593c1d;
    margin-bottom: 90px;
}

.menu-text{
    color: #593c1d;
}

.menu-text span{
    font-size: smaller;
    color: goldenrod;
}

.menu-desc-text{
    font-weight: lighter;
}

.bg-burlywood{
    background-color: burlywood;
}

.bg-cornflowerblue{
    background-color: cornflowerblue;
}

.bg-orange{
    background: orange;
}

.color-white{
    color: white;
}

.text-size-x-larger{
    font-size: x-large;
}

.hr-lines {
    width: 100%; 
    text-align: center; 
    border-bottom: 1px solid #000; 
    line-height: 0.1em;
    margin: 10px 0 20px; 
} 

.hr-lines span { 
    background:#fff; 
    padding:0 30px; 
}

.parking-image {
    border-radius: 25px;
    border: 2px solid burlywood;
    max-width: 90%;
    /*margin: 30px;*/
}