


.well1{font-size:11px;}
@media only screen and (max-width: 360px) {
  footer{
    position: initial;
    overflow:scroll;
  }
}
.firstdiv{
    height: 100%;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 200px;
  height:200px;
  border-radius: 5px;
  background-color: #fff;
  margin:10px;
  border-radius: 5px;
}


.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  
}

.cardimg {
  margin-top: 15px;
  width:170px;
  height:100px;
}

.card-text {
  padding: 2px 16px;
  width:170px;
  height:90px;
  word-wrap: break-word;
}

.communityname:hover {
  color: red;
  font-size: 16px;
}



footer {
    position: fixed;
    background-color:#00695C;
    bottom: 0;
    width: 100%; 
    padding-top: 15px;
}
   
    .media-heading a{
    	color:#8e44ad;
    	list-style-type:square;
    	text-decoration: none;
    }
    .media-heading a:hover{
    	color:#419641;
    	list-style-type:square;
    	text-decoration: none;
    }
    .navbar{
        min-height:0px;
        margin-bottom:0px;
    }
        .hl{border-bottom:1px solid#e4e2e2;width:100%; margin-left:0px;}
    


    .category  .category-body .category-heading a{color:#3b5998;  font-size:18px;  margin-left:-16px; margin-bottom:-10px;}
    .collection .collection-body .collection-heading a{color:#3b5998;  font-size:14px; }
     .subcommunity .category1 .category-body1 .category-heading1 a{color:#3b5998; font-size:14px; list-style-type: circle;}
      .subcommunity .category1 {margin-left:50px;}
     .collection-body1 .collection-heading1 a{color:#3b5998;font-size:15px;}
    .communityname{font-size:14px; color:#3b5998;}
    .subcommunities1 li{list-style-type: circle;}
     .subcommunities1 .category1 .category-body1 .category-heading1 a{margin-left:0px;}
     .category .hl{border-bottom:1px solid #99a3a4 ;width:100%; margin-left:20px;}

.category .col-sm-1 img{margin-top:1px;}

@media only screen and (max-width: 360px) {
 
   footer{ position:initial; }

}

.category-heading{background-color:#e4e2e2; width:100%; margin-left: 20px; height:30px;}
.communitysearch { border:1px solid#99a3a4; padding-top:10px; padding-bottom:10px; background-color:#f5f5f5;}
.collectionsearch{border:1px solid#99a3a4; padding-top:10px; padding-bottom:10px; background-color: #f5f5f5;}

.table{
    border: 1px;
}

.navbar-nav a{color:#ffffff; font-size:14px;}
.nav .nav-item .nav-link{color:#ffffff;}
.navbar-nav a:hover{background-color:#3b5998; color:#ffffff;}
.home{background-color: #ffffff; color:#3b5998; width:100%; height:100%; background: url('./image/1.jpg') no-repeat;}
.btn-success{margin-left:5px; border-radius:10px;}
.homesidebar{margin-left:15px;}
.nav .nav-item .nav-link{margin-left:20px;}
.nav h5{ font-size:16px;}
.browse h5{text-decoration:none; font-size:16px;}
.homesidebar h5{text-decoration:none; font-size:16px;}
.col-sm-2{color:#3b5998; font-size: 14px;}


body{font-family:'Open Sans', sans-serif;}