﻿body {
    margin-top: 0;
    /*background-image: url('../images/riverboat-cruise.jpg'); background-position:top left; background-attachment:fixed;
    background-repeat:no-repeat;*/ background-color: #fff;
    border: none;
}



.menubar {
    /*background-color: #229d07;
    position: fixed;
    top: 0;
    padding-top: 10px;
    border: none;
    background-image: url('../images/kerala-coconut-trees.jpg');
    background-position: left center; 
    border:1px solid rgba(255, 255, 255, 0.57);
    -webkit-box-shadow: 0px -5px 17px 0px rgba(0,0,0,0.95);
-moz-box-shadow: 0px -5px 17px 0px rgba(0,0,0,0.95);
box-shadow: 0px -5px 17px 0px rgba(0,0,0,0.95);*/
}
@media(min-width:992px) {
    .hom-btn{
    display:block !important;    
}
    .hom-btn a {
        padding: 20px 20px !important;
        box-shadow: none !important;
        border: none !important;
    }
}
@media(min-width:769px) {
    body {
        margin-top: 127px;
    }
}
.navbar-inverse {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar {
    margin-bottom: -1px;
}

.home-top {
    margin-top: -50px;
}

#pg a {
    color: green !important;
}

.exeMber {
    /* width: 40%; */
    padding: 15px;
    margin: 5px;
    border: 1px solid #ccc;
    display: inline-block;
    text-align: center; background-color:#eff8ed;
    -webkit-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.25);
box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.25);
}

.photo {
    padding: 1px;
    border: 1px solid #ccc;margin:0 auto;
    /* float: left;
    width: 120px; */
    /* height: 120px; */
    /* border-radius: 10px; */
    background-color: #eee;
    /* border: 3px solid #BADA55; */
}

.cntnt {
    padding: 25px 10px; /* 20px 130px;*/
    line-height: 25px;
}

.mber {
    padding: 3px;
    border: 3px solid #ccc;
    background-color: #eee;
    width: 120px;
    display: inline-block;
    margin: 15px;
    border-radius: 10px;
}

.exeMber strong {
    margin-bottom: 8px;
}
