body {     background-color: #590000; text-align: center; }
a:hover{
    text-decoration:none!important;
}
* { font-family: Arial, 'Gulim', 'Arial Narrow', sans-serif; }
.area-comment { color:white; text-align:left; }
.area-comment .k-desc { margin-top:50px; margin-bottom: 10px; font-size:17px; }
.main-title     { font-size: 35px; color: white; text-align: center; margin:70px auto; }
.main-photo     { max-height: 600px; margin-bottom: 10px; border:0; padding: 0; border-radius:0; }
.comment        { font-size: 13px; color:white; margin:5px auto 50px; }
.whole-description {
    width: 900px;
    margin: 0 auto;
    margin-top: 120px;
}
.whole-description p { text-align:justify;}
.gallery { max-width:900px; margin: 0 auto; justify-content: center; }
.gallery .gallery-item{
    margin:0 3px;
    width: 294px;
    height: 228px;
    background-size:cover;
    background-position: center center;
    margin-bottom:20px;
    border: 5px solid #d5b554;
    cursor: pointer;
    background-repeat: no-repeat;
}
.gallery-item:nth-child(13) { background-position-y: -2px; }
.gallery-item:nth-child(14) { background-position-y: -25px; }
.gallery-item:nth-child(17) { background-position-y: -18px; }
.gallery-item:nth-child(18) { background-position-y: 0px; }
.gallery-item:nth-child(19) { background-position-y: 0px; }
.gallery-item:nth-child(23) { background-position-y: -15px; }

.mclose {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white!important;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor:pointer;
    opacity: 0.7;
}

.main-img { max-height:700px; }
/* #myModal table { margin: 0 auto; height: 500px;}*/

#myModal table {
    border: none;
    background-color:transparent;
    text-align:center;
} 
#myModal table td { height: 500px; vertical-align: middle; width: 25%; max-width: 700px; height: 500px; }
/* mymodal */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 70px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #590000; /* Fallback color */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    /* max-width: 700px; */
    height: 500px;
    vertical-align:middle;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    /* height: 150px; */
    font-size: 13px;
    
}
/* The Close Button */
.close{
    position: absolute;
    top: 15px;
    right: 35px;
    color: white!important;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor:pointer;
}
.close:hover, .mclose:hover{
    color: white!important;
    cursor:pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}


.gallery {
    margin-bottom:50px;
}

#scrollUp {
    bottom: 20px;
    font-size: 30px;
    line-height: 45px;
    right: 25px;
    width: 50px;
    font-weight: bold;
    border: none;
    color: #ffffff;
    text-align: center;
    height: 50px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    opacity: 0.6;
}
#scrollUp:hover { opacity: 1; }