body{
    font-family: 'Merienda';font-size: 15px;
}
.nav-item{
    padding-right: 12px;
    padding-left: 12px;
}
.flag{
    max-height: 20px;
    max-width: 20px;
    margin-top: 10px;
}
.nav-link.active{
    background-color: lightgrey !important;
}

.reserve-container{
    position: relative;
}
.card-body{
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.card-body:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.reserve-text{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image-reserve{
    opacity: 0.4;
    max-height: 750px;
}

.carousel-caption{
    top: 40%;
}

.img-slider{
    min-height: 320px;
}

.navMenu{
    padding-top: 125px;
    padding-bottom: 20px;
}

.card-img-top{
    height: 200px;
}

.map{
    /*height: 320px;*/
    height: 400px;
}

@media screen and (max-width : 1920px){
    .only-mobile{
        /*visibility:hidden;*/
        display: none;
    }
    div#carouselExampleIndicators {
        margin-top: 125px!important;
    }
}

@media screen and (max-width : 506px){

    .only-mobile{
        visibility:visible;
        display: flex;
        margin-top: 10px;
    }
    div#carouselExampleIndicators {
        margin-top: 165px!important;
    }
}

.footer{
    /*margin-bottom: 50px;*/
    margin-top: 30px;
    padding-top: 20px;
    display: flex;
    align-items: center;
}
.footer a {
    color: #accd1c;
    padding-left: 5px;
}
.footer p.text-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}
.social-icon{
    font-size:28; 
}

footer{
    position: fixed;
    bottom: 0px;
    padding-top: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.english{
    display: block;
}
.marathi{
    display: none;
}
/*#2b2a28*/
.nav-link {
    color: #2b2a28!important;
}
.marathi .nav-link.active {
    background-color: #accd1c!important;
    color: #2b2a28!important;
    margin-left: -10px;
    padding-left: 10px;
}
.english .nav-link.active {
    color: #accd1c!important;
    background-color: #2b2a28!important;
    margin-left: -10px;
    padding-left: 10px;
}