body,html{
    margin:0px; padding:0px;
}




.features-heading{
    font-family: 'Signika Negative', sans-serif;
    color: black;
    font-size: x-large;
    margin-top: 5%;
    margin-bottom: 0;
    font-weight: bold;
}

.navbar, nav{
    border-radius: 0;
    margin-bottom: 0;
}
.header-contact-text > a, .header-contact-text{
    font-family: 'Asap', sans-serif;
    color: #19b2f8;
    letter-spacing: .5px;
    text-align: right;
}
.fa{
    color: #85827d;   
}
small{
    color: grey;
}
.navbar-default{
    background-color: #11b2f7;
    
}

.navbar-default .navbar-nav>li>a {
    
    font-weight: bold;
    color: white;
    font-family: 'PT Sans', sans-serif;
    font-size: large;
    font-weight: normal;
    letter-spacing: .50px;
    height: 63px;
    padding-top: 20px;        
}
.navbar-default .navbar-nav>li>a:hover{
    background-color: #990000;
}
#search_form > .form-group-sm > .col-md-6{
     margin: 7% 0% 0;
     
}
     #search_form > .form-group-sm > .col-md-12{
     margin: 7% 0% 0;
     
}           
                .recent-donations-panel::-webkit-scrollbar, .upcoming-events::-webkit-scrollbar, .our-camps::-webkit-scrollbar {
                    
                    width: 3px;
                    height: 100%;
                   
                }                
                .recent-donations-panel::-webkit-scrollbar-button, .upcoming-events::-webkit-scrollbar-button, .our-camps::-webkit-scrollbar-button{
                    background: transparent;
                    display: none;
                }
                .recent-donations-panel::-webkit-scrollbar-track-piece, .upcoming-events::-webkit-scrollbar-track-piece, .our-camps::-webkit-scrollbar-track-piece{
                    background: whitesmoke;
                }
                .recent-donations-panel::-webkit-scrollbar-thumb,  .upcoming-events::-webkit-scrollbar-thumb, .our-camps::-webkit-scrollbar-thumb{
                    background: #cc0000;
                }
                
                .footer-sections > ul > li{
                    
                    font-size: large; 
                    weight:600; 
                    color:#ffffff; 
                    margin-bottom: 8px;
                    
                }
                .gallery > img{
                    
                    height: 200px;
                    width: 280px;
                    padding: 1%;
                    border: none;
                    background-color: transparent;
                    border-radius: 25px;
                }
                .gallery{
                    text-align: center;
                }
                #gallery{
                    padding: 3% 0;
                }
/*                #gallery{
                    margin: 0;
                    padding: 5% 0 5%;                }*/
/*                .our-camps-gallery{
                    padding-left: 9%;
                }*/