
#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }

 .sliderContainer {
    width: 200px;
    height: 120px;
 }

 .sliderContainer img {
    width: auto;
    height: 100%;
}

 .gallery {
    height: 250px;
    max-width: 350px;
    margin-top: 20%;
    /* border: 5px solid #26A71C; */
    border: 1px solid #26A71C;
    border-radius: 4px;
    padding: 5px;
}

 .lightbox img:hover {
    opacity: .5;
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

body img{
    border-radius: 8px;
}

#homePage p {
    font-size: 20px;
    color: #4b4b4b;
    font-weight: 300;
    text-align: justify;
}

.lang{
    height: 20px;
    padding-left: 10px;
}

.nav-main > li a {
    font-size:12px;
}