*{
margin: 0;
padding: 0;
}
body {
font-family: "Lato", sans-serif;
background-color: #f2f2f2;
}
.category{
font-size:20px;
cursor:pointer;
color: white;
padding: 11px;
}
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
.timeline_post{
overflow-y: scroll;
}

.event-heading{
  margin-top: 80px;
}
.event-heading h2{
text-align: center;
margin-top: 20px;
font-size: 40px;
color: #0F0F7E;
}

.center-div{
height: 700px;
margin: auto;
margin-top: 10px;
margin-bottom: 100px;
overflow-x: hidden;
border-radius: 10px;
}

.right-div{
position: absolute;
top: 110px;
right: 70px;
}
.right-div input{
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  outline: none;
  border: 1px solid lightgray;
  margin-bottom: 30px;
  font-size: 14px;
}
.left-div{
  position: absolute;
  left: 25px;
  top: 120px;
}
marquee{
  font-size: 16px;
  text-align: justify;
}
.center-div p {
padding: 10px;
}

.about_div{
  margin-bottom: 25px;
}
.about_img{
  height: 300px;
}
.about_img img{
  height: 100%;
  width: 100%;
  border-radius: 20px;
}
.para_div{
  padding: 15px;
  height:300px;
  overflow:scroll;
}
.para_div p{
  text-align: justify;
  font-size: 16px;
  color: black;
}
.aim_div{
    margin-bottom: 30px;
}
.aim_div .para_div1{
    height: 400px;
    overflow-x: scroll;
    padding: 5px;
}
.aim_div .para_div1 p{
    color:black;
    text-align: justify;
    font-size: 14px;

}

.card {
border: none;
margin-bottom: 20px;
}
.ellipsis {
color: #a09c9c
}
hr {
color: #a09c9c;
margin-top: 2px;
margin-bottom: 4px
}
.muted-color {
color: #a09c9c;
font-size: 13px
}
.rounded-image {
border-radius: 50% !important;
display: flex;
justify-content: center;
align-items: center;
height: 50px;
width: 50px
}
.name {
font-weight: 600
}
.comment-text {
font-size: 12px
}
.status small {
margin-right: 10px;
color: blue
}
.form-control {
border-radius: 26px
}
.comment-input {
position: relative;
display: flex;
}
#comment-btn{
border-radius: 50px!important;
}
.fonts {
position: absolute;
right: 13px;
top: 8px;
color: #a09c9c
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #8bbafe;
outline: 0;
box-shadow: none
}
.form-control{
width: 100%;
}
.buttons{
display: inline-flex;
text-align: center;
align-content: center;
margin-top: 120px;
overflow-x: scroll;
max-width: 80%;
height: 100px;
margin-left:22%;
}
.buttons i {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}

#member{
margin: 10px;
color: white;
font-size: 12px;
font-weight: bold;
height: 70px;
width: 120px;
background: rgb(15,15,126);
background: linear-gradient(147deg, rgba(15,15,126,1) 51%, rgba(247,13,1,1) 51%);
border: none;
padding: 8px;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
}

#prog{
margin: 10px;
color: white;
font-size: 12px;
font-weight: bold;
height: 70px;
width: 120px;
background: rgb(15,15,126);
background: linear-gradient(147deg, rgba(15,15,126,1) 51%, rgba(247,13,1,1) 51%);
border: none;
padding: 8px;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
}
#donate{
margin: 10px;
color: white;
font-size: 12px;
font-weight: bold;
height: 70px;
width: 120px;
background: rgb(15,15,126);
background: linear-gradient(147deg, rgba(15,15,126,1) 51%, rgba(247,13,1,1) 51%);
border: none;
padding: 8px;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
}
#downcard{
margin: 10px;
color: white;
font-size: 12px;
font-weight: bold;
height: 70px;
width: 120px;
background: rgb(15,15,126);
background: linear-gradient(147deg, rgba(15,15,126,1) 51%, rgba(247,13,1,1) 51%);
border: none;
padding: 8px;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
}
#crowdfunding{
margin: 10px;
color: white;
font-size: 12px;
font-weight: bold;
height: 70px;
width: 120px;
background: rgb(15,15,126);
background: linear-gradient(147deg, rgba(15,15,126,1) 51%, rgba(247,13,1,1) 51%);
border: none;
padding: 8px;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
}

#more {
display: none;
}
.cmt_div{
display: grid;
grid-template-columns: 1fr .1fr;
justify-content: space-between;
align-items: center;
width: auto;
}
#delete{
color: gray;
font-size: 12px!important;
padding-left: 10px;
}
#post_div{
/*box-shadow: 0px 0px 1px 1px lightgray;*/
border-radius: 10px;
padding: 5px;
background: rgb(241,243,244);
margin-bottom: 5px;
}
.comments_div{
max-height: 250px;
overflow-y: scroll;
}
.motive {
  display: flex;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 60px;
  background-color: #E7E9EB;
  padding: 10px;
  overflow-x:scroll;
  }
  .motive .img {
  height: 150px;
  width: 150px;
  padding:0px 20px;
  filter: grayscale(100%);
  transition: .3s;
  }
  .motive .img:hover{
  filter: grayscale(0%);
  transition: .3s;
  }
  .motive img {
  border-radius: 80px;
  height:100px;
  width:100px;
  }
  .heading{
  margin: auto;
  align-items: center;
  margin-bottom: 10px;
  }
  h3{
  text-align: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  color: #0F0F7E;
  }
  .motive p{
  color: black;
  font-size: 16px;
  font-weight: bold;
  margin-top: 12px;
  }
  .motive p:hover{
  color: #0A2B0E;
  }
  .image_slider{
  margin: auto;
  margin-bottom: 30px;
  height: 280px;
  width: 50%;
  }
  .image_slider img{
  height: 280px;
  width: 100%;
  }
@media screen and (max-width: 900px) {
.timeline_data{
width: 80%;
margin: auto;
}
.image_slider{
  width: 80%!important;
  }
  .image_slider img{
  width: 100%!important;
  }
}
.sidenav i {
font-size: 14px;
margin-bottom: 50px;
}
@media screen and (max-width: 1170px) {
#nav-bar{
display:none!important;

}
.category{
display: block!important;
}

.buttons{
  margin-left:10%;
}
}
@media screen and (max-width: 1170px) {
  .right-div {
    display: none;
  }
  .left-div{
    display: none;
  }
}

@media screen and (max-width: 1164px) {
  .center-div {
    height: 630px;

  }
}